2023-11-15T05:19:47.018 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T05:19:47.019 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495 --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi --verbose --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495/orig.config.yaml 2023-11-15T05:19:47.054 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T05:19:47.140 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495 branch: wip-yuri4-testing-2023-11-13-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7458495' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri4-testing-2023-11-13-0820-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: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi055.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLjQaRBOV9K2Auf46iQKLDq+1yTND86wCaYS7g7BwL2MLFAJokcCGdTSgepADp26V5cQmOy23UBjH4/BTLer4bw= smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGlKM0iAdcceGVymG1CnYbRmkIXcpdw3XOdYEAyQWUwV3bEzW9M9xvek8A0fEZgDpDE17OqPfpnev6qJT6xucI= 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:rhel8 --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 - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - 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 - 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-15T05:19:47.141 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T05:19:47.141 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T05:19:47.142 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T05:19:47.145 INFO:teuthology.task.internal:Checking packages... 2023-11-15T05:19:47.170 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T05:19:47.170 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T05:19:47.171 INFO:teuthology.packaging:ref: None 2023-11-15T05:19:47.171 INFO:teuthology.packaging:tag: None 2023-11-15T05:19:47.171 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:19:47.171 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:19:47.172 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:19:47.389 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170.g620f25c1 2023-11-15T05:19:47.390 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T05:19:47.395 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T05:19:47.395 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T05:19:47.401 INFO:teuthology.task.internal:Saving configuration 2023-11-15T05:19:47.418 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T05:19:47.424 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:19:47.452 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:14:30.546299', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLjQaRBOV9K2Auf46iQKLDq+1yTND86wCaYS7g7BwL2MLFAJokcCGdTSgepADp26V5cQmOy23UBjH4/BTLer4bw='} 2023-11-15T05:19:47.475 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:14:30.547988', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGlKM0iAdcceGVymG1CnYbRmkIXcpdw3XOdYEAyQWUwV3bEzW9M9xvek8A0fEZgDpDE17OqPfpnev6qJT6xucI='} 2023-11-15T05:19:47.475 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T05:19:47.480 INFO:teuthology.task.internal:roles: ubuntu@smithi055.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-15T05:19:47.481 INFO:teuthology.task.internal:roles: ubuntu@smithi078.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-15T05:19:47.481 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T05:19:47.561 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb6ff24aaf0>, signals=[15]) 2023-11-15T05:19:47.562 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T05:19:47.568 INFO:teuthology.task.internal:Opening connections... 2023-11-15T05:19:47.569 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi055.front.sepia.ceph.com 2023-11-15T05:19:47.570 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:19:47.637 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2023-11-15T05:19:47.638 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:19:47.704 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T05:19:47.710 DEBUG:teuthology.orchestra.run.smithi055:> uname -m 2023-11-15T05:19:47.729 INFO:teuthology.orchestra.run.smithi055.stdout:x86_64 2023-11-15T05:19:47.729 DEBUG:teuthology.orchestra.run.smithi055:> cat /etc/os-release 2023-11-15T05:19:47.786 INFO:teuthology.orchestra.run.smithi055.stdout:NAME="Red Hat Enterprise Linux" 2023-11-15T05:19:47.787 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION="8.4 (Ootpa)" 2023-11-15T05:19:47.787 INFO:teuthology.orchestra.run.smithi055.stdout:ID="rhel" 2023-11-15T05:19:47.788 INFO:teuthology.orchestra.run.smithi055.stdout:ID_LIKE="fedora" 2023-11-15T05:19:47.788 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION_ID="8.4" 2023-11-15T05:19:47.789 INFO:teuthology.orchestra.run.smithi055.stdout:PLATFORM_ID="platform:el8" 2023-11-15T05:19:47.789 INFO:teuthology.orchestra.run.smithi055.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-15T05:19:47.789 INFO:teuthology.orchestra.run.smithi055.stdout:ANSI_COLOR="0;31" 2023-11-15T05:19:47.790 INFO:teuthology.orchestra.run.smithi055.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-15T05:19:47.790 INFO:teuthology.orchestra.run.smithi055.stdout:HOME_URL="https://www.redhat.com/" 2023-11-15T05:19:47.791 INFO:teuthology.orchestra.run.smithi055.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-15T05:19:47.791 INFO:teuthology.orchestra.run.smithi055.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T05:19:47.791 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:19:47.792 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T05:19:47.792 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-15T05:19:47.792 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-15T05:19:47.793 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-15T05:19:47.794 INFO:teuthology.lock.ops:Updating smithi055.front.sepia.ceph.com on lock server 2023-11-15T05:19:47.820 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2023-11-15T05:19:47.837 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2023-11-15T05:19:47.837 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2023-11-15T05:19:47.893 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="Red Hat Enterprise Linux" 2023-11-15T05:19:47.893 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="8.4 (Ootpa)" 2023-11-15T05:19:47.893 INFO:teuthology.orchestra.run.smithi078.stdout:ID="rhel" 2023-11-15T05:19:47.894 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE="fedora" 2023-11-15T05:19:47.894 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="8.4" 2023-11-15T05:19:47.894 INFO:teuthology.orchestra.run.smithi078.stdout:PLATFORM_ID="platform:el8" 2023-11-15T05:19:47.894 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-15T05:19:47.895 INFO:teuthology.orchestra.run.smithi078.stdout:ANSI_COLOR="0;31" 2023-11-15T05:19:47.895 INFO:teuthology.orchestra.run.smithi078.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-15T05:19:47.895 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://www.redhat.com/" 2023-11-15T05:19:47.895 INFO:teuthology.orchestra.run.smithi078.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-15T05:19:47.895 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T05:19:47.896 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:19:47.896 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T05:19:47.896 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-15T05:19:47.896 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-15T05:19:47.896 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-15T05:19:47.897 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2023-11-15T05:19:47.919 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T05:19:47.929 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T05:19:47.934 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T05:19:47.934 DEBUG:teuthology.orchestra.run.smithi055:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:19:47.937 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:19:47.953 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T05:19:47.959 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T05:19:47.959 DEBUG:teuthology.orchestra.run.smithi055:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:19:47.994 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:19:48.009 INFO:teuthology.orchestra.run.smithi055.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-15T05:19:48.011 INFO:teuthology.orchestra.run.smithi078.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-15T05:19:48.012 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T05:19:48.072 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T05:19:48.123 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T05:19:48.123 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T05:19:48.124 DEBUG:teuthology.orchestra.run.smithi055:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:19:48.125 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:19:48.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:19:48.141 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2023-11-15T05:19:48.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:19:48.143 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2023-11-15T05:19:48.199 INFO:teuthology.orchestra.run.smithi078.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:19:48.199 INFO:teuthology.task.kernel:Running kernel on smithi078: 4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:19:48.200 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum install -y kernel 2023-11-15T05:19:48.201 INFO:teuthology.orchestra.run.smithi055.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:19:48.201 INFO:teuthology.task.kernel:Running kernel on smithi055: 4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:19:48.202 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum install -y kernel 2023-11-15T05:19:49.668 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-11-15T05:19:49.669 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-11-15T05:19:49.721 INFO:teuthology.orchestra.run.smithi055.stdout:Updating Subscription Management repositories. 2023-11-15T05:19:49.722 INFO:teuthology.orchestra.run.smithi055.stdout:Unable to read consumer identity 2023-11-15T05:19:51.065 INFO:teuthology.orchestra.run.smithi078.stdout:Copr repo for python3-asyncssh owned by ceph 32 kB/s | 3.5 kB 00:00 2023-11-15T05:19:51.137 INFO:teuthology.orchestra.run.smithi055.stdout:Copr repo for python3-asyncssh owned by ceph 33 kB/s | 3.5 kB 00:00 2023-11-15T05:19:51.599 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 32 MB/s | 16 MB 00:00 2023-11-15T05:19:51.896 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-11-15T05:19:54.845 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 4.2 MB/s | 24 kB 00:00 2023-11-15T05:19:55.424 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 4.6 MB/s | 24 kB 00:00 2023-11-15T05:19:55.608 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-15T05:19:55.609 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-15T05:19:55.609 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-15T05:19:55.770 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-15T05:19:55.771 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-15T05:19:55.771 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-15T05:19:55.882 DEBUG:teuthology.orchestra.run.smithi078:> echo no | sudo yum reinstall kernel || true 2023-11-15T05:19:56.227 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-11-15T05:19:56.227 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-11-15T05:19:56.232 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-15T05:19:56.232 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-15T05:19:56.232 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-15T05:19:56.392 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-11-15T05:19:56.393 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-11-15T05:19:56.393 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-11-15T05:19:56.524 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:02 ago on Wed 15 Nov 2023 05:19:54 AM UTC. 2023-11-15T05:19:56.532 DEBUG:teuthology.orchestra.run.smithi055:> echo no | sudo yum reinstall kernel || true 2023-11-15T05:19:56.664 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:19:56.665 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:19:56.665 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:19:56.688 INFO:teuthology.orchestra.run.smithi078.stderr:Error: No packages marked for reinstall. 2023-11-15T05:19:56.737 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum reinstall -y kernel || true 2023-11-15T05:19:56.942 INFO:teuthology.orchestra.run.smithi055.stdout:Updating Subscription Management repositories. 2023-11-15T05:19:56.942 INFO:teuthology.orchestra.run.smithi055.stdout:Unable to read consumer identity 2023-11-15T05:19:57.079 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-11-15T05:19:57.079 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-11-15T05:19:57.254 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:02 ago on Wed 15 Nov 2023 05:19:55 AM UTC. 2023-11-15T05:19:57.382 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:03 ago on Wed 15 Nov 2023 05:19:54 AM UTC. 2023-11-15T05:19:57.403 INFO:teuthology.orchestra.run.smithi055.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:19:57.403 INFO:teuthology.orchestra.run.smithi055.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:19:57.403 INFO:teuthology.orchestra.run.smithi055.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:19:57.449 INFO:teuthology.orchestra.run.smithi055.stderr:Error: No packages marked for reinstall. 2023-11-15T05:19:57.499 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum reinstall -y kernel || true 2023-11-15T05:19:57.530 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:19:57.530 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:19:57.531 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:19:57.546 INFO:teuthology.orchestra.run.smithi078.stderr:Error: No packages marked for reinstall. 2023-11-15T05:19:57.594 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:19:57.718 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:57.719 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:57.719 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:57.719 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:19:57.719 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:19:57.720 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T05:19:57.720 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi078.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:19:57.720 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:19:57.845 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:57.845 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:57.846 DEBUG:teuthology.orchestra.run.smithi078:> sudo rpm -qi grub2-tools 2023-11-15T05:19:57.863 INFO:teuthology.orchestra.run.smithi055.stdout:Updating Subscription Management repositories. 2023-11-15T05:19:57.863 INFO:teuthology.orchestra.run.smithi055.stdout:Unable to read consumer identity 2023-11-15T05:19:57.872 INFO:teuthology.orchestra.run.smithi078.stdout:Name : grub2-tools 2023-11-15T05:19:57.873 INFO:teuthology.orchestra.run.smithi078.stdout:Epoch : 1 2023-11-15T05:19:57.873 INFO:teuthology.orchestra.run.smithi078.stdout:Version : 2.02 2023-11-15T05:19:57.873 INFO:teuthology.orchestra.run.smithi078.stdout:Release : 99.el8_4.1 2023-11-15T05:19:57.873 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: x86_64 2023-11-15T05:19:57.874 INFO:teuthology.orchestra.run.smithi078.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-15T05:19:57.874 INFO:teuthology.orchestra.run.smithi078.stdout:Group : System Environment/Base 2023-11-15T05:19:57.874 INFO:teuthology.orchestra.run.smithi078.stdout:Size : 9264631 2023-11-15T05:19:57.874 INFO:teuthology.orchestra.run.smithi078.stdout:License : GPLv3+ 2023-11-15T05:19:57.875 INFO:teuthology.orchestra.run.smithi078.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-15T05:19:57.875 INFO:teuthology.orchestra.run.smithi078.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-15T05:19:57.875 INFO:teuthology.orchestra.run.smithi078.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-15T05:19:57.875 INFO:teuthology.orchestra.run.smithi078.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-15T05:19:57.875 INFO:teuthology.orchestra.run.smithi078.stdout:Relocations : (not relocatable) 2023-11-15T05:19:57.875 INFO:teuthology.orchestra.run.smithi078.stdout:Packager : Red Hat, Inc. 2023-11-15T05:19:57.876 INFO:teuthology.orchestra.run.smithi078.stdout:Vendor : Red Hat, Inc. 2023-11-15T05:19:57.876 INFO:teuthology.orchestra.run.smithi078.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T05:19:57.876 INFO:teuthology.orchestra.run.smithi078.stdout:Summary : Support tools for GRUB. 2023-11-15T05:19:57.876 INFO:teuthology.orchestra.run.smithi078.stdout:Description : 2023-11-15T05:19:57.876 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:19:57.877 INFO:teuthology.orchestra.run.smithi078.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T05:19:57.877 INFO:teuthology.orchestra.run.smithi078.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T05:19:57.877 INFO:teuthology.orchestra.run.smithi078.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T05:19:57.877 INFO:teuthology.orchestra.run.smithi078.stdout:hardware devices. 2023-11-15T05:19:57.877 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:19:57.878 INFO:teuthology.orchestra.run.smithi078.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T05:19:57.879 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T05:19:57.879 INFO:teuthology.task.kernel:Updating grub on smithi078 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:57.879 DEBUG:teuthology.orchestra.run.smithi078:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T05:19:58.175 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:03 ago on Wed 15 Nov 2023 05:19:55 AM UTC. 2023-11-15T05:19:58.332 INFO:teuthology.orchestra.run.smithi055.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:19:58.333 INFO:teuthology.orchestra.run.smithi055.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:19:58.333 INFO:teuthology.orchestra.run.smithi055.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:19:58.345 INFO:teuthology.orchestra.run.smithi055.stderr:Error: No packages marked for reinstall. 2023-11-15T05:19:58.402 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:19:58.532 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:58.532 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:58.533 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:58.533 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:19:58.533 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:19:58.533 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T05:19:58.534 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi055.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:19:58.534 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:19:58.664 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:58.664 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:58.664 DEBUG:teuthology.orchestra.run.smithi055:> sudo rpm -qi grub2-tools 2023-11-15T05:19:58.692 INFO:teuthology.orchestra.run.smithi055.stdout:Name : grub2-tools 2023-11-15T05:19:58.693 INFO:teuthology.orchestra.run.smithi055.stdout:Epoch : 1 2023-11-15T05:19:58.693 INFO:teuthology.orchestra.run.smithi055.stdout:Version : 2.02 2023-11-15T05:19:58.693 INFO:teuthology.orchestra.run.smithi055.stdout:Release : 99.el8_4.1 2023-11-15T05:19:58.693 INFO:teuthology.orchestra.run.smithi055.stdout:Architecture: x86_64 2023-11-15T05:19:58.693 INFO:teuthology.orchestra.run.smithi055.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-15T05:19:58.694 INFO:teuthology.orchestra.run.smithi055.stdout:Group : System Environment/Base 2023-11-15T05:19:58.694 INFO:teuthology.orchestra.run.smithi055.stdout:Size : 9264631 2023-11-15T05:19:58.694 INFO:teuthology.orchestra.run.smithi055.stdout:License : GPLv3+ 2023-11-15T05:19:58.694 INFO:teuthology.orchestra.run.smithi055.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-15T05:19:58.694 INFO:teuthology.orchestra.run.smithi055.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-15T05:19:58.695 INFO:teuthology.orchestra.run.smithi055.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-15T05:19:58.695 INFO:teuthology.orchestra.run.smithi055.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-15T05:19:58.695 INFO:teuthology.orchestra.run.smithi055.stdout:Relocations : (not relocatable) 2023-11-15T05:19:58.695 INFO:teuthology.orchestra.run.smithi055.stdout:Packager : Red Hat, Inc. 2023-11-15T05:19:58.695 INFO:teuthology.orchestra.run.smithi055.stdout:Vendor : Red Hat, Inc. 2023-11-15T05:19:58.696 INFO:teuthology.orchestra.run.smithi055.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T05:19:58.696 INFO:teuthology.orchestra.run.smithi055.stdout:Summary : Support tools for GRUB. 2023-11-15T05:19:58.696 INFO:teuthology.orchestra.run.smithi055.stdout:Description : 2023-11-15T05:19:58.696 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:19:58.696 INFO:teuthology.orchestra.run.smithi055.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T05:19:58.697 INFO:teuthology.orchestra.run.smithi055.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T05:19:58.697 INFO:teuthology.orchestra.run.smithi055.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T05:19:58.697 INFO:teuthology.orchestra.run.smithi055.stdout:hardware devices. 2023-11-15T05:19:58.697 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:19:58.697 INFO:teuthology.orchestra.run.smithi055.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T05:19:58.698 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T05:19:58.699 INFO:teuthology.task.kernel:Updating grub on smithi055 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:19:58.699 DEBUG:teuthology.orchestra.run.smithi055:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T05:19:59.297 INFO:teuthology.orchestra.run.smithi078.stderr:Generating grub configuration file ... 2023-11-15T05:20:00.114 INFO:teuthology.orchestra.run.smithi055.stderr:Generating grub configuration file ... 2023-11-15T05:20:01.360 INFO:teuthology.orchestra.run.smithi078.stderr:done 2023-11-15T05:20:01.362 DEBUG:teuthology.orchestra.run.smithi078:> mktemp 2023-11-15T05:20:01.376 INFO:teuthology.orchestra.run.smithi078.stdout:/tmp/tmp.yghqVraoO4 2023-11-15T05:20:01.377 DEBUG:teuthology.orchestra.run.smithi078:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.yghqVraoO4 2023-11-15T05:20:01.448 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 0666 /tmp/tmp.yghqVraoO4 2023-11-15T05:20:01.616 DEBUG:teuthology.orchestra.remote:smithi078:/tmp/tmp.yghqVraoO4 is 6KB 2023-11-15T05:20:01.664 DEBUG:teuthology.orchestra.run.smithi078:> rm -fr /tmp/tmp.yghqVraoO4 2023-11-15T05:20:01.677 DEBUG:teuthology.orchestra.run.smithi078:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T05:20:01.757 INFO:teuthology.orchestra.run.smithi078.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-15T05:20:01.758 INFO:teuthology.orchestra.run.smithi078.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-15T05:20:01.758 INFO:teuthology.orchestra.run.smithi078.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-15T05:20:01.758 INFO:teuthology.orchestra.run.smithi078.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-15T05:20:01.759 DEBUG:teuthology.orchestra.run.smithi078:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:20:01.921 DEBUG:teuthology.orchestra.run.smithi078:> sudo shutdown -r now 2023-11-15T05:20:02.360 INFO:teuthology.orchestra.run.smithi055.stderr:done 2023-11-15T05:20:02.362 DEBUG:teuthology.orchestra.run.smithi055:> mktemp 2023-11-15T05:20:02.376 INFO:teuthology.orchestra.run.smithi055.stdout:/tmp/tmp.Q0piiTjdTc 2023-11-15T05:20:02.377 DEBUG:teuthology.orchestra.run.smithi055:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Q0piiTjdTc 2023-11-15T05:20:02.447 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 0666 /tmp/tmp.Q0piiTjdTc 2023-11-15T05:20:02.610 DEBUG:teuthology.orchestra.remote:smithi055:/tmp/tmp.Q0piiTjdTc is 6KB 2023-11-15T05:20:02.658 DEBUG:teuthology.orchestra.run.smithi055:> rm -fr /tmp/tmp.Q0piiTjdTc 2023-11-15T05:20:02.672 DEBUG:teuthology.orchestra.run.smithi055:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T05:20:02.739 INFO:teuthology.orchestra.run.smithi055.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-15T05:20:02.739 INFO:teuthology.orchestra.run.smithi055.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-15T05:20:02.740 INFO:teuthology.orchestra.run.smithi055.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-15T05:20:02.740 INFO:teuthology.orchestra.run.smithi055.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-15T05:20:02.741 DEBUG:teuthology.orchestra.run.smithi055:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:20:02.895 DEBUG:teuthology.orchestra.run.smithi055:> sudo shutdown -r now 2023-11-15T05:20:31.950 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T05:20:31.951 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-15T05:20:31.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:20:32.898 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T05:20:32.899 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-11-15T05:20:32.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:20:50.298 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2023-11-15T05:20:51.326 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.55 2023-11-15T05:20:59.308 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-15T05:20:59.309 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:21:00.328 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-11-15T05:21:00.329 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:21:02.394 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2023-11-15T05:21:14.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-15T05:21:14.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:21:18.714 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.55 2023-11-15T05:21:30.726 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-11-15T05:21:30.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:21:32.798 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2023-11-15T05:21:33.786 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.55 2023-11-15T05:21:47.811 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-15T05:21:47.812 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:21:48.280 DEBUG:teuthology.orchestra.run.smithi078:> true 2023-11-15T05:21:48.559 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-15T05:21:48.560 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-15T05:21:48.560 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2023-11-15T05:21:48.619 INFO:teuthology.orchestra.run.smithi078.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-15T05:21:48.619 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:21:48.619 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:21:48.620 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-15T05:21:48.787 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-11-15T05:21:48.788 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:21:49.254 DEBUG:teuthology.orchestra.run.smithi055:> true 2023-11-15T05:21:49.523 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-11-15T05:21:49.523 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-15T05:21:49.524 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2023-11-15T05:21:49.541 INFO:teuthology.orchestra.run.smithi055.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-15T05:21:49.541 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:21:49.542 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:21:49.542 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-15T05:21:49.621 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T05:21:49.621 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:21:49.757 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2023-11-15T05:21:49.769 DEBUG:teuthology.parallel:result is None 2023-11-15T05:21:50.544 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T05:21:50.544 DEBUG:teuthology.orchestra.run.smithi055:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:21:50.633 INFO:teuthology.orchestra.run.smithi055.stdout:ttyS1 2023-11-15T05:21:50.651 DEBUG:teuthology.parallel:result is None 2023-11-15T05:21:50.652 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T05:21:50.659 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T05:21:50.660 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:21:50.662 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:21:50.687 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T05:21:50.695 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T05:21:50.706 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T05:21:50.706 DEBUG:teuthology.orchestra.run.smithi055:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:21:50.719 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:21:50.936 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T05:21:50.944 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T05:21:50.945 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T05:21:50.948 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T05:21:50.984 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:21:50.996 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:21:51.518 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:21:51.693 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:21:51.718 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T05:21:51.726 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T05:21:51.726 DEBUG:teuthology.orchestra.run.smithi055:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:21:51.729 DEBUG:teuthology.orchestra.run.smithi078:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:21:52.120 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T05:21:52.131 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T05:21:52.131 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:21:52.134 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:21:52.432 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:21:52.477 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:21:52.524 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:21:52.609 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:21:52.652 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:21:52.652 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:21:52.720 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:21:52.983 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:21:53.009 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:21:53.092 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:21:53.134 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T05:21:53.137 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:21:53.199 DEBUG:teuthology.orchestra.run.smithi055:> sudo service rsyslog restart 2023-11-15T05:21:53.202 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2023-11-15T05:21:53.254 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:21:53.388 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:21:53.773 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T05:21:53.782 INFO:teuthology.task.internal:Starting timer... 2023-11-15T05:21:53.782 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T05:21:53.815 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T05:21:53.826 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-15T05:21:53.827 DEBUG:teuthology.orchestra.run.smithi055:> sudo service auditd rotate 2023-11-15T05:21:53.901 INFO:teuthology.orchestra.run.smithi055.stdout:Rotating logs: [ OK ] 2023-11-15T05:21:53.903 DEBUG:teuthology.orchestra.run.smithi078:> sudo service auditd rotate 2023-11-15T05:21:54.027 INFO:teuthology.orchestra.run.smithi078.stdout:Rotating logs: [ OK ] 2023-11-15T05:21:54.029 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T05:21:54.029 DEBUG:teuthology.orchestra.run.smithi055:> /usr/sbin/getenforce 2023-11-15T05:21:54.058 INFO:teuthology.orchestra.run.smithi055.stdout:Permissive 2023-11-15T05:21:54.058 DEBUG:teuthology.orchestra.run.smithi078:> /usr/sbin/getenforce 2023-11-15T05:21:54.087 INFO:teuthology.orchestra.run.smithi078.stdout:Permissive 2023-11-15T05:21:54.088 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi055.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi078.front.sepia.ceph.com': 'permissive'} 2023-11-15T05:21:54.088 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T05:21:54.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:21:54.126 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T05:21:54.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:21:54.154 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T05:21:54.155 DEBUG:teuthology.orchestra.run.smithi055:> sudo /usr/sbin/setenforce permissive 2023-11-15T05:21:54.193 DEBUG:teuthology.orchestra.run.smithi078:> sudo /usr/sbin/setenforce permissive 2023-11-15T05:21:54.218 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T05:21:54.227 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-15T05:21:54.232 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-15T05:21:54.380 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T05:21:54.402 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-11-15T05:21:54.403 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi055.front.sepia.ceph.com,smithi078.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T05:35:13.506 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi055.front.sepia.ceph.com'), Remote(name='ubuntu@smithi078.front.sepia.ceph.com')] 2023-11-15T05:35:13.507 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-11-15T05:35:13.508 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:35:13.578 DEBUG:teuthology.orchestra.run.smithi055:> true 2023-11-15T05:35:13.604 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-11-15T05:35:13.604 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-15T05:35:13.605 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:35:13.671 DEBUG:teuthology.orchestra.run.smithi078:> true 2023-11-15T05:35:13.741 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-15T05:35:13.742 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T05:35:13.756 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T05:35:13.756 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T05:35:13.757 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T05:35:13.759 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T05:35:13.761 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T05:35:13.789 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T05:35:13.804 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T05:35:13.811 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T05:35:13.826 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T05:35:13.843 INFO:teuthology.orchestra.run.smithi055.stderr:sudo: ntpd: command not found 2023-11-15T05:35:13.854 INFO:teuthology.orchestra.run.smithi055.stdout:506 Cannot talk to daemon 2023-11-15T05:35:13.861 INFO:teuthology.orchestra.run.smithi078.stderr:sudo: ntpd: command not found 2023-11-15T05:35:13.868 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T05:35:13.871 INFO:teuthology.orchestra.run.smithi078.stdout:506 Cannot talk to daemon 2023-11-15T05:35:13.883 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T05:35:13.886 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T05:35:13.898 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T05:35:13.949 INFO:teuthology.orchestra.run.smithi055.stderr:bash: ntpq: command not found 2023-11-15T05:35:13.952 INFO:teuthology.orchestra.run.smithi055.stdout:210 Number of sources = 4 2023-11-15T05:35:13.952 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:35:13.952 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2023-11-15T05:35:13.953 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:35:13.953 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:35:13.953 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:35:13.953 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:35:13.968 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-11-15T05:35:13.972 INFO:teuthology.orchestra.run.smithi078.stdout:210 Number of sources = 4 2023-11-15T05:35:13.972 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T05:35:13.972 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-11-15T05:35:13.972 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:35:13.973 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:35:13.973 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:35:13.973 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T05:35:13.973 INFO:teuthology.run_tasks:Running task pexec... 2023-11-15T05:35:13.983 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-15T05:35:13.983 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi055.front.sepia.ceph.com 2023-11-15T05:35:13.984 DEBUG:teuthology.orchestra.run.smithi055:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T05:35:13.984 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi078.front.sepia.ceph.com 2023-11-15T05:35:13.984 DEBUG:teuthology.orchestra.run.smithi078:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T05:35:14.404 INFO:teuthology.orchestra.run.smithi055.stdout:Updating Subscription Management repositories. 2023-11-15T05:35:14.405 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-11-15T05:35:15.315 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:05:25 ago on Wed 15 Nov 2023 05:29:50 AM UTC. 2023-11-15T05:35:15.443 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:32 ago on Wed 15 Nov 2023 05:33:43 AM UTC. 2023-11-15T05:35:17.509 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-15T05:35:17.510 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-15T05:35:17.510 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-11-15T05:35:17.510 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-15T05:35:17.510 INFO:teuthology.orchestra.run.smithi078.stdout:Resetting modules: 2023-11-15T05:35:17.511 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools 2023-11-15T05:35:17.511 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:35:17.511 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-15T05:35:17.511 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-15T05:35:17.511 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:35:17.575 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-11-15T05:35:17.576 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-11-15T05:35:17.576 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2023-11-15T05:35:17.577 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-11-15T05:35:17.577 INFO:teuthology.orchestra.run.smithi055.stdout:Resetting modules: 2023-11-15T05:35:17.577 INFO:teuthology.orchestra.run.smithi055.stdout: container-tools 2023-11-15T05:35:17.577 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:35:17.577 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-11-15T05:35:17.578 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-11-15T05:35:17.578 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:35:18.400 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:05:28 ago on Wed 15 Nov 2023 05:29:50 AM UTC. 2023-11-15T05:35:18.625 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:35 ago on Wed 15 Nov 2023 05:33:43 AM UTC. 2023-11-15T05:35:23.156 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-15T05:35:23.165 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-11-15T05:35:23.601 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-11-15T05:35:23.641 INFO:teuthology.orchestra.run.smithi055.stdout:Updating Subscription Management repositories. 2023-11-15T05:35:24.719 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:05:34 ago on Wed 15 Nov 2023 05:29:50 AM UTC. 2023-11-15T05:35:24.861 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:41 ago on Wed 15 Nov 2023 05:33:43 AM UTC. 2023-11-15T05:35:26.750 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-15T05:35:26.799 INFO:teuthology.orchestra.run.smithi078.stdout:========================================================================================================= 2023-11-15T05:35:26.799 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-15T05:35:26.800 INFO:teuthology.orchestra.run.smithi078.stdout:========================================================================================================= 2023-11-15T05:35:26.800 INFO:teuthology.orchestra.run.smithi078.stdout:Installing group/module packages: 2023-11-15T05:35:26.800 INFO:teuthology.orchestra.run.smithi078.stdout: buildah x86_64 1.21.4-2.module+el8.4.0+12050+ef972f71 rhel-8-for-x86_64-appstream-rpms 8.2 M 2023-11-15T05:35:26.800 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman noarch 32-2.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 410 k 2023-11-15T05:35:26.800 INFO:teuthology.orchestra.run.smithi078.stdout: crun x86_64 0.20.1-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 192 k 2023-11-15T05:35:26.801 INFO:teuthology.orchestra.run.smithi078.stdout: skopeo x86_64 1:1.3.1-5.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-15T05:35:26.801 INFO:teuthology.orchestra.run.smithi078.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-15T05:35:26.801 INFO:teuthology.orchestra.run.smithi078.stdout: udica noarch 0.2.4-2.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T05:35:26.801 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-15T05:35:26.801 INFO:teuthology.orchestra.run.smithi078.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-15T05:35:26.802 INFO:teuthology.orchestra.run.smithi078.stdout:Installing module profiles: 2023-11-15T05:35:26.802 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools/common 2023-11-15T05:35:26.802 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:35:26.802 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling module streams: 2023-11-15T05:35:26.802 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools rhel8 2023-11-15T05:35:26.803 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:35:26.803 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-15T05:35:26.803 INFO:teuthology.orchestra.run.smithi078.stdout:========================================================================================================= 2023-11-15T05:35:26.803 INFO:teuthology.orchestra.run.smithi078.stdout:Install 7 Packages 2023-11-15T05:35:26.803 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:35:26.804 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 16 M 2023-11-15T05:35:26.804 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 57 M 2023-11-15T05:35:26.804 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-15T05:35:26.934 INFO:teuthology.orchestra.run.smithi078.stdout:(1/7): yajl-2.1.0-10.el8.x86_64.rpm 308 kB/s | 41 kB 00:00 2023-11-15T05:35:26.940 INFO:teuthology.orchestra.run.smithi078.stdout:(2/7): cockpit-podman-32-2.module+el8.4.0+11990 2.9 MB/s | 410 kB 00:00 2023-11-15T05:35:26.958 INFO:teuthology.orchestra.run.smithi078.stdout:(3/7): crun-0.20.1-1.module+el8.4.0+11822+6cc1e 1.2 MB/s | 192 kB 00:00 2023-11-15T05:35:26.986 INFO:teuthology.orchestra.run.smithi078.stdout:(4/7): toolbox-0.0.8-1.module+el8.4.0+11822+6cc 304 kB/s | 16 kB 00:00 2023-11-15T05:35:27.004 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-11-15T05:35:27.057 INFO:teuthology.orchestra.run.smithi055.stdout:========================================================================================================= 2023-11-15T05:35:27.057 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-11-15T05:35:27.057 INFO:teuthology.orchestra.run.smithi055.stdout:========================================================================================================= 2023-11-15T05:35:27.058 INFO:teuthology.orchestra.run.smithi055.stdout:Installing group/module packages: 2023-11-15T05:35:27.058 INFO:teuthology.orchestra.run.smithi055.stdout: buildah x86_64 1.21.4-2.module+el8.4.0+12050+ef972f71 rhel-8-for-x86_64-appstream-rpms 8.2 M 2023-11-15T05:35:27.058 INFO:teuthology.orchestra.run.smithi055.stdout: cockpit-podman noarch 32-2.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 410 k 2023-11-15T05:35:27.058 INFO:teuthology.orchestra.run.smithi055.stdout: crun x86_64 0.20.1-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 192 k 2023-11-15T05:35:27.059 INFO:teuthology.orchestra.run.smithi055.stdout: skopeo x86_64 1:1.3.1-5.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-15T05:35:27.059 INFO:teuthology.orchestra.run.smithi055.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-15T05:35:27.059 INFO:teuthology.orchestra.run.smithi055.stdout: udica noarch 0.2.4-2.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T05:35:27.059 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-11-15T05:35:27.059 INFO:teuthology.orchestra.run.smithi055.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-15T05:35:27.059 INFO:teuthology.orchestra.run.smithi055.stdout:Installing module profiles: 2023-11-15T05:35:27.060 INFO:teuthology.orchestra.run.smithi055.stdout: container-tools/common 2023-11-15T05:35:27.060 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:35:27.060 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling module streams: 2023-11-15T05:35:27.060 INFO:teuthology.orchestra.run.smithi055.stdout: container-tools rhel8 2023-11-15T05:35:27.060 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:35:27.061 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-11-15T05:35:27.061 INFO:teuthology.orchestra.run.smithi055.stdout:========================================================================================================= 2023-11-15T05:35:27.061 INFO:teuthology.orchestra.run.smithi055.stdout:Install 7 Packages 2023-11-15T05:35:27.061 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:35:27.062 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 16 M 2023-11-15T05:35:27.062 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 57 M 2023-11-15T05:35:27.062 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-11-15T05:35:27.087 INFO:teuthology.orchestra.run.smithi078.stdout:(5/7): udica-0.2.4-2.module+el8.4.0+11822+6cc1e 502 kB/s | 51 kB 00:00 2023-11-15T05:35:27.143 INFO:teuthology.orchestra.run.smithi078.stdout:(6/7): skopeo-1.3.1-5.module+el8.4.0+11990+2293 35 MB/s | 7.0 MB 00:00 2023-11-15T05:35:27.177 INFO:teuthology.orchestra.run.smithi078.stdout:(7/7): buildah-1.21.4-2.module+el8.4.0+12050+ef 37 MB/s | 8.2 MB 00:00 2023-11-15T05:35:27.177 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:35:27.178 INFO:teuthology.orchestra.run.smithi078.stdout:Total 42 MB/s | 16 MB 00:00 2023-11-15T05:35:27.183 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-15T05:35:27.186 INFO:teuthology.orchestra.run.smithi055.stdout:(1/7): crun-0.20.1-1.module+el8.4.0+11822+6cc1e 1.5 MB/s | 192 kB 00:00 2023-11-15T05:35:27.200 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-15T05:35:27.200 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-15T05:35:27.203 INFO:teuthology.orchestra.run.smithi055.stdout:(2/7): cockpit-podman-32-2.module+el8.4.0+11990 2.8 MB/s | 410 kB 00:00 2023-11-15T05:35:27.218 INFO:teuthology.orchestra.run.smithi055.stdout:(3/7): yajl-2.1.0-10.el8.x86_64.rpm 256 kB/s | 41 kB 00:00 2023-11-15T05:35:27.229 INFO:teuthology.orchestra.run.smithi055.stdout:(4/7): toolbox-0.0.8-1.module+el8.4.0+11822+6cc 372 kB/s | 16 kB 00:00 2023-11-15T05:35:27.268 INFO:teuthology.orchestra.run.smithi055.stdout:(5/7): udica-0.2.4-2.module+el8.4.0+11822+6cc1e 1.3 MB/s | 51 kB 00:00 2023-11-15T05:35:27.338 INFO:teuthology.orchestra.run.smithi055.stdout:(6/7): skopeo-1.3.1-5.module+el8.4.0+11990+2293 52 MB/s | 7.0 MB 00:00 2023-11-15T05:35:27.390 INFO:teuthology.orchestra.run.smithi055.stdout:(7/7): buildah-1.21.4-2.module+el8.4.0+12050+ef 48 MB/s | 8.2 MB 00:00 2023-11-15T05:35:27.391 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-11-15T05:35:27.391 INFO:teuthology.orchestra.run.smithi055.stdout:Total 48 MB/s | 16 MB 00:00 2023-11-15T05:35:27.397 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-11-15T05:35:27.416 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-11-15T05:35:27.417 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-11-15T05:35:27.694 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-15T05:35:27.699 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-15T05:35:27.973 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-11-15T05:35:27.978 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-11-15T05:35:28.160 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-15T05:35:28.404 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : yajl-2.1.0-10.el8.x86_64 1/7 2023-11-15T05:35:28.454 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-11-15T05:35:28.620 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-11-15T05:35:28.666 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : yajl-2.1.0-10.el8.x86_64 1/7 2023-11-15T05:35:28.886 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-11-15T05:35:29.506 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 3/7 2023-11-15T05:35:29.882 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 3/7 2023-11-15T05:35:30.338 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 4/7 2023-11-15T05:35:30.538 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-11-15T05:35:30.727 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 6/7 2023-11-15T05:35:30.735 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 4/7 2023-11-15T05:35:30.875 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-11-15T05:35:31.075 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-11-15T05:35:31.169 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-11-15T05:35:31.170 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 1/7 2023-11-15T05:35:31.170 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-11-15T05:35:31.170 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 3/7 2023-11-15T05:35:31.170 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 4/7 2023-11-15T05:35:31.170 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-11-15T05:35:31.171 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 6/7 2023-11-15T05:35:31.222 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 6/7 2023-11-15T05:35:31.404 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-11-15T05:35:31.677 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-11-15T05:35:31.677 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 1/7 2023-11-15T05:35:31.678 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-11-15T05:35:31.678 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 3/7 2023-11-15T05:35:31.678 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 4/7 2023-11-15T05:35:31.678 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-11-15T05:35:31.678 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 6/7 2023-11-15T05:35:32.314 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 7/7 2023-11-15T05:35:32.315 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:05:41 ago on Wed 15 Nov 2023 05:29:50 AM UTC. 2023-11-15T05:35:32.903 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 7/7 2023-11-15T05:35:32.903 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:49 ago on Wed 15 Nov 2023 05:33:43 AM UTC. 2023-11-15T05:35:34.620 INFO:teuthology.orchestra.run.smithi078.stdout:Installed products updated. 2023-11-15T05:35:34.733 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:35:34.734 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-15T05:35:34.734 INFO:teuthology.orchestra.run.smithi078.stdout: buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_64 2023-11-15T05:35:34.734 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman-32-2.module+el8.4.0+11990+22932769.noarch 2023-11-15T05:35:34.734 INFO:teuthology.orchestra.run.smithi078.stdout: crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2023-11-15T05:35:34.734 INFO:teuthology.orchestra.run.smithi078.stdout: skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_64 2023-11-15T05:35:34.735 INFO:teuthology.orchestra.run.smithi078.stdout: toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 2023-11-15T05:35:34.735 INFO:teuthology.orchestra.run.smithi078.stdout: udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 2023-11-15T05:35:34.735 INFO:teuthology.orchestra.run.smithi078.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-15T05:35:34.735 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:35:34.735 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-15T05:35:34.847 DEBUG:teuthology.parallel:result is None 2023-11-15T05:35:36.305 INFO:teuthology.orchestra.run.smithi055.stdout:Installed products updated. 2023-11-15T05:35:36.426 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:35:36.426 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-11-15T05:35:36.426 INFO:teuthology.orchestra.run.smithi055.stdout: buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_64 2023-11-15T05:35:36.426 INFO:teuthology.orchestra.run.smithi055.stdout: cockpit-podman-32-2.module+el8.4.0+11990+22932769.noarch 2023-11-15T05:35:36.427 INFO:teuthology.orchestra.run.smithi055.stdout: crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2023-11-15T05:35:36.427 INFO:teuthology.orchestra.run.smithi055.stdout: skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_64 2023-11-15T05:35:36.427 INFO:teuthology.orchestra.run.smithi055.stdout: toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 2023-11-15T05:35:36.427 INFO:teuthology.orchestra.run.smithi055.stdout: udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 2023-11-15T05:35:36.427 INFO:teuthology.orchestra.run.smithi055.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-15T05:35:36.427 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:35:36.428 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-11-15T05:35:36.546 DEBUG:teuthology.parallel:result is None 2023-11-15T05:35:36.547 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-15T05:35:36.560 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-15T05:35:36.560 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:35:36.561 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:35:36.576 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-11-15T05:35:36.577 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_1 2023-11-15T05:35:36.632 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T05:35:36.632 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:35:36.632 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 212852 Links: 1 2023-11-15T05:35:36.633 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:35:36.633 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:35:36.633 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-11-15 05:35:12.373142818 +0000 2023-11-15T05:35:36.633 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-11-15 05:34:42.825756954 +0000 2023-11-15T05:35:36.633 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-11-15 05:34:42.825756954 +0000 2023-11-15T05:35:36.634 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-11-15T05:35:36.634 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T05:35:36.696 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-11-15T05:35:36.696 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-11-15T05:35:36.696 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000340852 s, 1.5 MB/s 2023-11-15T05:35:36.697 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T05:35:36.753 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_2 2023-11-15T05:35:36.808 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T05:35:36.809 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:35:36.809 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 223294 Links: 1 2023-11-15T05:35:36.809 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:35:36.809 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:35:36.809 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-11-15 05:35:12.373142818 +0000 2023-11-15T05:35:36.810 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-11-15 05:34:43.375745523 +0000 2023-11-15T05:35:36.810 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-11-15 05:34:43.375745523 +0000 2023-11-15T05:35:36.810 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-11-15T05:35:36.811 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T05:35:36.872 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-11-15T05:35:36.872 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-11-15T05:35:36.872 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000274821 s, 1.9 MB/s 2023-11-15T05:35:36.873 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T05:35:36.929 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_3 2023-11-15T05:35:36.984 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T05:35:36.985 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:35:36.985 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 212916 Links: 1 2023-11-15T05:35:36.985 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:35:36.985 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:35:36.986 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-11-15 05:35:12.373142818 +0000 2023-11-15T05:35:36.986 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-11-15 05:34:43.936733863 +0000 2023-11-15T05:35:36.986 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-11-15 05:34:43.936733863 +0000 2023-11-15T05:35:36.986 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-11-15T05:35:36.987 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T05:35:37.048 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-11-15T05:35:37.048 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-11-15T05:35:37.048 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000340611 s, 1.5 MB/s 2023-11-15T05:35:37.050 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T05:35:37.105 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_4 2023-11-15T05:35:37.161 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T05:35:37.161 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:35:37.161 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 220438 Links: 1 2023-11-15T05:35:37.162 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:35:37.162 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:35:37.162 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-11-15 05:35:12.373142818 +0000 2023-11-15T05:35:37.162 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-11-15 05:34:44.504722057 +0000 2023-11-15T05:35:37.162 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-11-15 05:34:44.504722057 +0000 2023-11-15T05:35:37.163 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-11-15T05:35:37.163 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T05:35:37.224 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-11-15T05:35:37.224 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-11-15T05:35:37.225 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000284627 s, 1.8 MB/s 2023-11-15T05:35:37.226 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T05:35:37.281 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T05:35:37.393 INFO:teuthology.orchestra.run.smithi055.stdout:loop 2023-11-15T05:35:37.394 INFO:tasks.nvme_loop:Connecting nvme_loop smithi055:/dev/vg_nvme/lv_1... 2023-11-15T05:35:37.394 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T05:35:37.428 INFO:teuthology.orchestra.run.smithi055.stdout:1 2023-11-15T05:35:37.464 INFO:teuthology.orchestra.run.smithi055.stdout:/dev/vg_nvme/lv_11 2023-11-15T05:35:37.504 INFO:tasks.nvme_loop:Connecting nvme_loop smithi055:/dev/vg_nvme/lv_2... 2023-11-15T05:35:37.505 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T05:35:37.583 INFO:teuthology.orchestra.run.smithi055.stdout:1 2023-11-15T05:35:37.619 INFO:teuthology.orchestra.run.smithi055.stdout:/dev/vg_nvme/lv_21 2023-11-15T05:35:37.658 INFO:tasks.nvme_loop:Connecting nvme_loop smithi055:/dev/vg_nvme/lv_3... 2023-11-15T05:35:37.659 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T05:35:37.733 INFO:teuthology.orchestra.run.smithi055.stdout:1 2023-11-15T05:35:37.769 INFO:teuthology.orchestra.run.smithi055.stdout:/dev/vg_nvme/lv_31 2023-11-15T05:35:37.807 INFO:tasks.nvme_loop:Connecting nvme_loop smithi055:/dev/vg_nvme/lv_4... 2023-11-15T05:35:37.808 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T05:35:37.882 INFO:teuthology.orchestra.run.smithi055.stdout:1 2023-11-15T05:35:37.917 INFO:teuthology.orchestra.run.smithi055.stdout:/dev/vg_nvme/lv_41 2023-11-15T05:35:37.956 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:35:37.957 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:35:38.012 DEBUG:teuthology.orchestra.run.smithi055:> sudo nvme list 2023-11-15T05:35:38.075 INFO:teuthology.orchestra.run.smithi055.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T05:35:38.076 INFO:teuthology.orchestra.run.smithi055.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T05:35:38.076 INFO:teuthology.orchestra.run.smithi055.stdout:/dev/nvme0n1 BTLE736102VS4P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2023-11-15T05:35:38.076 INFO:teuthology.orchestra.run.smithi055.stdout:/dev/nvme1n1 bdb818f7f3c360248b3c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:35:38.076 INFO:teuthology.orchestra.run.smithi055.stdout:/dev/nvme2n1 a75d709fc5d1a60d5ac2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:35:38.077 INFO:teuthology.orchestra.run.smithi055.stdout:/dev/nvme3n1 76dee9a9010ffcaa7cdd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:35:38.077 INFO:teuthology.orchestra.run.smithi055.stdout:/dev/nvme4n1 44047ee9b05224682a91 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:35:38.078 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:35:38.078 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:35:38.078 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/scratch_devs 2023-11-15T05:35:38.142 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T05:35:38.142 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:35:38.161 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-11-15T05:35:38.162 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_1 2023-11-15T05:35:38.220 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T05:35:38.220 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:35:38.220 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 220692 Links: 1 2023-11-15T05:35:38.221 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:35:38.221 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:35:38.221 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-15 05:35:12.418125782 +0000 2023-11-15T05:35:38.221 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-15 05:30:57.148479794 +0000 2023-11-15T05:35:38.222 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-15 05:30:57.148479794 +0000 2023-11-15T05:35:38.222 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-15T05:35:38.222 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T05:35:38.288 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-15T05:35:38.288 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-15T05:35:38.289 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000330033 s, 1.6 MB/s 2023-11-15T05:35:38.290 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T05:35:38.351 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_2 2023-11-15T05:35:38.408 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T05:35:38.409 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:35:38.409 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 219701 Links: 1 2023-11-15T05:35:38.409 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:35:38.409 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:35:38.409 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-15 05:35:12.418125782 +0000 2023-11-15T05:35:38.410 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-15 05:30:57.647471401 +0000 2023-11-15T05:35:38.410 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-15 05:30:57.647471401 +0000 2023-11-15T05:35:38.410 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-15T05:35:38.410 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T05:35:38.475 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-15T05:35:38.475 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-15T05:35:38.475 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.00025097 s, 2.0 MB/s 2023-11-15T05:35:38.476 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T05:35:38.536 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_3 2023-11-15T05:35:38.592 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T05:35:38.592 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:35:38.592 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 223316 Links: 1 2023-11-15T05:35:38.593 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:35:38.593 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:35:38.593 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-15 05:35:12.418125782 +0000 2023-11-15T05:35:38.593 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-15 05:30:58.149462959 +0000 2023-11-15T05:35:38.593 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-15 05:30:58.149462959 +0000 2023-11-15T05:35:38.594 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-15T05:35:38.594 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T05:35:38.657 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-15T05:35:38.657 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-15T05:35:38.657 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000217898 s, 2.3 MB/s 2023-11-15T05:35:38.658 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T05:35:38.715 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_4 2023-11-15T05:35:38.771 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T05:35:38.772 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:35:38.772 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 219791 Links: 1 2023-11-15T05:35:38.772 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:35:38.772 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T05:35:38.773 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-15 05:35:12.418125782 +0000 2023-11-15T05:35:38.773 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-15 05:30:58.657454416 +0000 2023-11-15T05:35:38.773 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-15 05:30:58.657454416 +0000 2023-11-15T05:35:38.773 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-15T05:35:38.773 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T05:35:38.836 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-15T05:35:38.836 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-15T05:35:38.836 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000177163 s, 2.9 MB/s 2023-11-15T05:35:38.837 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T05:35:38.894 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T05:35:39.014 INFO:teuthology.orchestra.run.smithi078.stdout:loop 2023-11-15T05:35:39.015 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_1... 2023-11-15T05:35:39.015 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T05:35:39.048 INFO:teuthology.orchestra.run.smithi078.stdout:1 2023-11-15T05:35:39.082 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_11 2023-11-15T05:35:39.122 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_2... 2023-11-15T05:35:39.123 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T05:35:39.195 INFO:teuthology.orchestra.run.smithi078.stdout:1 2023-11-15T05:35:39.230 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_21 2023-11-15T05:35:39.268 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_3... 2023-11-15T05:35:39.268 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T05:35:39.341 INFO:teuthology.orchestra.run.smithi078.stdout:1 2023-11-15T05:35:39.375 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_31 2023-11-15T05:35:39.413 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_4... 2023-11-15T05:35:39.414 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T05:35:39.487 INFO:teuthology.orchestra.run.smithi078.stdout:1 2023-11-15T05:35:39.521 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_41 2023-11-15T05:35:39.559 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T05:35:39.559 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:35:39.613 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme list 2023-11-15T05:35:39.677 INFO:teuthology.orchestra.run.smithi078.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T05:35:39.677 INFO:teuthology.orchestra.run.smithi078.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T05:35:39.677 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme0n1 PHFT620400QR400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T05:35:39.677 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme1n1 ba75e2a17a94e9c6a27e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:35:39.678 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme2n1 840c1b34833235c32729 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:35:39.678 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme3n1 f0e155fff06ebd7e4a63 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:35:39.678 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme4n1 c768205ff42854fd62c8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T05:35:39.679 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:35:39.679 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T05:35:39.680 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/scratch_devs 2023-11-15T05:35:39.742 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T05:35:39.818 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': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T05:35:39.819 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:35:39.819 INFO:tasks.cephadm:Cluster fsid is cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:35:39.820 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T05:35:39.820 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T05:35:39.821 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi055': '172.21.15.55', 'mon.smithi078': '172.21.15.78'} 2023-11-15T05:35:39.821 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T05:35:39.821 DEBUG:teuthology.orchestra.run.smithi055:> sudo hostname $(hostname -s) 2023-11-15T05:35:39.852 DEBUG:teuthology.orchestra.run.smithi078:> sudo hostname $(hostname -s) 2023-11-15T05:35:39.877 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 620f25c1794f62207424fc9319427943fb8d1fae)... 2023-11-15T05:35:39.877 DEBUG:teuthology.orchestra.run.smithi055:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T05:35:40.109 INFO:teuthology.orchestra.run.smithi055.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 15 05:35 /home/ubuntu/cephtest/cephadm 2023-11-15T05:35:40.110 DEBUG:teuthology.orchestra.run.smithi078:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T05:35:40.249 INFO:teuthology.orchestra.run.smithi078.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 15 05:35 /home/ubuntu/cephtest/cephadm 2023-11-15T05:35:40.250 DEBUG:teuthology.orchestra.run.smithi055:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T05:35:40.269 DEBUG:teuthology.orchestra.run.smithi078:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T05:35:40.292 DEBUG:teuthology.orchestra.run.smithi055:> sudo mkdir -p /etc/ceph 2023-11-15T05:35:40.339 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /etc/ceph 2023-11-15T05:35:40.363 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 777 /etc/ceph 2023-11-15T05:35:40.406 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 777 /etc/ceph 2023-11-15T05:35:40.430 INFO:tasks.cephadm:Writing seed config... 2023-11-15T05:35:40.431 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T05:35:40.431 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T05:35:40.432 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T05:35:40.432 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T05:35:40.432 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T05:35:40.433 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T05:35:40.433 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T05:35:40.433 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T05:35:40.434 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:35:40.434 DEBUG:teuthology.orchestra.run.smithi055:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T05:35:40.463 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 = cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-15T05:35:40.463 DEBUG:teuthology.orchestra.run.smithi055:mon.smithi055> sudo journalctl -f -n 0 -u ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mon.smithi055.service 2023-11-15T05:35:40.505 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T05:35:40.505 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae -v bootstrap --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.55 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:35:40.531 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:-- Logs begin at Wed 2023-11-15 05:21:18 UTC. -- 2023-11-15T05:35:40.865 INFO:teuthology.orchestra.run.smithi055.stderr:-------------------------------------------------------------------------------- 2023-11-15T05:35:40.865 INFO:teuthology.orchestra.run.smithi055.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae', '-v', 'bootstrap', '--fsid', 'cfa6e0e4-8378-11ee-8dbe-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.55', '--skip-admin-label'] 2023-11-15T05:35:42.575 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: 3.2.3 2023-11-15T05:35:42.632 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying podman|docker is present... 2023-11-15T05:35:42.683 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: 3.2.3 2023-11-15T05:35:42.784 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying lvm2 is present... 2023-11-15T05:35:42.784 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying time synchronization is in place... 2023-11-15T05:35:42.791 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T05:35:42.798 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2023-11-15T05:35:42.806 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: enabled 2023-11-15T05:35:42.812 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: active 2023-11-15T05:35:42.813 INFO:teuthology.orchestra.run.smithi055.stderr:Unit chronyd.service is enabled and running 2023-11-15T05:35:42.813 INFO:teuthology.orchestra.run.smithi055.stderr:Repeating the final host check... 2023-11-15T05:35:42.857 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: 3.2.3 2023-11-15T05:35:42.959 INFO:teuthology.orchestra.run.smithi055.stderr:podman (/bin/podman) version 3.2.3 is present 2023-11-15T05:35:42.959 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl is present 2023-11-15T05:35:42.960 INFO:teuthology.orchestra.run.smithi055.stderr:lvcreate is present 2023-11-15T05:35:42.965 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T05:35:42.971 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2023-11-15T05:35:42.977 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: enabled 2023-11-15T05:35:42.983 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: active 2023-11-15T05:35:42.984 INFO:teuthology.orchestra.run.smithi055.stderr:Unit chronyd.service is enabled and running 2023-11-15T05:35:42.985 INFO:teuthology.orchestra.run.smithi055.stderr:Host looks OK 2023-11-15T05:35:42.985 INFO:teuthology.orchestra.run.smithi055.stderr:Cluster fsid: cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:35:42.985 INFO:teuthology.orchestra.run.smithi055.stderr:Acquiring lock 140658125639752 on /run/cephadm/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:35:42.985 INFO:teuthology.orchestra.run.smithi055.stderr:Lock 140658125639752 acquired on /run/cephadm/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:35:42.986 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying IP 172.21.15.55 port 3300 ... 2023-11-15T05:35:42.986 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying IP 172.21.15.55 port 6789 ... 2023-11-15T05:35:42.986 INFO:teuthology.orchestra.run.smithi055.stderr:Base mon IP(s) is [172.21.15.55:3300, 172.21.15.55:6789], mon addrv is [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2023-11-15T05:35:42.988 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-11-15T05:35:42.988 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.55 metric 100 2023-11-15T05:35:42.991 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-15T05:35:42.991 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-15T05:35:42.992 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1792sec hoplimit 64 pref medium 2023-11-15T05:35:42.994 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T05:35:42.994 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T05:35:42.994 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T05:35:42.994 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-11-15T05:35:42.995 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fef8:2606/64 scope link noprefixroute 2023-11-15T05:35:42.995 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T05:35:42.996 INFO:teuthology.orchestra.run.smithi055.stderr:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2023-11-15T05:35:42.996 INFO:teuthology.orchestra.run.smithi055.stderr:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2023-11-15T05:35:42.996 INFO:teuthology.orchestra.run.smithi055.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-15T05:35:42.996 INFO:teuthology.orchestra.run.smithi055.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T05:35:42.997 INFO:teuthology.orchestra.run.smithi055.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T05:35:43.087 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T05:35:43.366 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Getting image source signatures 2023-11-15T05:35:43.482 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Copying blob sha256:9ed66b813839402af6169f56a47e2708c68f9b594b29345f067cd20c366c9492 2023-11-15T05:35:43.573 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Copying blob sha256:ef3cef4bbbe4c81d403ac704d59c5f6a5c2725c728c01ed1fc2c9d9798719df6 2023-11-15T05:35:59.022 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Copying config sha256:d02b7545bf4f1218c0aaabdcc289ef466b8e55d3659c0d657e12d6be0bfe3aaf 2023-11-15T05:35:59.071 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Writing manifest to image destination 2023-11-15T05:35:59.072 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Storing signatures 2023-11-15T05:36:10.120 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: d02b7545bf4f1218c0aaabdcc289ef466b8e55d3659c0d657e12d6be0bfe3aaf 2023-11-15T05:36:10.884 INFO:teuthology.orchestra.run.smithi055.stderr:ceph: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T05:36:11.315 INFO:teuthology.orchestra.run.smithi055.stderr:Ceph version: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T05:36:11.315 INFO:teuthology.orchestra.run.smithi055.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T05:36:11.741 INFO:teuthology.orchestra.run.smithi055.stderr:stat: 167 167 2023-11-15T05:36:12.056 INFO:teuthology.orchestra.run.smithi055.stderr:Creating initial keys... 2023-11-15T05:36:12.528 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-authtool: AQDMWFRlJINKHxAA0e+XrM1mMVPkbXPupskWsw== 2023-11-15T05:36:13.245 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-authtool: AQDNWFRl3IxrDhAAkHmu8VsW1PYhWMYKcId/Kg== 2023-11-15T05:36:14.003 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-authtool: AQDNWFRl7d1rOxAAsO/dD2ZSBwGrU62iRTJnVQ== 2023-11-15T05:36:14.397 INFO:teuthology.orchestra.run.smithi055.stderr:Creating initial monmap... 2023-11-15T05:36:14.746 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T05:36:14.746 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:14.747 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T05:36:15.040 INFO:teuthology.orchestra.run.smithi055.stderr:monmaptool for smithi055 [v2:172.21.15.55:3300,v1:172.21.15.55:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T05:36:15.040 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/monmaptool: set fsid to cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:15.041 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T05:36:15.041 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:36:15.041 INFO:teuthology.orchestra.run.smithi055.stderr:Creating mon... 2023-11-15T05:36:15.438 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.413+0000 7faa4a192880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:36:15.438 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.413+0000 7faa4a192880 1 imported monmap: 2023-11-15T05:36:15.438 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T05:36:15.439 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:15.439 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T05:36:14.745730+0000 2023-11-15T05:36:15.439 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: created 2023-11-15T05:36:14.745730+0000 2023-11-15T05:36:15.439 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T05:36:15.439 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T05:36:15.440 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.smithi055 2023-11-15T05:36:15.440 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.440 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.413+0000 7faa4a192880 0 /usr/bin/ceph-mon: set fsid to cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:15.440 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:36:15.440 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.441 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:36:15.441 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:36:15.441 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: DB SUMMARY 2023-11-15T05:36:15.441 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.441 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi055/store.db dir, Total Num: 0, files: 2023-11-15T05:36:15.441 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.442 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi055/store.db: 2023-11-15T05:36:15.442 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.442 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:36:15.442 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.create_if_missing: 1 2023-11-15T05:36:15.442 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:36:15.443 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.env: 0x55a129b16080 2023-11-15T05:36:15.443 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:36:15.443 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.info_log: 0x55a12ba61380 2023-11-15T05:36:15.443 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:36:15.443 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:36:15.444 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:36:15.444 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:36:15.444 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:36:15.444 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:36:15.444 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:36:15.445 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:36:15.445 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:36:15.445 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:36:15.445 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:36:15.445 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:36:15.445 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:36:15.446 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:36:15.446 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:36:15.446 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi055/store.db 2023-11-15T05:36:15.446 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:36:15.446 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:36:15.447 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:36:15.447 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:36:15.447 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:36:15.447 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:36:15.447 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:36:15.447 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:36:15.448 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:36:15.448 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:36:15.448 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.write_buffer_manager: 0x55a12ba67980 2023-11-15T05:36:15.448 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:36:15.448 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:36:15.449 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:36:15.449 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:36:15.449 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:36:15.449 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:36:15.449 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:36:15.449 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:36:15.450 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:36:15.450 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:36:15.450 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:36:15.450 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:36:15.450 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:36:15.451 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:36:15.451 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.row_cache: None 2023-11-15T05:36:15.451 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:36:15.451 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:36:15.451 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:36:15.452 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:36:15.452 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:36:15.452 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:36:15.452 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:36:15.452 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:36:15.453 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:36:15.453 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:36:15.453 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:36:15.453 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:36:15.453 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:36:15.454 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:36:15.454 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:36:15.454 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:36:15.454 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:36:15.454 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:36:15.454 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:36:15.455 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:36:15.455 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:36:15.455 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:36:15.455 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:36:15.455 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:36:15.456 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:36:15.456 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:36:15.456 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:36:15.456 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:36:15.456 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:36:15.457 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:36:15.457 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:36:15.457 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:36:15.457 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:36:15.457 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:36:15.457 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:36:15.458 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:36:15.458 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.414+0000 7faa4a192880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:36:15.458 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.415+0000 7faa4a192880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T05:36:15.458 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.458 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi055/store.db/MANIFEST-000001 2023-11-15T05:36:15.459 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.459 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:36:15.459 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.459 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:36:15.459 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.merge_operator: 2023-11-15T05:36:15.460 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:36:15.460 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:36:15.460 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:36:15.460 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:36:15.460 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a12b977d30) 2023-11-15T05:36:15.461 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T05:36:15.461 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:36:15.461 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:36:15.461 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T05:36:15.461 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T05:36:15.462 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T05:36:15.462 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T05:36:15.462 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:36:15.462 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T05:36:15.462 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T05:36:15.462 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T05:36:15.463 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_cache: 0x55a12b9acd10 2023-11-15T05:36:15.463 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T05:36:15.463 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T05:36:15.463 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T05:36:15.463 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T05:36:15.464 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T05:36:15.464 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T05:36:15.464 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T05:36:15.464 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T05:36:15.464 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T05:36:15.464 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T05:36:15.465 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T05:36:15.465 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T05:36:15.465 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T05:36:15.465 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T05:36:15.465 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T05:36:15.466 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:36:15.466 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T05:36:15.466 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T05:36:15.466 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T05:36:15.466 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T05:36:15.466 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T05:36:15.467 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T05:36:15.467 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.467 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:36:15.467 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:36:15.467 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:36:15.469 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:36:15.469 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:36:15.469 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:36:15.470 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:36:15.470 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:36:15.470 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:36:15.470 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:36:15.470 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:36:15.470 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:36:15.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:36:15.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:36:15.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:36:15.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:36:15.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:36:15.472 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:36:15.472 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:36:15.472 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:36:15.472 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:36:15.472 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:36:15.473 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:36:15.473 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:36:15.473 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:36:15.473 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:36:15.473 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:36:15.474 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:36:15.474 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:36:15.474 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:36:15.474 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:36:15.474 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:36:15.475 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:36:15.475 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:36:15.475 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:36:15.475 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:36:15.475 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:36:15.476 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:36:15.476 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:36:15.476 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:36:15.476 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:36:15.476 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:36:15.476 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:36:15.477 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:36:15.477 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:36:15.477 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:36:15.477 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:36:15.477 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:36:15.478 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:36:15.478 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:36:15.478 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:36:15.478 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:36:15.478 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:36:15.478 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:36:15.479 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:36:15.479 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:36:15.479 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:36:15.479 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:36:15.479 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:36:15.480 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:36:15.480 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:36:15.480 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:36:15.480 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:36:15.480 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:36:15.481 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:36:15.481 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:36:15.481 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:36:15.481 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.417+0000 7faa4a192880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:36:15.481 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.418+0000 7faa4a192880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi055/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-11-15T05:36:15.481 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.482 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.418+0000 7faa4a192880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T05:36:15.482 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.482 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.418+0000 7faa4a192880 4 rocksdb: DB pointer 0x55a12ba75800 2023-11-15T05:36:15.482 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.419+0000 7faa33018700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:36:15.483 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.419+0000 7faa33018700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:36:15.483 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T05:36:15.483 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:36:15.483 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.483 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.484 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:36:15.484 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.484 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.484 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:36:15.484 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.485 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:36:15.485 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.485 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:15.485 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.485 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.486 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.486 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:36:15.486 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.486 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:15.486 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:36:15.487 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:15.487 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:15.487 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:36:15.487 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:36:15.487 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:36:15.488 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.488 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.488 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.488 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.488 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:36:15.489 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.489 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:36:15.489 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.489 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:15.489 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.490 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.490 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.490 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:36:15.490 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.490 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:15.491 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:36:15.491 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:15.491 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:15.491 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:36:15.491 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:36:15.491 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:36:15.492 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.492 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.492 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:36:15.492 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.492 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:36:15.493 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2023-11-15T05:36:15.493 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.420+0000 7faa4a192880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T05:36:15.493 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.420+0000 7faa4a192880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T05:36:15.493 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:36:15.420+0000 7faa4a192880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi055 for mon.smithi055 2023-11-15T05:36:15.791 INFO:teuthology.orchestra.run.smithi055.stderr:create mon.smithi055 on 2023-11-15T05:36:15.912 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-15T05:36:16.020 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7.target. 2023-11-15T05:36:16.020 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7.target. 2023-11-15T05:36:16.252 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Failed to reset failed state of unit ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mon.smithi055.service: Unit ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mon.smithi055.service not loaded. 2023-11-15T05:36:16.259 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Created symlink /etc/systemd/system/ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7.target.wants/ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mon.smithi055.service → /etc/systemd/system/ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T05:36:16.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:16 smithi055 systemd[1]: Starting Ceph mon.smithi055 for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7... 2023-11-15T05:36:16.990 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: disabled 2023-11-15T05:36:16.998 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2023-11-15T05:36:16.998 INFO:teuthology.orchestra.run.smithi055.stderr:firewalld.service is not enabled 2023-11-15T05:36:16.998 INFO:teuthology.orchestra.run.smithi055.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T05:36:16.999 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mon to start... 2023-11-15T05:36:16.999 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mon... 2023-11-15T05:36:17.189 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:16 smithi055 bash[81646]: 5d5dc3b3e3ad3de670a6879bdd0c7b458d75553d3d746995db269f431a3a889b 2023-11-15T05:36:17.190 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:16 smithi055 conmon[81686]: cluster 2023-11-15T05:36:16.900921+0000 mon.smithi055 (mon.0) 0 : [INF] mkfs cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:17.190 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:16 smithi055 conmon[81686]: cluster 2023-11-15T05:36:16.896481+0000 mon.smithi055 (mon.0) 1 : cluster [INF] 2023-11-15T05:36:17.190 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:16 smithi055 conmon[81686]: mon.smithi055 is new leader, mons smithi055 in quorum (ranks 0) 2023-11-15T05:36:17.190 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:16 smithi055 systemd[1]: Started Ceph mon.smithi055 for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7. 2023-11-15T05:36:17.524 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: cluster: 2023-11-15T05:36:17.525 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: id: cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:17.525 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T05:36:17.525 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:17.525 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: services: 2023-11-15T05:36:17.525 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi055 (age 0.622842s) 2023-11-15T05:36:17.526 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T05:36:17.526 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T05:36:17.526 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:17.526 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: data: 2023-11-15T05:36:17.526 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T05:36:17.527 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T05:36:17.527 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T05:36:17.527 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: pgs: 2023-11-15T05:36:17.527 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:17.939 INFO:teuthology.orchestra.run.smithi055.stderr:mon is available 2023-11-15T05:36:17.940 INFO:teuthology.orchestra.run.smithi055.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T05:36:18.162 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:17 smithi055 conmon[81686]: cluster 2023-11-15T05:36:16.899804+0000 mon.smithi055 (mon.0) 2 : cluster [INF] mon.smithi055 is new leader, mons smithi055 in quorum (ranks 0) 2023-11-15T05:36:18.162 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:17 smithi055 conmon[81686]: cluster 2023-11-15T05:36:16.900053+0000 mon.smithi055 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi055=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} removed_ranks: {} 2023-11-15T05:36:18.162 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:17 smithi055 conmon[81686]: cluster 2023-11-15T05:36:16.902517+0000 mon.smithi055 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T05:36:18.163 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:17 smithi055 conmon[81686]: cluster 2023-11-15T05:36:16.904866+0000 mon.smithi055 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T05:36:18.163 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:17 smithi055 conmon[81686]: cluster 2023-11-15T05:36:16.905462+0000 mon.smithi055 (mon.0) 6 : cluster [DBG] 2023-11-15T05:36:18.163 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:17 smithi055 conmon[81686]: mgrmap e1: no daemons active 2023-11-15T05:36:18.163 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:17 smithi055 conmon[81686]: audit 2023-11-15T05:36:17.522602+0000 mon.smithi055 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.55:0/3990857499' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T05:36:18.469 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:18.469 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [global] 2023-11-15T05:36:18.470 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: fsid = cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:18.470 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2023-11-15T05:36:18.470 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T05:36:18.470 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T05:36:18.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T05:36:18.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T05:36:18.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:18.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [mgr] 2023-11-15T05:36:18.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T05:36:18.471 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:18.472 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [osd] 2023-11-15T05:36:18.472 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T05:36:18.472 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T05:36:18.776 INFO:teuthology.orchestra.run.smithi055.stderr:Generating new minimal ceph.conf... 2023-11-15T05:36:19.289 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:18 smithi055 conmon[81686]: audit 2023-11-15T05:36:18.464759+0000 2023-11-15T05:36:19.290 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:18 smithi055 conmon[81686]: mon.smithi055 (mon.0) 8 : audit [INF] from='client.? 172.21.15.55:0/3338446898' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:36:19.290 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:18 smithi055 conmon[81686]: audit 2023-11-15T05:36:18.467758+0000 mon.smithi055 (mon.0) 9 : audit [INF] from='client.? 172.21.15.55:0/3338446898' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T05:36:19.712 INFO:teuthology.orchestra.run.smithi055.stderr:Restarting the monitor... 2023-11-15T05:36:19.908 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:19 smithi055 systemd[1]: Stopping Ceph mon.smithi055 for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7... 2023-11-15T05:36:19.909 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:19 smithi055 bash[82164]: Error: no container with name or ID "ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-mon.smithi055" found: no such container 2023-11-15T05:36:20.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:19 smithi055 conmon[81686]: audit 2023-11-15T05:36:19.269838+0000 mon.smithi055 2023-11-15T05:36:20.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:19 smithi055 conmon[81686]: (mon.0) 10 : audit [DBG] from='client.? 172.21.15.55:0/3260110513' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:20.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:20 smithi055 conmon[81686]: debug 2023-11-15T05:36:20.079+0000 7f45c40c6700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi055 -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-11-15T05:36:20.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:20 smithi055 conmon[81686]: debug 2023-11-15T05:36:20.079+0000 7f45c40c6700 -1 mon.smithi055@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T05:36:20.569 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:20 smithi055 bash[82275]: ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-mon-smithi055 2023-11-15T05:36:21.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:20 smithi055 systemd[1]: ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mon.smithi055.service: Succeeded. 2023-11-15T05:36:21.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:20 smithi055 systemd[1]: Stopped Ceph mon.smithi055 for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7. 2023-11-15T05:36:21.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:20 smithi055 systemd[1]: Starting Ceph mon.smithi055 for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7... 2023-11-15T05:36:21.306 INFO:teuthology.orchestra.run.smithi055.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-15T05:36:21.488 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.207+0000 7feb3c5cb880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:36:21.489 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.207+0000 7feb3c5cb880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T05:36:21.489 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.207+0000 7feb3c5cb880 0 pidfile_write: ignore empty --pid-file 2023-11-15T05:36:21.489 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 bash[82594]: f897f3345fea233a5992f828bde7d1b588dedbc9b8c577d229a795082280910a 2023-11-15T05:36:21.490 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.211+0000 7feb3c5cb880 0 load: jerasure load: lrc load: isa 2023-11-15T05:36:21.490 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:36:21.490 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.490 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:36:21.491 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:36:21.491 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: DB SUMMARY 2023-11-15T05:36:21.491 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.491 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T05:36:21.491 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.492 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T05:36:21.492 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.492 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T05:36:21.492 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.492 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi055/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T05:36:21.493 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.493 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi055/store.db: 000006.log size: 86503 ; 2023-11-15T05:36:21.493 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.493 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:36:21.493 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T05:36:21.493 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:36:21.494 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.env: 0x560adedd7080 2023-11-15T05:36:21.494 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:36:21.494 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.info_log: 0x560ae0c99d20 2023-11-15T05:36:21.494 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:36:21.495 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:36:21.495 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:36:21.495 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:36:21.495 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:36:21.495 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:36:21.496 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:36:21.496 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:36:21.496 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:36:21.496 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:36:21.496 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:36:21.496 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:36:21.497 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:36:21.497 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:36:21.497 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:36:21.497 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi055/store.db 2023-11-15T05:36:21.497 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:36:21.498 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:36:21.498 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:36:21.498 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:36:21.498 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:36:21.498 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:36:21.499 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:36:21.499 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:36:21.499 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:36:21.499 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:36:21.499 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.write_buffer_manager: 0x560ae18f0480 2023-11-15T05:36:21.500 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:36:21.500 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:36:21.500 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:36:21.500 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:36:21.500 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:36:21.501 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:36:21.501 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:36:21.501 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:36:21.501 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:36:21.502 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:36:21.503 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:36:21.503 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:36:21.504 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:36:21.504 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:36:21.504 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.row_cache: None 2023-11-15T05:36:21.504 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:36:21.504 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:36:21.505 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:36:21.505 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:36:21.505 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:36:21.505 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:36:21.505 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:36:21.506 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:36:21.506 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:36:21.506 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:36:21.506 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:36:21.506 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:36:21.506 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:36:21.507 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:36:21.507 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:36:21.507 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:36:21.507 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:36:21.507 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:36:21.508 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:36:21.508 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:36:21.508 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:36:21.508 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:36:21.508 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:36:21.509 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:36:21.509 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:36:21.509 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:36:21.509 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:36:21.510 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:36:21.510 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:36:21.510 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:36:21.510 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:36:21.510 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:36:21.511 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:36:21.511 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:36:21.511 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:36:21.511 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:36:21.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:36:21.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi055/store.db/MANIFEST-000005 2023-11-15T05:36:21.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:36:21.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.513 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:36:21.513 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.merge_operator: 2023-11-15T05:36:21.513 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:36:21.513 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:36:21.514 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:36:21.515 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:36:21.515 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560ae0c49d28) 2023-11-15T05:36:21.515 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: cache_index_and_filter_blocks: 1 2023-11-15T05:36:21.515 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:36:21.516 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:36:21.516 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: pin_top_level_index_and_filter: 1 2023-11-15T05:36:21.516 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: index_type: 0 2023-11-15T05:36:21.516 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: data_block_index_type: 0 2023-11-15T05:36:21.516 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: index_shortening: 1 2023-11-15T05:36:21.516 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:36:21.517 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: hash_index_allow_collision: 1 2023-11-15T05:36:21.517 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: checksum: 1 2023-11-15T05:36:21.517 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: no_block_cache: 0 2023-11-15T05:36:21.517 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: block_cache: 0x560ae0c7ef10 2023-11-15T05:36:21.517 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: block_cache_name: BinnedLRUCache 2023-11-15T05:36:21.518 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: block_cache_options: 2023-11-15T05:36:21.518 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: capacity : 536870912 2023-11-15T05:36:21.518 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: num_shard_bits : 4 2023-11-15T05:36:21.518 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: strict_capacity_limit : 0 2023-11-15T05:36:21.518 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: high_pri_pool_ratio: 0.000 2023-11-15T05:36:21.519 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: block_cache_compressed: (nil) 2023-11-15T05:36:21.519 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: persistent_cache: (nil) 2023-11-15T05:36:21.519 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: block_size: 4096 2023-11-15T05:36:21.519 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: block_size_deviation: 10 2023-11-15T05:36:21.520 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: block_restart_interval: 16 2023-11-15T05:36:21.520 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: index_block_restart_interval: 1 2023-11-15T05:36:21.520 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: metadata_block_size: 4096 2023-11-15T05:36:21.520 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: partition_filters: 0 2023-11-15T05:36:21.520 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: use_delta_encoding: 1 2023-11-15T05:36:21.521 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:36:21.521 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: whole_key_filtering: 1 2023-11-15T05:36:21.521 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: verify_compression: 0 2023-11-15T05:36:21.521 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: read_amp_bytes_per_bit: 0 2023-11-15T05:36:21.521 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: format_version: 2 2023-11-15T05:36:21.522 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: enable_index_compression: 1 2023-11-15T05:36:21.522 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: block_align: 0 2023-11-15T05:36:21.522 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.522 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:36:21.522 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:36:21.522 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:36:21.523 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:36:21.523 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:36:21.523 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:36:21.523 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:36:21.523 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:36:21.524 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:36:21.524 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:36:21.524 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:36:21.524 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:36:21.524 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:36:21.524 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:36:21.525 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:36:21.525 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:36:21.525 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:36:21.525 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:36:21.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:36:21.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:36:21.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:36:21.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:36:21.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:36:21.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:36:21.527 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:36:21.527 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:36:21.527 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:36:21.527 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:36:21.527 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:36:21.528 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:36:21.528 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:36:21.528 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:36:21.528 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:36:21.528 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:36:21.528 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:36:21.529 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:36:21.529 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:36:21.529 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:36:21.530 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:36:21.530 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:36:21.530 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:36:21.530 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:36:21.530 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:36:21.531 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:36:21.531 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:36:21.531 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:36:21.531 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_options_universal.size_rat 2023-11-15T05:36:21.531 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: io: 1 2023-11-15T05:36:21.532 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:36:21.532 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:36:21.532 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:36:21.532 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:36:21.532 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:36:21.533 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:36:21.533 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:36:21.533 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:36:21.533 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:36:21.533 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:36:21.533 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:36:21.534 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:36:21.534 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:36:21.534 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:36:21.534 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:36:21.535 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:36:21.535 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:36:21.535 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:36:21.535 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:36:21.535 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:36:21.536 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.212+0000 7feb3c5cb880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:36:21.536 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.213+0000 7feb3c5cb880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi055/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-11-15T05:36:21.536 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.536 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.213+0000 7feb3c5cb880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T05:36:21.536 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.537 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.213+0000 7feb3c5cb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026581214273, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T05:36:21.537 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.213+0000 7feb3c5cb880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T05:36:21.537 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.213+0000 7feb3c5cb880 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-11-15T05:36:21.537 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.214+0000 7feb3c5cb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026581215144, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83376, "table_properties": {"data_size": 81643, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76155, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "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": 1700026581, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T05:36:21.537 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.214+0000 7feb3c5cb880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T05:36:21.537 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.538 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.214+0000 7feb3c5cb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026581215736, "job": 1, "event": "recovery_finished"} 2023-11-15T05:36:21.538 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.215+0000 7feb3c5cb880 4 rocksdb: DB pointer 0x560ae0d47800 2023-11-15T05:36:21.538 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.215+0000 7feb233d0700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:36:21.538 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.215+0000 7feb233d0700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:36:21.538 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ** DB Stats ** 2023-11-15T05:36:21.539 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:36:21.539 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:36:21.539 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:36:21.539 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:36:21.539 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:36:21.540 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:36:21.540 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:36:21.540 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.540 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ** Compaction Stats [default] ** 2023-11-15T05:36:21.540 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 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-11-15T05:36:21.540 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:21.541 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.6 0.00 0.00 1 0.001 0 0 2023-11-15T05:36:21.541 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.6 0.00 0.00 1 0.001 0 0 2023-11-15T05:36:21.541 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.6 0.00 0.00 1 0.001 0 0 2023-11-15T05:36:21.541 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.541 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ** Compaction Stats [default] ** 2023-11-15T05:36:21.542 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 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-11-15T05:36:21.542 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:21.542 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.6 0.00 0.00 1 0.001 0 0 2023-11-15T05:36:21.542 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:36:21.542 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:21.543 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:21.543 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:36:21.543 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:36:21.543 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:36:21.543 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Cumulative compaction: 0.00 GB write, 26.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:36:21.543 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Interval compaction: 0.00 GB write, 26.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:36:21.544 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 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-11-15T05:36:21.545 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.545 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:36:21.545 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.546 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ** Compaction Stats [default] ** 2023-11-15T05:36:21.546 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 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-11-15T05:36:21.546 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:21.546 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.6 0.00 0.00 1 0.001 0 0 2023-11-15T05:36:21.546 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.6 0.00 0.00 1 0.001 0 0 2023-11-15T05:36:21.547 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 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-11-15T05:36:21.547 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.548 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ** Compaction Stats [default] ** 2023-11-15T05:36:21.548 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 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-11-15T05:36:21.548 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:21.549 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.6 0.00 0.00 1 0.001 0 0 2023-11-15T05:36:21.549 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:36:21.549 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:21.549 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:21.549 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:36:21.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:36:21.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:36:21.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Cumulative compaction: 0.00 GB write, 26.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:36:21.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:36:21.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 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-11-15T05:36:21.551 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.551 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:36:21.551 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.216+0000 7feb3c5cb880 0 starting mon.smithi055 rank 0 at public addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] at bind addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi055 fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:21.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.217+0000 7feb3c5cb880 1 mon.smithi055@-1(???) e1 preinit fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:21.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.217+0000 7feb3c5cb880 0 mon.smithi055@-1(???).mds e1 new map 2023-11-15T05:36:21.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.217+0000 7feb3c5cb880 0 mon.smithi055@-1(???).mds e1 print_map 2023-11-15T05:36:21.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: e1 2023-11-15T05:36:21.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T05:36:21.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 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-11-15T05:36:21.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: legacy client fscid: -1 2023-11-15T05:36:21.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: No filesystems configured 2023-11-15T05:36:21.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.217+0000 7feb3c5cb880 0 mon.smithi055@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T05:36:21.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.217+0000 7feb3c5cb880 0 mon.smithi055@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:36:21.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.217+0000 7feb3c5cb880 0 mon.smithi055@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:36:21.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.217+0000 7feb3c5cb880 0 mon.smithi055@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:36:21.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: audit 2023-11-15 2023-11-15T05:36:21.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: T05:36:19.269838+0000 mon.smithi055 (mon.0) 10 : audit 2023-11-15T05:36:21.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: [DBG] from='client.? 172.21.15.55:0/3260110513' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:21.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: debug 2023-11-15T05:36:21.217+0000 7feb3c5cb880 1 mon.smithi055@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T05:36:21.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: cluster 2023-11-15T05:36:21.233656 2023-11-15T05:36:21.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 1 : cluster [INF] mon.smithi055 is new leader, mons smithi055 in quorum (ranks 0) 2023-11-15T05:36:21.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: cluster 2023-11-15T05:36: 2023-11-15T05:36:21.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 21.233699+0000 mon.smithi055 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi055=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} removed_ranks: {} 2023-11-15T05:36:21.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: cluster 2023-11- 2023-11-15T05:36:21.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 15T05:36:21.234094+0000 mon.smithi055 ( 2023-11-15T05:36:21.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: mon.0) 3 : cluster [DBG] fsmap 2023-11-15T05:36:21.558 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: cluster 2023-11 2023-11-15T05:36:21.558 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: -15T05:36:21.234122+0000 2023-11-15T05:36:21.558 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: mon.smithi055 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T05:36:21.558 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: 2023-11-15T05:36:21.558 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: cluster 2023 2023-11-15T05:36:21.559 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: -11-15T05:36:21.234486+0000 mon.smithi055 ( 2023-11-15T05:36:21.559 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 conmon[82634]: mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T05:36:21.559 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:21 smithi055 systemd[1]: Started Ceph mon.smithi055 for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7. 2023-11-15T05:36:22.248 INFO:teuthology.orchestra.run.smithi055.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T05:36:22.248 INFO:teuthology.orchestra.run.smithi055.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:36:22.249 INFO:teuthology.orchestra.run.smithi055.stderr:Creating mgr... 2023-11-15T05:36:22.249 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying port 9283 ... 2023-11-15T05:36:22.396 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Failed to reset failed state of unit ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mgr.smithi055.asupmf.service: Unit ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mgr.smithi055.asupmf.service not loaded. 2023-11-15T05:36:22.402 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Created symlink /etc/systemd/system/ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7.target.wants/ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mgr.smithi055.asupmf.service → /etc/systemd/system/ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T05:36:23.061 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:22 smithi055 conmon[82634]: audit 2023-11-15T05:36:21.807957+0000 mon.smithi055 (mon.0) 6 : audit [INF] from='client.? 172.21.15.55:0/2321436539' entity='client.admin' 2023-11-15T05:36:23.132 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: disabled 2023-11-15T05:36:23.140 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2023-11-15T05:36:23.141 INFO:teuthology.orchestra.run.smithi055.stderr:firewalld.service is not enabled 2023-11-15T05:36:23.141 INFO:teuthology.orchestra.run.smithi055.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T05:36:23.149 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: disabled 2023-11-15T05:36:23.157 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2023-11-15T05:36:23.158 INFO:teuthology.orchestra.run.smithi055.stderr:firewalld.service is not enabled 2023-11-15T05:36:23.158 INFO:teuthology.orchestra.run.smithi055.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T05:36:23.158 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mgr to start... 2023-11-15T05:36:23.159 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mgr... 2023-11-15T05:36:23.744 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:23.744 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2023-11-15T05:36:23.744 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsid": "cfa6e0e4-8378-11ee-8dbe-212e2dc638e7", 2023-11-15T05:36:23.745 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:36:23.745 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:36:23.745 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:36:23.745 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:36:23.745 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:23.746 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:36:23.746 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:36:23.746 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 0 2023-11-15T05:36:23.746 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:23.747 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:36:23.747 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "smithi055" 2023-11-15T05:36:23.747 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:23.747 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-15T05:36:23.747 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:36:23.748 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:23.748 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:36:23.748 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:36:23.748 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:23.748 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:36:23.749 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:23.749 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:36:23.749 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:36:23.749 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:36:23.749 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:36:23.750 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:36:23.750 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:36:23.753 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:23.753 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:36:23.754 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:36:23.754 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:36:23.754 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:36:23.754 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:36:23.754 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:36:23.755 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:36:23.755 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:36:23.755 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:36:23.755 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:23.755 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:36:23.756 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:23.756 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:36:23.756 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:36:23.756 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:23.756 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:36:23.757 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:36:23.757 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:36:23.757 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:36:23.757 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:36:23.757 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:36:23.758 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:36:23.758 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:23.758 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:36:23.758 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:23.758 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:36:23.758 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:23.759 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:36:16.901378+0000", 2023-11-15T05:36:23.759 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:36:23.759 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:23.759 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:36:23.759 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2023-11-15T05:36:24.028 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:23 smithi055 conmon[82634]: audit 2023-11-15T05:36:23.736714+0000 mon.smithi055 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.55:0/1410258669' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:36:24.101 INFO:teuthology.orchestra.run.smithi055.stderr:mgr not available, waiting (1/15)... 2023-11-15T05:36:26.615 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:26.615 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2023-11-15T05:36:26.616 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsid": "cfa6e0e4-8378-11ee-8dbe-212e2dc638e7", 2023-11-15T05:36:26.616 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:36:26.616 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:36:26.616 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:36:26.616 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:36:26.617 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:26.617 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:36:26.617 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:36:26.617 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 0 2023-11-15T05:36:26.617 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:26.618 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:36:26.618 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "smithi055" 2023-11-15T05:36:26.618 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:26.618 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-11-15T05:36:26.618 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:36:26.619 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:26.619 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:36:26.619 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:36:26.619 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:26.620 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:36:26.620 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:26.620 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:36:26.620 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:36:26.620 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:36:26.620 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:36:26.621 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:36:26.621 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:36:26.621 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:26.621 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:36:26.622 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:36:26.622 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:36:26.622 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:36:26.622 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:36:26.622 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:36:26.623 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:36:26.623 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:36:26.623 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:36:26.623 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:26.623 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:36:26.624 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:26.624 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:36:26.624 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:36:26.624 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:26.624 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:36:26.625 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:36:26.625 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:36:26.625 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:36:26.625 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:36:26.625 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:36:26.626 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:36:26.626 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:26.626 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:36:26.626 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:26.626 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:36:26.627 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:26.627 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:36:16.901378+0000", 2023-11-15T05:36:26.627 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:36:26.627 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:26.627 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:36:26.628 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2023-11-15T05:36:27.042 INFO:teuthology.orchestra.run.smithi055.stderr:mgr not available, waiting (2/15)... 2023-11-15T05:36:27.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:27 smithi055 conmon[82634]: audit 2023-11-15T05:36:26.608905+0000 mon.smithi055 (mon 2023-11-15T05:36:27.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:27 smithi055 conmon[82634]: .0) 8 : audit [DBG] from='client.? 172.21.15.55:0/3981508749' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:36:29.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: cluster 2023-11-15T05:36:28.644838+0000 mon.smithi055 ( 2023-11-15T05:36:29.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: mon.0) 9 : cluster [INF] Activating manager daemon smithi055.asupmf 2023-11-15T05:36:29.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: cluster 2023-11-15T05:36:28.647615+0000 mon.smithi055 (mon.0) 10 : cluster 2023-11-15T05:36:29.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: [DBG] mgrmap e2: smithi055.asupmf(active, starting, since 0.00287452s) 2023-11-15T05:36:29.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit 2023-11-15T05 2023-11-15T05:36:29.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: :36:28.648651+0000 mon.smithi055 ( 2023-11-15T05:36:29.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: mon.0) 11 : audit [DBG] 2023-11-15T05:36:29.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: from='mgr.14100 172.21.15.55:0/4023163120' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:36:29.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:36:29.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 11-15T05:36:28 2023-11-15T05:36:29.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: .648834+0000 mon.smithi055 (mon.0 2023-11-15T05:36:29.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: ) 12 : audit [DBG] from='mgr.14100 172.21.15.55:0/4023163120' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:36:29.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:29.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: -11-15T05:36:28 2023-11-15T05:36:29.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: .648970+0000 mon.smithi055 (mon. 2023-11-15T05:36:29.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 0) 13 : audit [DBG] from='mgr.14100 172.21.15.55:0/4023163120' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:36:29.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 2023-11-15T05:36:29.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:29.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: -11-15T05:36: 2023-11-15T05:36:29.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 28.649087+0000 mon.smithi055 (mon. 2023-11-15T05:36:29.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 0) 14 : audit [DBG] from='mgr.14100 172.21.15.55:0/4023163120' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi055"}]: dispatch 2023-11-15T05:36:29.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 2023-11-15T05:36:29.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:29.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: -11-15T05:36 2023-11-15T05:36:29.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: :28.649396+0000 mon.smithi055 (mon 2023-11-15T05:36:29.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: .0) 15 : audit [DBG] 2023-11-15T05:36:29.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: from='mgr.14100 172.21.15.55:0/4023163120' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr metadata", "who": "smithi055.asupmf", "id": "smithi055.asupmf"}]: dispatch 2023-11-15T05:36:29.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: cluster 2023- 2023-11-15T05:36:29.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 11-15T05:36:28 2023-11-15T05:36:29.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: .663506+0000 mon.smithi055 (mon. 2023-11-15T05:36:29.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 0) 16 : cluster [INF] Manager daemon smithi055.asupmf is now available 2023-11-15T05:36:29.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 2023-11-15T05:36:29.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:29.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: -11-15T05:36:28 2023-11-15T05:36:29.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: .671925+0000 mon.smithi055 (mon.0) 17 : 2023-11-15T05:36:29.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit [INF] from='mgr.14100 172.21.15.55:0/4023163120' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:29.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:29.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: -11-15T05:36:28 2023-11-15T05:36:29.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: .676636+0000 mon.smithi055 (mon.0 2023-11-15T05:36:29.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: ) 18 : audit [INF] from='mgr.14100 172.21.15.55:0/4023163120' entity='mgr.smithi055.asupmf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.asupmf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:36:29.061 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:36:29.061 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 11-15T05:36:28.679058 2023-11-15T05:36:29.061 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 2023-11-15T05:36:29.061 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 19 : audit [INF] from='mgr.14100 172.21.15.55:0/4023163120' entity='mgr.smithi055.asupmf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.asupmf/trash_purge_schedule"}]: dispatch 2023-11-15T05:36:29.062 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:29.062 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: -11-15T05:36: 2023-11-15T05:36:29.062 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 28.681968+0000 mon.smithi055 (mon. 2023-11-15T05:36:29.062 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 0) 20 : audit [INF] 2023-11-15T05:36:29.062 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: from='mgr.14100 172.21.15.55:0/4023163120' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:29.063 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: audit 2023-11-15T05:36:29.063 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: 2023-11-15T05:36 2023-11-15T05:36:29.063 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: :28.683906+0000 mon.smithi055 (mon 2023-11-15T05:36:29.063 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: .0) 21 : audit [INF] 2023-11-15T05:36:29.063 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:28 smithi055 conmon[82634]: from='mgr.14100 172.21.15.55:0/4023163120' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:29.648 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:29.648 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2023-11-15T05:36:29.649 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsid": "cfa6e0e4-8378-11ee-8dbe-212e2dc638e7", 2023-11-15T05:36:29.649 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:36:29.649 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:36:29.649 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:36:29.650 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:36:29.650 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:29.650 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:36:29.650 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:36:29.650 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 0 2023-11-15T05:36:29.651 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:29.651 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:36:29.651 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "smithi055" 2023-11-15T05:36:29.651 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:29.652 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-11-15T05:36:29.652 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:36:29.652 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:29.652 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:36:29.653 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:36:29.653 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:29.653 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:36:29.654 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:29.654 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:36:29.654 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:36:29.655 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:36:29.655 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:36:29.655 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:36:29.656 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:36:29.656 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:29.656 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:36:29.657 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:36:29.657 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:36:29.657 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:36:29.658 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:36:29.658 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:36:29.658 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:36:29.659 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:36:29.659 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:36:29.659 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:29.660 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:36:29.660 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:29.660 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:36:29.661 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:36:29.661 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:29.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:36:29.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:36:29.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:36:29.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:36:29.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:36:29.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:36:29.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:36:29.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:29.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:36:29.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:29.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:36:29.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:29.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:36:16.901378+0000", 2023-11-15T05:36:29.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:36:29.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:29.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:36:29.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2023-11-15T05:36:29.967 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:29 smithi055 conmon[82634]: audit 2023-11-15T05:36:29.642530+0000 mon.smithi055 (mon 2023-11-15T05:36:29.967 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:29 smithi055 conmon[82634]: .0) 22 : audit [DBG] from='client.? 172.21.15.55:0/1273900132' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:36:29.967 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:29 smithi055 conmon[82634]: cluster 2023-11-15T05:36:29.654875+0000 mon.smithi055 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi055.asupmf(active, since 1.01013s) 2023-11-15T05:36:29.982 INFO:teuthology.orchestra.run.smithi055.stderr:mgr not available, waiting (3/15)... 2023-11-15T05:36:32.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:31 smithi055 conmon[82634]: cluster 2023-11-15T05:36:30.704759+0000 mon.smithi055 (mon.0) 24 2023-11-15T05:36:32.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:31 smithi055 conmon[82634]: : cluster [DBG] mgrmap e4: smithi055.asupmf(active, since 2s) 2023-11-15T05:36:32.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:32.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2023-11-15T05:36:32.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsid": "cfa6e0e4-8378-11ee-8dbe-212e2dc638e7", 2023-11-15T05:36:32.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:36:32.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:36:32.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:36:32.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:36:32.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:32.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:36:32.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:36:32.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 0 2023-11-15T05:36:32.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:32.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:36:32.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "smithi055" 2023-11-15T05:36:32.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:32.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-11-15T05:36:32.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:36:32.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:32.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:36:32.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:36:32.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:32.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:36:32.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:32.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:36:32.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:36:32.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:36:32.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:36:32.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:36:32.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:36:32.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:32.681 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:36:32.681 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:36:32.681 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:36:32.682 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:36:32.682 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:36:32.682 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:36:32.683 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:36:32.683 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:36:32.683 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:36:32.683 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:32.684 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:36:32.684 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:32.685 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:36:32.685 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:36:32.685 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:32.686 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:36:32.686 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:36:32.689 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:36:32.689 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:36:32.690 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:36:32.690 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:36:32.690 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:36:32.691 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2023-11-15T05:36:32.691 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:36:32.691 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:32.692 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:36:32.692 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:36:32.692 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:36:16.901378+0000", 2023-11-15T05:36:32.693 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:36:32.693 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2023-11-15T05:36:32.693 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:36:32.694 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2023-11-15T05:36:33.029 INFO:teuthology.orchestra.run.smithi055.stderr:mgr is available 2023-11-15T05:36:33.046 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:32 smithi055 conmon[82634]: audit 2023-11-15T05:36:32.667486+0000 mon.smithi055 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.55:0/193474987' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:36:33.685 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:33.685 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [global] 2023-11-15T05:36:33.686 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: fsid = cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:33.686 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T05:36:33.686 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T05:36:33.687 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T05:36:33.687 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T05:36:33.687 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:33.687 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [mgr] 2023-11-15T05:36:33.688 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T05:36:33.688 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2023-11-15T05:36:33.688 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [osd] 2023-11-15T05:36:33.689 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T05:36:33.689 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T05:36:34.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:33 smithi055 conmon[82634]: audit 2023-11-15T05:36:33.682188+0000 mon.smithi055 2023-11-15T05:36:34.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:33 smithi055 conmon[82634]: (mon.0) 26 : audit [INF] from='client.? 172.21.15.55:0/247165658' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:36:35.170 INFO:teuthology.orchestra.run.smithi055.stderr:Enabling cephadm module... 2023-11-15T05:36:37.530 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:37 smithi055 conmon[82634]: audit 2023-11-15T05:36:37.189693+0000 mon.smithi055 (mon.0) 27 : audit [INF] from='client.? 172.21.15.55:0/1291060834' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T05:36:38.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:38 smithi055 conmon[82634]: audit 2023-11-15T05:36:37.235841+0000 mon.smithi055 (mon.0) 28 : audit [INF] from='client.? 172.21.15.55:0/1291060834' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T05:36:38.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:38 smithi055 conmon[82634]: cluster 2023-11-15T05:36:37.235889+0000 mon.smithi055 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi055.asupmf(active, since 8s) 2023-11-15T05:36:42.535 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2023-11-15T05:36:42.535 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T05:36:42.535 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:36:42.536 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "active_name": "smithi055.asupmf", 2023-11-15T05:36:42.536 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T05:36:42.536 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2023-11-15T05:36:42.627 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:42 smithi055 conmon[82634]: audit 2023-11-15T05:36:42.534077+0000 mon.smithi055 ( 2023-11-15T05:36:42.627 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:42 smithi055 conmon[82634]: mon.0) 30 : audit [DBG] from='client.? 172.21.15.55:0/3978107484' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T05:36:43.927 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: cluster 2023-11-15T05:36:42.908638+0000 mon.smithi055 (mon.0) 31 : cluster [INF] Active manager daemon smithi055.asupmf restarted 2023-11-15T05:36:43.927 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: cluster 2023-11-15T05:36:42.908868+0000 mon.smithi055 (mon.0) 32 : cluster [INF] Activating manager daemon smithi055.asupmf 2023-11-15T05:36:43.928 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: cluster 2023-11-15T05:36:42.921335+0000 mon.smithi055 (mon.0) 33 2023-11-15T05:36:43.928 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T05:36:43.928 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: cluster 2023-11-15T 2023-11-15T05:36:43.928 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 05:36:42.921432+0000 mon.smithi055 (mon 2023-11-15T05:36:43.929 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: .0) 34 : cluster [DBG] mgrmap e6: smithi055.asupmf(active, starting, since 0.0126422s) 2023-11-15T05:36:43.929 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 2023-11-15T05:36:43.929 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:36:43.929 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 11-15T05:36:42 2023-11-15T05:36:43.929 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: .922454+0000 mon.smithi055 (mon.0) 2023-11-15T05:36:43.929 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 35 : audit [DBG] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi055"}]: dispatch 2023-11-15T05:36:43.930 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:36:43.930 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 15T05:36:42.923046+0000 2023-11-15T05:36:43.930 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: mon.smithi055 (mon.0) 36 : audit 2023-11-15T05:36:43.930 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: [DBG] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr metadata", "who": "smithi055.asupmf", "id": "smithi055.asupmf"}]: dispatch 2023-11-15T05:36:43.930 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:36:43.931 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 11-15T05:36: 2023-11-15T05:36:43.931 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 42.923652+0000 mon.smithi055 (mon.0) 37 2023-11-15T05:36:43.931 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: : audit [DBG] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:36:43.931 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:43.931 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: -11-15T05:36:42.923848 2023-11-15T05:36:43.932 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 2023-11-15T05:36:43.932 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 38 : audit [DBG] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:36:43.932 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:43.932 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: -11-15T05:36:42.924008 2023-11-15T05:36:43.932 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 39 2023-11-15T05:36:43.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: : audit [DBG] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:36:43.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: cluster 2023 2023-11-15T05:36:43.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: -11-15T05:36:42. 2023-11-15T05:36:43.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 937193+0000 mon.smithi055 (mon.0 2023-11-15T05:36:43.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: ) 40 : cluster [INF] Manager daemon smithi055.asupmf is now available 2023-11-15T05:36:43.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: cephadm 2023 2023-11-15T05:36:43.934 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: -11-15T05:36:42. 2023-11-15T05:36:43.934 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 947461+0000 mgr.smithi055.asupmf (mgr.14118) 1 : cephadm 2023-11-15T05:36:43.934 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: [INF] Found migration_current of "None". Setting to last migration. 2023-11-15T05:36:43.934 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:36:43.934 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 11-15T05:36:42.949962 2023-11-15T05:36:43.935 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 41 2023-11-15T05:36:43.935 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:43.935 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:43.935 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: -11-15T05:36:43. 2023-11-15T05:36:43.935 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 047652+0000 mon.smithi055 (mon.0) 42 2023-11-15T05:36:43.936 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:43.936 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:43.936 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: -11-15T05:36:43 2023-11-15T05:36:43.936 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: .048638+0000 mon.smithi055 (mon.0 2023-11-15T05:36:43.936 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: ) 43 : audit [DBG] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:43.936 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:43.937 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: -11-15T05:36:43. 2023-11-15T05:36:43.937 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 049939+0000 mon.smithi055 (mon.0) 2023-11-15T05:36:43.937 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 44 : audit [DBG] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:43.937 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023 2023-11-15T05:36:43.937 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: -11-15T05:36:43. 2023-11-15T05:36:43.938 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 051893+0000 mon.smithi055 (mon.0) 2023-11-15T05:36:43.938 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 45 : audit [DBG] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:43.938 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023-11-15T05:36:43.938 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 2023-11-15T05:36:43 2023-11-15T05:36:43.938 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: .065035+0000 mon.smithi055 (mon.0 2023-11-15T05:36:43.939 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: ) 46 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.asupmf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:36:43.939 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 2023-11-15T05:36:43.939 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: audit 2023-11-15T05:36:43.939 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 2023-11-15T05:36: 2023-11-15T05:36:43.939 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 43.067925+0000 mon.smithi055 (mon. 2023-11-15T05:36:43.940 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 0) 47 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.asupmf/trash_purge_schedule"}]: dispatch 2023-11-15T05:36:43.940 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:43 smithi055 conmon[82634]: 2023-11-15T05:36:43.964 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for the mgr to restart... 2023-11-15T05:36:43.964 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mgr epoch 5... 2023-11-15T05:36:44.450 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2023-11-15T05:36:44.451 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T05:36:44.451 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T05:36:44.451 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2023-11-15T05:36:44.803 INFO:teuthology.orchestra.run.smithi055.stderr:mgr epoch 5 is available 2023-11-15T05:36:44.803 INFO:teuthology.orchestra.run.smithi055.stderr:Setting orchestrator backend to cephadm... 2023-11-15T05:36:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:44 smithi055 conmon[82634]: cluster 2023-11-15T05:36:43.921318+0000 mon.smithi055 (mon 2023-11-15T05:36:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:44 smithi055 conmon[82634]: .0) 48 : cluster [DBG] mgrmap e7: smithi055.asupmf(active, since 1.01252s) 2023-11-15T05:36:46.117 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: audit 2023-11-15T05:36:44.443454+0000 mgr.smithi055.asupmf ( 2023-11-15T05:36:46.117 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: mgr.14118) 2 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T05:36:46.118 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: audit 2023-11-15T05:36:44.449275+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:36:46.118 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: 14118) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T05:36:46.118 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: cluster 2023-11-15T 2023-11-15T05:36:46.118 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: 05:36:44.925875+0000 mon.smithi055 (mon. 2023-11-15T05:36:46.118 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: 0) 49 : cluster [DBG] mgrmap e8: smithi055.asupmf(active, since 2s) 2023-11-15T05:36:46.119 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: 2023-11-15T05:36:46.119 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: audit 2023-11-15T05:36:46.119 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: 2023-11-15T05: 2023-11-15T05:36:46.119 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: 36:45.482679+0000 mon.smithi055 (mon 2023-11-15T05:36:46.119 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: .0) 50 : audit [INF] 2023-11-15T05:36:46.120 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:46.120 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: audit 2023-11-15T05:36:46.120 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: 2023-11-15T05 2023-11-15T05:36:46.120 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: :36:45.523968+0000 mon.smithi055 2023-11-15T05:36:46.120 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: (mon.0) 51 : audit 2023-11-15T05:36:46.121 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:45 smithi055 conmon[82634]: [DBG] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:46.518 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: value unchanged 2023-11-15T05:36:46.975 INFO:teuthology.orchestra.run.smithi055.stderr:Generating ssh key... 2023-11-15T05:36:47.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:47 smithi055 conmon[82634]: audit 2023-11-15T05:36:45.476670+0000 mgr.smithi055.asupmf (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:48.438 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:48 smithi055 conmon[82634]: audit 2023-11-15T05:36 2023-11-15T05:36:48.438 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:48 smithi055 conmon[82634]: :46.517550+0000 mgr.smithi055.asupmf (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:48.438 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:48 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:36:48.439 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:48 smithi055 conmon[82634]: 15T05:36:47.832065+0000 mon.smithi055 (mon.0) 2023-11-15T05:36:48.439 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:48 smithi055 conmon[82634]: 52 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:48.439 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:48 smithi055 conmon[82634]: audit 2023-11-15T05:36:48.439 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:48 smithi055 conmon[82634]: 2023-11 2023-11-15T05:36:48.439 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:48 smithi055 conmon[82634]: -15T05:36:47. 2023-11-15T05:36:48.439 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:48 smithi055 conmon[82634]: 841416+0000 mon.smithi055 (mon.0) 2023-11-15T05:36:48.440 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:48 smithi055 conmon[82634]: 53 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:48.858 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTvfG8B0JZAz/iJLEpQGInQ4+U9rWORHddiFVR4jxwtKVbexWKtTrp3YkjVvrEVxE/9vayrR2UWeQrazyzJ++VWjBES1fq5mu9gOrEC8On8ArzbHJIYkOOIESSyc04Qr28UWbedx5Wu/h3M9TcqiLN5+L0kfYrdU/i1ARkG/Xm3yTRQzX4UJv9tAVNampKs7vp9hi/MxhTPwQvr8lOLgpyWn2A2wQC1UbgX55o73CRWawnOa7x0VC78hykcN5iS8GN/ZASfM8oy/koFJ+CwUpJeec64uaTWGdQ/cRzJsoxuEK3LCouw6qjJRiVRjjpP1U6tJCkeJR8O0aBKpSRadx/xKRb4jQfiEOI6x3H0HEkUgkhdOlkm5B9q5Y9wfskY9cxld4n8BuS1WHc9XFxRGGjNzG9NRQQheoHmhp5U51fQ9Z7Z7zKOlrC9lHT/+AdphKSd8ZwrdmE17OIlqqbwlRykpPt+Li0L2RKXmWaEGY5xrGGu+Oi7KR7lVcfzJ5T5z0= ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:49.349 INFO:teuthology.orchestra.run.smithi055.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:36:49.349 INFO:teuthology.orchestra.run.smithi055.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T05:36:49.350 INFO:teuthology.orchestra.run.smithi055.stderr:Adding host smithi055... 2023-11-15T05:36:49.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:49 smithi055 conmon[82634]: audit 2023-11-15T05:36:47.619945+0000 mgr.smithi055.asupmf (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:49.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:49 smithi055 conmon[82634]: cephadm 2023-11-15T05:36:47.620174+0000 mgr.smithi055.asupmf (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2023-11-15T05:36:50.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:50 smithi055 conmon[82634]: audit 2023-11-15T05:36:48.857361+0000 mgr.smithi055.asupmf (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:50.732 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Added host 'smithi055' with addr '172.21.15.55' 2023-11-15T05:36:51.090 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying mon service with default placement... 2023-11-15T05:36:51.296 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:51 smithi055 conmon[82634]: audit 2023-11-15T05:36:49.997496 2023-11-15T05:36:51.296 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:51 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi055", "addr": "172.21.15.55", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:51.297 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:51 smithi055 conmon[82634]: audit 2023-11-15T05:36:50.730547+0000 mon.smithi055 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:51.297 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:51 smithi055 conmon[82634]: audit 2023-11-15T05:36:50.748202+0000 mon.smithi055 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:51.768 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T05:36:52.426 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying mgr service with default placement... 2023-11-15T05:36:52.450 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:52 smithi055 conmon[82634]: cephadm 2023-11-15T05:36:50.730854+0000 2023-11-15T05:36:52.450 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:52 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14118) 10 : cephadm [INF] Added host smithi055 2023-11-15T05:36:52.450 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:52 smithi055 conmon[82634]: audit 2023-11-15T05:36:51.767796+0000 mon.smithi055 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:53.340 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T05:36:53.525 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:53 smithi055 conmon[82634]: audit 2023-11-15T05:36:51.764119+0000 2023-11-15T05:36:53.525 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:53 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:53.525 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:53 smithi055 conmon[82634]: cephadm 2023-11-15T05:36:51.765317+0000 mgr.smithi055.asupmf (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T05:36:53.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:53 smithi055 conmon[82634]: audit 2023-11-15T05:36:52 2023-11-15T05:36:53.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:53 smithi055 conmon[82634]: .749761+0000 mon.smithi055 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:53.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:53 smithi055 conmon[82634]: audit 2023-11-15T05: 2023-11-15T05:36:53.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:53 smithi055 conmon[82634]: 36:53.114756+0000 mon.smithi055 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:53.704 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying crash service with default placement... 2023-11-15T05:36:54.403 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T05:36:54.693 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:54 smithi055 conmon[82634]: audit 2023-11-15T05:36:53.333731+0000 mgr.smithi055.asupmf ( 2023-11-15T05:36:54.693 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:54 smithi055 conmon[82634]: mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:54.693 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:54 smithi055 conmon[82634]: cephadm 2023-11-15T05:36:53.334613+0000 mgr.smithi055.asupmf (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T05:36:54.694 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:54 smithi055 conmon[82634]: audit 2023-11-15T05:36:53.338858+0000 mon.smithi055 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:54.740 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying prometheus service with default placement... 2023-11-15T05:36:55.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:55 smithi055 conmon[82634]: audit 2023-11-15T05:36:54.399321+0000 mgr.smithi055.asupmf ( 2023-11-15T05:36:55.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:55 smithi055 conmon[82634]: mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:55.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:55 smithi055 conmon[82634]: cephadm 2023-11-15T05:36:54.400283+0000 mgr.smithi055.asupmf (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T05:36:55.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:55 smithi055 conmon[82634]: audit 2023-11-15T05:36:54.402494+0000 mon.smithi055 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:55.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:55 smithi055 conmon[82634]: audit 2023-11-15T05:36:55.338505+0000 mon.smithi055 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:55.609 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T05:36:56.028 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying grafana service with default placement... 2023-11-15T05:36:56.752 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T05:36:56.774 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:56 smithi055 conmon[82634]: audit 2023-11-15T05:36:55.603594+0000 mgr.smithi055.asupmf (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:56.775 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:56 smithi055 conmon[82634]: cephadm 2023-11-15T05:36:55.604505+0000 mgr.smithi055.asupmf (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T05:36:56.775 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:56 smithi055 conmon[82634]: audit 2023-11-15T05:36:55.608527+0000 mon.smithi055 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:57.365 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying node-exporter service with default placement... 2023-11-15T05:36:57.976 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T05:36:58.002 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:57 smithi055 conmon[82634]: audit 2023-11-15T05:36:56.745299+0000 mgr.smithi055.asupmf 2023-11-15T05:36:58.003 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:57 smithi055 conmon[82634]: (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:58.003 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:57 smithi055 conmon[82634]: cephadm 2023-11-15T05:36:56.746105+0000 mgr.smithi055.asupmf (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T05:36:58.003 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:57 smithi055 conmon[82634]: audit 2023-11-15T05:36:56.748769+0000 mon.smithi055 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:58.301 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying alertmanager service with default placement... 2023-11-15T05:36:58.961 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T05:36:59.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:58 smithi055 conmon[82634]: audit 2023-11-15T05:36:57.972407+0000 2023-11-15T05:36:59.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:58 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:59.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:58 smithi055 conmon[82634]: cephadm 2023-11-15T05:36:57.973285+0000 mgr.smithi055.asupmf (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T05:36:59.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:58 smithi055 conmon[82634]: audit 2023-11-15T05:36:57.975873+0000 mon.smithi055 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:36:59.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:58 smithi055 conmon[82634]: audit 2023-11-15T05:36:58.960311+0000 mon.smithi055 (mon.0) 65 : audit 2023-11-15T05:36:59.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:58 smithi055 conmon[82634]: [INF] from='mgr.14118 172.21.15.55:0/265923223' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:00.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:59 smithi055 conmon[82634]: audit 2023-11-15T05:36:58.955109+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:37:00.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:59 smithi055 conmon[82634]: .14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:37:00.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:59 smithi055 conmon[82634]: cephadm 2023-11-15T05:36:58.955975+0000 mgr.smithi055.asupmf (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T05:37:00.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:59 smithi055 conmon[82634]: audit 2023-11-15T05:36:59.971640+0000 mon.smithi055 (mon.0) 2023-11-15T05:37:00.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:36:59 smithi055 conmon[82634]: 66 : audit [INF] from='client.? 172.21.15.55:0/157093575' entity='client.admin' 2023-11-15T05:37:01.410 INFO:teuthology.orchestra.run.smithi055.stderr:Enabling the dashboard module... 2023-11-15T05:37:02.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:01 smithi055 conmon[82634]: audit 2023-11-15T05:37:00.980591+0000 mon.smithi055 (mon. 2023-11-15T05:37:02.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:01 smithi055 conmon[82634]: 0) 67 : audit [INF] from='client.? 172.21.15.55:0/2694170341' entity='client.admin' 2023-11-15T05:37:03.253 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:02 smithi055 conmon[82634]: audit 2023-11-15T05:37:02.084463+0000 mon.smithi055 (mon.0) 68 : 2023-11-15T05:37:03.253 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:02 smithi055 conmon[82634]: audit [INF] from='client.? 172.21.15.55:0/3395289972' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T05:37:04.004 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2023-11-15T05:37:04.004 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-15T05:37:04.005 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:37:04.005 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "active_name": "smithi055.asupmf", 2023-11-15T05:37:04.005 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T05:37:04.005 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2023-11-15T05:37:04.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:03 smithi055 conmon[82634]: audit 2023-11-15T05:37:02.987990+0000 mon.smithi055 (mon.0 2023-11-15T05:37:04.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:03 smithi055 conmon[82634]: ) 69 : audit [INF] from='client.? 172.21.15.55:0/3395289972' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T05:37:04.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:03 smithi055 conmon[82634]: cluster 2023-11-15T05:37:02.988061+0000 mon.smithi055 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi055.asupmf(active, since 20s) 2023-11-15T05:37:04.395 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for the mgr to restart... 2023-11-15T05:37:04.395 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mgr epoch 9... 2023-11-15T05:37:05.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:04 smithi055 conmon[82634]: audit 2023-11-15T05:37:04.002980+0000 mon.smithi055 (mon 2023-11-15T05:37:05.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:04 smithi055 conmon[82634]: .0) 71 : audit [DBG] from='client.? 172.21.15.55:0/2082534955' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T05:37:09.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: cluster 2023-11-15T05:37:08.623741+0000 mon.smithi055 (mon. 2023-11-15T05:37:09.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: 0) 72 : cluster [INF] Active manager daemon smithi055.asupmf restarted 2023-11-15T05:37:09.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: cluster 2023-11-15T05:37:08.623980+0000 mon.smithi055 (mon.0) 73 : cluster [INF] Activating manager daemon smithi055.asupmf 2023-11-15T05:37:09.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: cluster 2023-11-15T05:37: 2023-11-15T05:37:09.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: 08.627269+0000 mon.smithi055 (mon.0) 74 : cluster [DBG] 2023-11-15T05:37:09.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: osdmap e3: 0 total, 0 up, 0 in 2023-11-15T05:37:09.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: cluster 2023 2023-11-15T05:37:09.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: -11-15T05:37:08.627385+0000 mon.smithi055 2023-11-15T05:37:09.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: (mon.0) 75 : cluster [DBG] mgrmap e10: smithi055.asupmf(active, starting, since 0.00349677s) 2023-11-15T05:37:09.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:37:09.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: 11-15T05:37:08.628090+0000 mon.smithi055 (mon. 2023-11-15T05:37:09.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: 0) 76 : audit [DBG] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi055"}]: dispatch 2023-11-15T05:37:09.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: audit 2023-11-15T05:37:09.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: 2023-11-15T05:37:08.628725+0000 2023-11-15T05:37:09.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: mon.smithi055 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr metadata", "who": "smithi055.asupmf", "id": "smithi055.asupmf"}]: dispatch 2023-11-15T05:37:09.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: audit 2023-11-15T05:37:09.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: 2023-11-15T05:37:08.629544+0000 2023-11-15T05:37:09.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: mon.smithi055 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:37:09.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: 2023-11-15T05:37:09.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: audit 2023-11-15T05:37:09.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: 2023-11-15T05:37:08.629726 2023-11-15T05:37:09.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 79 : audit [DBG] 2023-11-15T05:37:09.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:37:09.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: audit 2023-11-15T05 2023-11-15T05:37:09.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: :37:08.629902+0000 mon.smithi055 (mon.0) 80 2023-11-15T05:37:09.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: : audit [DBG] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:37:09.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: cluster 2023-11-15T05:37:09.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: 2023-11-15T05:37:08. 2023-11-15T05:37:09.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: 643455+0000 mon.smithi055 (mon.0) 81 : cluster [INF] 2023-11-15T05:37:09.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:08 smithi055 conmon[82634]: Manager daemon smithi055.asupmf is now available 2023-11-15T05:37:09.636 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2023-11-15T05:37:09.636 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-15T05:37:09.637 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T05:37:09.637 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2023-11-15T05:37:10.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:09 smithi055 conmon[82634]: audit 2023-11-15T05:37:08.744215+0000 mon.smithi055 (mon.0) 2023-11-15T05:37:10.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:09 smithi055 conmon[82634]: 82 : audit [DBG] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:37:10.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:09 smithi055 conmon[82634]: audit 2023-11-15T05:37:08.745730+0000 mon.smithi055 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:37:10.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:09 smithi055 conmon[82634]: audit 2023-11-15T05:37:08.770274+0000 mon.smithi055 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.asupmf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:37:10.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:09 smithi055 conmon[82634]: audit 2023-11-15T05:37:08.773028+0000 mon.smithi055 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.asupmf/trash_purge_schedule"}]: dispatch 2023-11-15T05:37:10.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:09 smithi055 conmon[82634]: cluster 2023-11-15T05:37:09.629054+0000 mon.smithi055 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi055.asupmf(active, since 1.00516s) 2023-11-15T05:37:10.989 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:10 smithi055 conmon[82634]: audit 2023-11-15T05:37:09.628312 2023-11-15T05:37:10.989 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:10 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T05:37:10.989 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:10 smithi055 conmon[82634]: audit 2023-11-15T05:37:09.634837+0000 mgr.smithi055.asupmf (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T05:37:11.165 INFO:teuthology.orchestra.run.smithi055.stderr:mgr epoch 9 is available 2023-11-15T05:37:11.165 INFO:teuthology.orchestra.run.smithi055.stderr:Generating a dashboard self-signed certificate... 2023-11-15T05:37:12.011 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T05:37:12.030 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:11 smithi055 conmon[82634]: cluster 2023-11-15T05:37:10. 2023-11-15T05:37:12.031 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:11 smithi055 conmon[82634]: 679400+0000 mon.smithi055 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi055.asupmf(active, since 2s) 2023-11-15T05:37:12.031 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:11 smithi055 conmon[82634]: audit 2023-11-15T05:37:11.223566+0000 mon.smithi055 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:12.501 INFO:teuthology.orchestra.run.smithi055.stderr:Creating initial admin user... 2023-11-15T05:37:13.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:13 smithi055 conmon[82634]: audit 2023-11-15T05:37:11.838364+0000 mgr.smithi055.asupmf ( 2023-11-15T05:37:13.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:13 smithi055 conmon[82634]: mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:37:13.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:13 smithi055 conmon[82634]: audit 2023-11-15T05:37:12.009274+0000 mon.smithi055 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:13.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:13 smithi055 conmon[82634]: audit 2023-11-15T05:37:12.011060+0000 mon.smithi055 (mon.0) 90 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:13.426 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$0QeeKU462zYQv1L.bcYBMOofx2tx0AlZ7V3KJnYbKVoPB3dWxKWaK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700026633, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T05:37:13.739 INFO:teuthology.orchestra.run.smithi055.stderr:Fetching dashboard port number... 2023-11-15T05:37:14.400 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 8443 2023-11-15T05:37:14.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:14 smithi055 conmon[82634]: audit 2023-11-15T05:37:13.180579 2023-11-15T05:37:14.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:14 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (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-11-15T05:37:14.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:14 smithi055 conmon[82634]: audit 2023-11-15T05:37:13.425505+0000 mon.smithi055 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:14.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:14 smithi055 conmon[82634]: audit 2023-11-15T05:37:14.399979+0000 mon.smithi055 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.55:0/3303126364' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T05:37:14.886 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: disabled 2023-11-15T05:37:14.894 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2023-11-15T05:37:14.895 INFO:teuthology.orchestra.run.smithi055.stderr:firewalld.service is not enabled 2023-11-15T05:37:14.895 INFO:teuthology.orchestra.run.smithi055.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T05:37:14.897 INFO:teuthology.orchestra.run.smithi055.stderr:Ceph Dashboard is now available at: 2023-11-15T05:37:14.898 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:37:14.898 INFO:teuthology.orchestra.run.smithi055.stderr: URL: https://smithi055.front.sepia.ceph.com:8443/ 2023-11-15T05:37:14.898 INFO:teuthology.orchestra.run.smithi055.stderr: User: admin 2023-11-15T05:37:14.898 INFO:teuthology.orchestra.run.smithi055.stderr: Password: dndwmvlmf3 2023-11-15T05:37:14.898 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:37:14.899 INFO:teuthology.orchestra.run.smithi055.stderr:Enabling autotune for osd_memory_target 2023-11-15T05:37:16.725 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-15T05:37:16.743 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:16 smithi055 conmon[82634]: cluster 2023-11-15T05:37:15.433670+0000 mon.smithi055 2023-11-15T05:37:16.744 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:16 smithi055 conmon[82634]: (mon.0) 93 : cluster [DBG] mgrmap e13: smithi055.asupmf(active, since 6s) 2023-11-15T05:37:17.069 INFO:teuthology.orchestra.run.smithi055.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-15T05:37:17.070 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:37:17.070 INFO:teuthology.orchestra.run.smithi055.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:37:17.070 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:37:17.070 INFO:teuthology.orchestra.run.smithi055.stderr:Or, if you are only running a single cluster on this host: 2023-11-15T05:37:17.071 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:37:17.071 INFO:teuthology.orchestra.run.smithi055.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-15T05:37:17.071 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:37:17.071 INFO:teuthology.orchestra.run.smithi055.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T05:37:17.071 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:37:17.072 INFO:teuthology.orchestra.run.smithi055.stderr: ceph telemetry on 2023-11-15T05:37:17.072 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:37:17.072 INFO:teuthology.orchestra.run.smithi055.stderr:For more information see: 2023-11-15T05:37:17.072 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:37:17.072 INFO:teuthology.orchestra.run.smithi055.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-15T05:37:17.072 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T05:37:17.073 INFO:teuthology.orchestra.run.smithi055.stderr:Bootstrap complete. 2023-11-15T05:37:17.106 INFO:tasks.cephadm:Fetching config... 2023-11-15T05:37:17.107 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:37:17.107 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T05:37:17.123 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T05:37:17.123 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:37:17.124 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T05:37:17.180 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T05:37:17.180 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:37:17.180 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/keyring of=/dev/stdout 2023-11-15T05:37:17.245 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T05:37:17.246 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:37:17.247 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T05:37:17.301 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T05:37:17.301 DEBUG:teuthology.orchestra.run.smithi055:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTvfG8B0JZAz/iJLEpQGInQ4+U9rWORHddiFVR4jxwtKVbexWKtTrp3YkjVvrEVxE/9vayrR2UWeQrazyzJ++VWjBES1fq5mu9gOrEC8On8ArzbHJIYkOOIESSyc04Qr28UWbedx5Wu/h3M9TcqiLN5+L0kfYrdU/i1ARkG/Xm3yTRQzX4UJv9tAVNampKs7vp9hi/MxhTPwQvr8lOLgpyWn2A2wQC1UbgX55o73CRWawnOa7x0VC78hykcN5iS8GN/ZASfM8oy/koFJ+CwUpJeec64uaTWGdQ/cRzJsoxuEK3LCouw6qjJRiVRjjpP1U6tJCkeJR8O0aBKpSRadx/xKRb4jQfiEOI6x3H0HEkUgkhdOlkm5B9q5Y9wfskY9cxld4n8BuS1WHc9XFxRGGjNzG9NRQQheoHmhp5U51fQ9Z7Z7zKOlrC9lHT/+AdphKSd8ZwrdmE17OIlqqbwlRykpPt+Li0L2RKXmWaEGY5xrGGu+Oi7KR7lVcfzJ5T5z0= ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T05:37:17.383 INFO:teuthology.orchestra.run.smithi055.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTvfG8B0JZAz/iJLEpQGInQ4+U9rWORHddiFVR4jxwtKVbexWKtTrp3YkjVvrEVxE/9vayrR2UWeQrazyzJ++VWjBES1fq5mu9gOrEC8On8ArzbHJIYkOOIESSyc04Qr28UWbedx5Wu/h3M9TcqiLN5+L0kfYrdU/i1ARkG/Xm3yTRQzX4UJv9tAVNampKs7vp9hi/MxhTPwQvr8lOLgpyWn2A2wQC1UbgX55o73CRWawnOa7x0VC78hykcN5iS8GN/ZASfM8oy/koFJ+CwUpJeec64uaTWGdQ/cRzJsoxuEK3LCouw6qjJRiVRjjpP1U6tJCkeJR8O0aBKpSRadx/xKRb4jQfiEOI6x3H0HEkUgkhdOlkm5B9q5Y9wfskY9cxld4n8BuS1WHc9XFxRGGjNzG9NRQQheoHmhp5U51fQ9Z7Z7zKOlrC9lHT/+AdphKSd8ZwrdmE17OIlqqbwlRykpPt+Li0L2RKXmWaEGY5xrGGu+Oi7KR7lVcfzJ5T5z0= ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:37:17.392 DEBUG:teuthology.orchestra.run.smithi078:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTvfG8B0JZAz/iJLEpQGInQ4+U9rWORHddiFVR4jxwtKVbexWKtTrp3YkjVvrEVxE/9vayrR2UWeQrazyzJ++VWjBES1fq5mu9gOrEC8On8ArzbHJIYkOOIESSyc04Qr28UWbedx5Wu/h3M9TcqiLN5+L0kfYrdU/i1ARkG/Xm3yTRQzX4UJv9tAVNampKs7vp9hi/MxhTPwQvr8lOLgpyWn2A2wQC1UbgX55o73CRWawnOa7x0VC78hykcN5iS8GN/ZASfM8oy/koFJ+CwUpJeec64uaTWGdQ/cRzJsoxuEK3LCouw6qjJRiVRjjpP1U6tJCkeJR8O0aBKpSRadx/xKRb4jQfiEOI6x3H0HEkUgkhdOlkm5B9q5Y9wfskY9cxld4n8BuS1WHc9XFxRGGjNzG9NRQQheoHmhp5U51fQ9Z7Z7zKOlrC9lHT/+AdphKSd8ZwrdmE17OIlqqbwlRykpPt+Li0L2RKXmWaEGY5xrGGu+Oi7KR7lVcfzJ5T5z0= ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T05:37:17.432 INFO:teuthology.orchestra.run.smithi078.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTvfG8B0JZAz/iJLEpQGInQ4+U9rWORHddiFVR4jxwtKVbexWKtTrp3YkjVvrEVxE/9vayrR2UWeQrazyzJ++VWjBES1fq5mu9gOrEC8On8ArzbHJIYkOOIESSyc04Qr28UWbedx5Wu/h3M9TcqiLN5+L0kfYrdU/i1ARkG/Xm3yTRQzX4UJv9tAVNampKs7vp9hi/MxhTPwQvr8lOLgpyWn2A2wQC1UbgX55o73CRWawnOa7x0VC78hykcN5iS8GN/ZASfM8oy/koFJ+CwUpJeec64uaTWGdQ/cRzJsoxuEK3LCouw6qjJRiVRjjpP1U6tJCkeJR8O0aBKpSRadx/xKRb4jQfiEOI6x3H0HEkUgkhdOlkm5B9q5Y9wfskY9cxld4n8BuS1WHc9XFxRGGjNzG9NRQQheoHmhp5U51fQ9Z7Z7zKOlrC9lHT/+AdphKSd8ZwrdmE17OIlqqbwlRykpPt+Li0L2RKXmWaEGY5xrGGu+Oi7KR7lVcfzJ5T5z0= ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:37:17.443 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T05:37:17.974 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:17 smithi055 conmon[82634]: audit 2023-11-15T05:37:16.722160+0000 mon.smithi055 (mon.0) 94 : audit [INF] from='client.? 172.21.15.55:0/4120937352' entity='client.admin' 2023-11-15T05:37:19.886 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T05:37:19.886 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T05:37:20.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:20 smithi055 conmon[82634]: audit 2023-11-15T05:37:19.154485+0000 mon.smithi055 (mon.0) 95 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:20.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:20 smithi055 conmon[82634]: audit 2023-11-15T05:37:19.368066+0000 mon.smithi055 (mon.0) 96 : audit [INF] from='client.? 172.21.15.55:0/2808589773' entity='client.admin' 2023-11-15T05:37:20.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:20 smithi055 conmon[82634]: audit 2023-11-15T05:37:19.627498+0000 mon.smithi055 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:37:20.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:20 smithi055 conmon[82634]: audit 2023-11-15T05:37:19.636393+0000 mon.smithi055 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:20.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:20 smithi055 conmon[82634]: cephadm 2023-11-15T05:37:19.645199+0000 mgr.smithi055.asupmf (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi055 on smithi055 2023-11-15T05:37:22.520 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi078 2023-11-15T05:37:22.521 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T05:37:22.521 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/etc/ceph/ceph.conf 2023-11-15T05:37:22.538 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T05:37:22.538 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:37:22.594 INFO:tasks.cephadm:Adding host smithi078 to orchestrator... 2023-11-15T05:37:22.594 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi078 2023-11-15T05:37:23.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:22 smithi055 conmon[82634]: audit 2023-11-15T05:37:21.901969+0000 mgr.smithi055.asupmf (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-11-15T05:37:23.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:22 smithi055 conmon[82634]: audit 2023-11-15T05:37:21.905255+0000 mon.smithi055 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:27.740 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:27 smithi055 conmon[82634]: audit 2023-11-15T05:37:26.432413+0000 mon.smithi055 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:27.741 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:27 smithi055 conmon[82634]: audit 2023-11-15T05:37:26.434269+0000 mon.smithi055 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi055", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:37:27.741 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:27 smithi055 conmon[82634]: audit 2023-11-15T05:37:26.435903+0000 mon.smithi055 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi055", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T05:37:27.741 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:27 smithi055 conmon[82634]: audit 2023-11-15T05:37:26.436494+0000 mon.smithi055 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:27.741 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:27 smithi055 conmon[82634]: cephadm 2023-11-15T05:37:26.437042+0000 mgr.smithi055.asupmf (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi055 on smithi055 2023-11-15T05:37:29.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:29 smithi055 conmon[82634]: audit 2023-11-15T05:37:28.409425+0000 mon.smithi055 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:29.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:29 smithi055 conmon[82634]: audit 2023-11-15T05:37:28.588267+0000 mon.smithi055 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:29.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:29 smithi055 conmon[82634]: audit 2023-11-15T05:37:28.592905+0000 mon.smithi055 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:29.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:29 smithi055 conmon[82634]: audit 2023-11-15T05:37:28.594386+0000 mon.smithi055 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T05:37:29.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:29 smithi055 conmon[82634]: audit 2023-11-15T05:37:28.594742+0000 mgr.smithi055.asupmf (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T05:37:29.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:29 smithi055 conmon[82634]: audit 2023-11-15T05:37:28.602052+0000 mon.smithi055 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:29.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:29 smithi055 conmon[82634]: cephadm 2023-11-15T05:37:28.609872+0000 mgr.smithi055.asupmf (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi055 on smithi055 2023-11-15T05:37:29.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:29 smithi055 conmon[82634]: cluster 2023-11-15T05:37:28.630789+0000 mgr.smithi055.asupmf (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:29.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:29 smithi055 conmon[82634]: audit 2023-11-15T05:37:28.769762+0000 mon.smithi055 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:32.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:31 smithi055 conmon[82634]: cluster 2023-11-15T05:37:30.631026+0000 mgr.smithi055.asupmf 2023-11-15T05:37:32.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:31 smithi055 conmon[82634]: (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:34.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:33 smithi055 conmon[82634]: cluster 2023-11-15T05:37:32.631258+0000 mgr.smithi055.asupmf 2023-11-15T05:37:34.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:33 smithi055 conmon[82634]: (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:36.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:35 smithi055 conmon[82634]: cluster 2023-11-15T05:37:34.631464+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:37:36.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:35 smithi055 conmon[82634]: 14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:37.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:37 smithi055 conmon[82634]: cluster 2023-11-15T05:37:36 2023-11-15T05:37:37.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:37 smithi055 conmon[82634]: .631697+0000 mgr.smithi055.asupmf (mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:39.985 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:39 smithi055 conmon[82634]: cluster 2023-11-15T05:37: 2023-11-15T05:37:39.986 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:39 smithi055 conmon[82634]: 38.631949+0000 mgr.smithi055.asupmf (mgr.14158) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:41.862 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:41 smithi055 conmon[82634]: cluster 2023-11-15T05 2023-11-15T05:37:41.862 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:41 smithi055 conmon[82634]: :37:40.632193+0000 mgr.smithi055.asupmf (mgr.14158) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:43.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:42 smithi055 conmon[82634]: audit 2023-11-15T05:37:41.756737+0000 mon.smithi055 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:43.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:42 smithi055 conmon[82634]: cephadm 2023-11-15T05:37:41.759365+0000 mgr.smithi055.asupmf (mgr.14158) 17 : cephadm [INF] Deploying daemon node-exporter.smithi055 on smithi055 2023-11-15T05:37:44.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:43 smithi055 conmon[82634]: cluster 2023-11-15T05:37:42.632437+0000 mgr.smithi055.asupmf (mgr.14158) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:45.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:44 smithi055 conmon[82634]: audit 2023-11-15T05:37:43.773641+0000 mon.smithi055 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:45.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:44 smithi055 conmon[82634]: audit 2023-11-15T05:37:44.762353+0000 mon.smithi055 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:45.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:44 smithi055 conmon[82634]: audit 2023-11-15T05:37:44.764460+0000 mon.smithi055 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T05:37:46.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:45 smithi055 conmon[82634]: cluster 2023-11-15T05:37:44.632674+0000 mgr.smithi055.asupmf (mgr.14158) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:46.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:45 smithi055 conmon[82634]: audit 2023-11-15T05:37:45.766744+0000 mon.smithi055 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.55:0/1542227269' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T05:37:46.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:45 smithi055 conmon[82634]: cluster 2023-11-15T05:37:45.766822+0000 mon.smithi055 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi055.asupmf(active, since 37s) 2023-11-15T05:37:52.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: cluster 2023-11-15T05:37:51.361783+0000 mon.smithi055 2023-11-15T05:37:52.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: (mon.0) 116 : cluster [INF] Active manager daemon smithi055.asupmf restarted 2023-11-15T05:37:52.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: cluster 2023-11-15T05:37:51.362026+0000 mon.smithi055 (mon.0) 117 : cluster [INF] Activating manager daemon smithi055.asupmf 2023-11-15T05:37:52.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: cluster 2023-11-15T05:37:51.368243+0000 mon.smithi055 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T05:37:52.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: cluster 2023-11-15T05:37:51.368353+0000 mon.smithi055 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi055.asupmf(active, starting, since 0.00642414s) 2023-11-15T05:37:52.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: audit 2023-11-15T05:37:51.369482+0000 mon.smithi055 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi055"}]: dispatch 2023-11-15T05:37:52.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: audit 2023-11-15T05:37:51.370237+0000 mon.smithi055 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr metadata", "who": "smithi055.asupmf", "id": "smithi055.asupmf"}]: dispatch 2023-11-15T05:37:52.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: audit 2023-11-15T05:37:51.370881+0000 mon.smithi055 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:37:52.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: audit 2023-11-15T05:37:51.371101+0000 mon.smithi055 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:37:52.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: audit 2023-11-15T05:37:51.371298+0000 mon.smithi055 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:37:52.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: cluster 2023-11-15T05:37:51.385212+0000 mon.smithi055 (mon.0) 125 : cluster [INF] Manager daemon smithi055.asupmf is now available 2023-11-15T05:37:52.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: 2023-11-15T05:37:52.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: audit 2023-11-15T05:37:51.485392+0000 mon.smithi055 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:37:52.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: audit 2023-11-15T05: 2023-11-15T05:37:52.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: 37:51.486989+0000 mon.smithi055 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:37:52.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:37:52.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: 15T05:37:51.511619+0000 mon.smithi055 ( 2023-11-15T05:37:52.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:52.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: audit 2023-11-15T05:37 2023-11-15T05:37:52.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: :51.520821+0000 mon.smithi055 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.asupmf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:37:52.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: audit 2023-11 2023-11-15T05:37:52.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: -15T05:37:51.524432+0000 mon.smithi055 (mon 2023-11-15T05:37:52.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:52 smithi055 conmon[82634]: .0) 130 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.asupmf/trash_purge_schedule"}]: dispatch 2023-11-15T05:37:53.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:53 smithi055 conmon[82634]: cluster 2023-11-15T05:37:52.369659+0000 mon.smithi055 (mon.0 2023-11-15T05:37:53.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:53 smithi055 conmon[82634]: ) 131 : cluster [DBG] mgrmap e16: smithi055.asupmf(active, since 1.00773s) 2023-11-15T05:37:55.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:55 smithi055 conmon[82634]: cluster 2023-11-15T05:37:54.373265+0000 2023-11-15T05:37:55.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:55 smithi055 conmon[82634]: mon.smithi055 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi055.asupmf(active, since 3s) 2023-11-15T05:37:57.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:56 smithi055 conmon[82634]: audit 2023-11-15T05:37:55.699965+0000 mon.smithi055 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:57.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:56 smithi055 conmon[82634]: audit 2023-11-15T05:37:56.105242+0000 mon.smithi055 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:37:57.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:56 smithi055 conmon[82634]: audit 2023-11-15T05:37:56.106069+0000 mon.smithi055 (mon.0) 135 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:57.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:56 smithi055 conmon[82634]: audit 2023-11-15T05:37:56.106683+0000 mon.smithi055 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:37:57.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:56 smithi055 conmon[82634]: audit 2023-11-15T05:37:56.172668+0000 mon.smithi055 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:57.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:56 smithi055 conmon[82634]: audit 2023-11-15T05:37:56.175204+0000 mon.smithi055 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:37:58.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:57 smithi055 conmon[82634]: cephadm 2023-11-15T05:37:56.107751+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:37:58.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:57 smithi055 conmon[82634]: ) 1 : cephadm [INF] Updating smithi055:/etc/ceph/ceph.conf 2023-11-15T05:37:58.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:57 smithi055 conmon[82634]: cephadm 2023-11-15T05:37:56.142419+0000 mgr.smithi055.asupmf (mgr.14182) 2 : cephadm [INF] Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:37:58.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:57 smithi055 conmon[82634]: cephadm 2023-11-15T05:37:56.187162+0000 2023-11-15T05:37:58.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:57 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 3 : cephadm [INF] 2023-11-15T05:37:58.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:37:57 smithi055 conmon[82634]: Deploying daemon prometheus.smithi055 on smithi055 2023-11-15T05:38:00.974 INFO:teuthology.orchestra.run.smithi078.stdout:Added host 'smithi078' with addr '172.21.15.78' 2023-11-15T05:38:01.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:00 smithi055 conmon[82634]: audit 2023-11-15T05:38:00 2023-11-15T05:38:01.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:00 smithi055 conmon[82634]: .234411+0000 mgr.smithi055.asupmf (mgr.14182) 4 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi078", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:38:01.424 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T05:38:02.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:01 smithi055 conmon[82634]: audit 2023-11-15T05:38:00.972236+0000 mon.smithi055 ( 2023-11-15T05:38:02.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:01 smithi055 conmon[82634]: mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:02.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:01 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:00.972564+0000 mgr.smithi055.asupmf (mgr.14182) 5 2023-11-15T05:38:02.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:01 smithi055 conmon[82634]: : cephadm [INF] Added host smithi078 2023-11-15T05:38:03.092 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:38:03.092 INFO:teuthology.orchestra.run.smithi078.stdout:[{"addr": "172.21.15.55", "hostname": "smithi055", "labels": [], "status": ""}, {"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}] 2023-11-15T05:38:03.560 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T05:38:03.561 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T05:38:04.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:03 smithi055 conmon[82634]: audit 2023-11-15T05:38:03.090865+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:38:04.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:03 smithi055 conmon[82634]: ) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:38:06.316 INFO:teuthology.orchestra.run.smithi055.stderr:adjusted tunables profile to default 2023-11-15T05:38:06.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:06 smithi055 conmon[82634]: audit 2023-11-15T05:38:05.311417+0000 mon.smithi055 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:06.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:06 smithi055 conmon[82634]: audit 2023-11-15T05:38:05.312814+0000 mon.smithi055 (mon.0) 141 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:38:06.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:06 smithi055 conmon[82634]: audit 2023-11-15T05:38:05.730834+0000 mon.smithi055 (mon.0) 142 : audit [INF] from='client.? 172.21.15.55:0/1578137327' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T05:38:06.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:06 smithi055 conmon[82634]: audit 2023-11-15T05:38:05.867249+0000 mon.smithi055 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:06.941 INFO:tasks.cephadm:Adding mon.smithi055 on smithi055 2023-11-15T05:38:06.941 INFO:tasks.cephadm:Adding mon.smithi078 on smithi078 2023-11-15T05:38:06.942 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi055:172.21.15.55=smithi055;smithi078:172.21.15.78=smithi078' 2023-11-15T05:38:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:07 smithi055 conmon[82634]: audit 2023-11-15T05:38:06.312448+0000 2023-11-15T05:38:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:07 smithi055 conmon[82634]: mon.smithi055 (mon.0) 144 : audit [INF] from='client.? 172.21.15.55:0/1578137327' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T05:38:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:07 smithi055 conmon[82634]: cluster 2023-11-15T05:38:06.312503+0000 mon.smithi055 (mon.0) 145 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:38:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:07 smithi055 conmon[82634]: audit 2023-11-15T05:38:06.473107+0000 mon.smithi055 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:07 smithi055 conmon[82634]: audit 2023-11-15T05:38:06.512198+0000 mon.smithi055 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:09.365 INFO:teuthology.orchestra.run.smithi078.stdout:Scheduled mon update... 2023-11-15T05:38:10.204 DEBUG:teuthology.orchestra.run.smithi078:mon.smithi078> sudo journalctl -f -n 0 -u ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mon.smithi078.service 2023-11-15T05:38:10.206 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:38:10.207 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:38:10.235 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:-- Logs begin at Wed 2023-11-15 05:21:27 UTC. -- 2023-11-15T05:38:10.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:10 smithi055 conmon[82634]: audit 2023-11-15T05:38:09.358690+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:38:10.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:10 smithi055 conmon[82634]: 14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi055:172.21.15.55=smithi055;smithi078:172.21.15.78=smithi078", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:38:10.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:10 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:09.361381+0000 mgr.smithi055.asupmf (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi055:172.21.15.55=smithi055;smithi078:172.21.15.78=smithi078;count:2 2023-11-15T05:38:10.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:10 smithi055 conmon[82634]: audit 2023-11-15T05:38:09.364474+0000 mon.smithi055 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:12.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:11 smithi055 conmon[82634]: audit 2023-11-15T05:38:10.561289+0000 mon.smithi055 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:12.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:11 smithi055 conmon[82634]: audit 2023-11-15T05:38:11.077022+0000 mon.smithi055 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:12.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:11 smithi055 conmon[82634]: audit 2023-11-15T05:38:11.077877+0000 mon.smithi055 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:12.332 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:38:12.333 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":1,"fsid":"cfa6e0e4-8378-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:36:14.745730Z","created":"2023-11-15T05:36:14.745730Z","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":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:38:12.334 INFO:teuthology.orchestra.run.smithi078.stderr:dumped monmap epoch 1 2023-11-15T05:38:13.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: cluster 2023-11-15T05:38:11.372194+0000 mgr.smithi055.asupmf (mgr.14182) 9 : cluster 2023-11-15T05:38:13.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:13.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: audit 2023-11-15T05:38:11.790428+0000 mon.smithi055 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:13.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: audit 2023-11-15T05:38:13.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: 2023-11-15T05:38:11.791319+0000 mon.smithi055 (mon.0) 153 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:13.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: audit 2023-11 2023-11-15T05:38:13.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: -15T05:38:11.792196+0000 mon.smithi055 (mon.0) 154 2023-11-15T05:38:13.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:38:13.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: cephadm 2023-11 2023-11-15T05:38:13.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: -15T05:38:11.793345+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:38:13.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: 10 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2023-11-15T05:38:13.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:38:13.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: 15T05:38:11.867004+0000 mon.smithi055 (mon.0) 2023-11-15T05:38:13.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: 155 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:13.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: audit 2023-11-15T05:38:13.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: 2023-11-15T05:38: 2023-11-15T05:38:13.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: 11.869590+0000 mon.smithi055 (mon.0) 156 : audit 2023-11-15T05:38:13.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:13.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: audit 2023-11-15T05:38 2023-11-15T05:38:13.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: :11.871251+0000 mon.smithi055 (mon.0) 157 : audit 2023-11-15T05:38:13.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:38:13.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: audit 2023-11-15T05:38:11 2023-11-15T05:38:13.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: .873189+0000 mon.smithi055 (mon.0) 158 : audit [INF] 2023-11-15T05:38:13.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T05:38:13.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: audit 2023-11-15T05:38:11.873873+0000 2023-11-15T05:38:13.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: mon.smithi055 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:13.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: audit 2023-11-15T05:38:13.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: 2023-11-15T05:38:12.331314+0000 mon.smithi055 ( 2023-11-15T05:38:13.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:12 smithi055 conmon[82634]: mon.0) 160 : audit [DBG] from='client.? 172.21.15.78:0/792997867' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:38:13.882 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:38:13.883 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:38:14.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:13 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:11.835230+0000 mgr.smithi055.asupmf (mgr.14182) 11 : cephadm 2023-11-15T05:38:14.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:13 smithi055 conmon[82634]: [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:38:14.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:13 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:11.874513+0000 mgr.smithi055.asupmf (mgr.14182) 12 : cephadm [INF] Deploying daemon crash.smithi078 on smithi078 2023-11-15T05:38:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: cluster 2023-11-15T05:38:13 2023-11-15T05:38:15.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: .372672+0000 mgr.smithi055.asupmf (mgr.14182) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:15.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: audit 2023-11-15T05:38:14.737169+0000 mon.smithi055 (mon.0) 161 : audit 2023-11-15T05:38:15.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:15.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: audit 2023-11-15T05:38:15.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: 2023-11-15T05:38:14.739615+0000 mon.smithi055 (mon.0) 162 : audit [INF] 2023-11-15T05:38:15.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi078.xtewjq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:38:15.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: audit 2023-11-15T05:38:14.746582+0000 2023-11-15T05:38:15.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: mon.smithi055 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi078.xtewjq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-15T05:38:15.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: audit 2023-11-15T05:38:15.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: 2023-11-15T05:38 2023-11-15T05:38:15.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: :14.747446+0000 mon.smithi055 (mon.0) 164 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:38:15.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: 2023-11-15T05:38:15.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: audit 2023-11-15T 2023-11-15T05:38:15.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: 05:38:14.748412+0000 mon.smithi055 (mon.0) 165 2023-11-15T05:38:15.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:14 smithi055 conmon[82634]: : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:16.242 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:38:16.242 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":1,"fsid":"cfa6e0e4-8378-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:36:14.745730Z","created":"2023-11-15T05:36:14.745730Z","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":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:38:16.242 INFO:teuthology.orchestra.run.smithi078.stderr:dumped monmap epoch 1 2023-11-15T05:38:16.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:15 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:14.749156+0000 mgr.smithi055.asupmf (mgr.14182) 14 2023-11-15T05:38:16.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:15 smithi055 conmon[82634]: : cephadm [INF] Deploying daemon mgr.smithi078.xtewjq on smithi078 2023-11-15T05:38:16.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:15 smithi055 conmon[82634]: cluster 2023-11-15T05:38:15.373214+0000 mgr.smithi055.asupmf (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:17.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:16 smithi055 conmon[82634]: audit 2023-11-15T05:38:16.238260+0000 mon.smithi055 (mon.0) 166 : audit 2023-11-15T05:38:17.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:16 smithi055 conmon[82634]: [DBG] from='client.? 172.21.15.78:0/3705623722' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:38:17.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:16 smithi055 conmon[82634]: audit 2023-11-15T05:38:16.520522+0000 mon.smithi055 (mon.0) 167 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:17.738 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:38:17.738 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:38:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:18 smithi055 conmon[82634]: audit 2023-11-15T05:38:17.325546 2023-11-15T05:38:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:18 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:18.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:18 smithi055 conmon[82634]: audit 2023-11-15T05:38:17.327749+0000 mon.smithi055 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:38:18.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:18 smithi055 conmon[82634]: audit 2023-11-15T05:38:17.328599+0000 mon.smithi055 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:18.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:18 smithi055 conmon[82634]: cephadm 2023-11-15 2023-11-15T05:38:18.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:18 smithi055 conmon[82634]: T05:38:17.329315+0000 mgr.smithi055.asupmf (mgr.14182) 16 : cephadm [INF] Deploying daemon mon.smithi078 on smithi078 2023-11-15T05:38:18.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:18 smithi055 conmon[82634]: cluster 2023-11-15T05:38:18.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:18 smithi055 conmon[82634]: 2023-11-15T05:38:17.373558+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:38:18.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:18 smithi055 conmon[82634]: .14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:20.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:20 smithi055 conmon[82634]: cluster 2023-11-15T05:38:19.373879+0000 mgr.smithi055.asupmf (mgr.14182) 18 2023-11-15T05:38:20.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:20 smithi055 conmon[82634]: : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:22 smithi055 conmon[82634]: cluster 2023-11-15T05:38:21.374197+0000 mgr.smithi055.asupmf (mgr.14182) 19 : cluster 2023-11-15T05:38:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:22 smithi055 conmon[82634]: [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:22 smithi055 conmon[82634]: audit 2023-11-15T05:38:21.526058+0000 mon.smithi055 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:23.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:23 smithi055 conmon[82634]: cluster 2023-11-15T05:38:22.682962+0000 mon.smithi055 (mon.0) 172 : 2023-11-15T05:38:23.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:23 smithi055 conmon[82634]: cluster [DBG] Standby manager daemon smithi078.xtewjq started 2023-11-15T05:38:23.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:23 smithi055 conmon[82634]: audit 2023-11-15T05:38:22.684725+0000 mon.smithi055 (mon.0) 173 : audit [DBG] from='mgr.? 172.21.15.78:0/2443293999' entity='mgr.smithi078.xtewjq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi078.xtewjq/crt"}]: dispatch 2023-11-15T05:38:23.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:23 smithi055 conmon[82634]: audit 2023-11-15T05:38:22.685380+0000 mon.smithi055 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.78:0/2443293999' entity='mgr.smithi078.xtewjq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T05:38:23.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:23 smithi055 conmon[82634]: 2023-11-15T05:38:23.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:23 smithi055 conmon[82634]: audit 2023-11-15T05:38:22.687446+0000 mon.smithi055 ( 2023-11-15T05:38:23.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:23 smithi055 conmon[82634]: mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.78:0/2443293999' entity='mgr.smithi078.xtewjq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi078.xtewjq/key"}]: dispatch 2023-11-15T05:38:23.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:23 smithi055 conmon[82634]: audit 2023-11-15T05:38 2023-11-15T05:38:23.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:23 smithi055 conmon[82634]: :22.688346+0000 mon.smithi055 (mon.0) 176 : audit [DBG] 2023-11-15T05:38:23.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:23 smithi055 conmon[82634]: from='mgr.? 172.21.15.78:0/2443293999' entity='mgr.smithi078.xtewjq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T05:38:24.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:24 smithi055 conmon[82634]: cluster 2023-11-15T05:38:23.374488+0000 mgr.smithi055.asupmf (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:24.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:24 smithi055 conmon[82634]: cluster 2023-11-15T05:38:24.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:24 smithi055 conmon[82634]: 2023-11-15T05:38:23.545041+0000 mon.smithi055 (mon.0) 177 : cluster [DBG] mgrmap e18: smithi055.asupmf(active, since 32s), standbys: smithi078.xtewjq 2023-11-15T05:38:24.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:24 smithi055 conmon[82634]: audit 2023-11-15T05:38:23.545982+0000 mon.smithi055 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr metadata", "who": "smithi078.xtewjq", "id": "smithi078.xtewjq"}]: dispatch 2023-11-15T05:38:25.287 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:38:25.288 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":1,"fsid":"cfa6e0e4-8378-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:36:14.745730Z","created":"2023-11-15T05:36:14.745730Z","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":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:38:25.288 INFO:teuthology.orchestra.run.smithi078.stderr:dumped monmap epoch 1 2023-11-15T05:38:25.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:25 smithi078 systemd[1]: Starting Ceph mon.smithi078 for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7... 2023-11-15T05:38:25.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:25 smithi055 conmon[82634]: audit 2023-11-15T05:38:25.067566+0000 mon.smithi055 (mon.0) 179 : 2023-11-15T05:38:25.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:25 smithi055 conmon[82634]: audit [DBG] from='client.? 172.21.15.78:0/1674950370' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:38:26.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:26 smithi055 conmon[82634]: cluster 2023-11-15T05:38:25.374743+0000 mgr.smithi055.asupmf (mgr.14182) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:28.281 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:38:28.281 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:38:29.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:28 smithi055 conmon[82634]: cluster 2023-11-15T05:38:27.375209+0000 mgr.smithi055.asupmf (mgr.14182) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:29.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.211+0000 7fd900241880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:38:29.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.211+0000 7fd900241880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T05:38:29.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.211+0000 7fd900241880 0 pidfile_write: ignore empty --pid-file 2023-11-15T05:38:29.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.215+0000 7fd900241880 0 load: jerasure load: lrc load: isa 2023-11-15T05:38:29.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:38:29.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:38:29.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:38:29.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: DB SUMMARY 2023-11-15T05:38:29.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T05:38:29.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T05:38:29.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-15T05:38:29.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi078/store.db dir, Total Num: 0, files: 2023-11-15T05:38:29.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi078/store.db: 000003.log size: 511 ; 2023-11-15T05:38:29.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:38:29.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T05:38:29.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:38:29.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.env: 0x56008a291080 2023-11-15T05:38:29.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:38:29.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.info_log: 0x56008b739d20 2023-11-15T05:38:29.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:38:29.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:38:29.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:38:29.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:38:29.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:38:29.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:38:29.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:38:29.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:38:29.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:38:29.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:38:29.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:38:29.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:38:29.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:38:29.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:38:29.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:38:29.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi078/store.db 2023-11-15T05:38:29.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:38:29.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:38:29.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:38:29.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:38:29.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:38:29.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:38:29.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:38:29.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:38:29.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:38:29.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:38:29.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.write_buffer_manager: 0x56008c390480 2023-11-15T05:38:29.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:38:29.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:38:29.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:38:29.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:38:29.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:38:29.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:38:29.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:38:29.660 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:38:29.660 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:38:29.660 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:38:29.660 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:38:29.660 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:38:29.661 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:38:29.661 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:38:29.661 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.row_cache: None 2023-11-15T05:38:29.661 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:38:29.661 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:38:29.662 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:38:29.662 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:38:29.662 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:38:29.662 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:38:29.662 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:38:29.663 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:38:29.663 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:38:29.663 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:38:29.663 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:38:29.663 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:38:29.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:38:29.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:38:29.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:38:29.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:38:29.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:38:29.665 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:38:29.665 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:38:29.665 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:38:29.665 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:38:29.665 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:38:29.665 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:38:29.666 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:38:29.666 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:38:29.666 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:38:29.666 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:38:29.666 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:38:29.667 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:38:29.667 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:38:29.667 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:38:29.667 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:38:29.667 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:38:29.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:38:29.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:38:29.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:38:29.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:38:29.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi078/store.db/MANIFEST-000001 2023-11-15T05:38:29.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:38:29.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:38:29.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.merge_operator: 2023-11-15T05:38:29.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:38:29.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:38:29.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:38:29.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:38:29.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56008b6e9d28) 2023-11-15T05:38:29.670 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: cache_index_and_filter_blocks: 1 2023-11-15T05:38:29.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:38:29.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:38:29.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: pin_top_level_index_and_filter: 1 2023-11-15T05:38:29.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: index_type: 0 2023-11-15T05:38:29.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: data_block_index_type: 0 2023-11-15T05:38:29.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: index_shortening: 1 2023-11-15T05:38:29.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:38:29.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: hash_index_allow_collision: 1 2023-11-15T05:38:29.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: checksum: 1 2023-11-15T05:38:29.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: no_block_cache: 0 2023-11-15T05:38:29.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: block_cache: 0x56008b71ef10 2023-11-15T05:38:29.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: block_cache_name: BinnedLRUCache 2023-11-15T05:38:29.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: block_cache_options: 2023-11-15T05:38:29.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: capacity : 536870912 2023-11-15T05:38:29.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: num_shard_bits : 4 2023-11-15T05:38:29.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: strict_capacity_limit : 0 2023-11-15T05:38:29.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: high_pri_pool_ratio: 0.000 2023-11-15T05:38:29.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: block_cache_compressed: (nil) 2023-11-15T05:38:29.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: persistent_cache: (nil) 2023-11-15T05:38:29.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: block_size: 4096 2023-11-15T05:38:29.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: block_size_deviation: 10 2023-11-15T05:38:29.675 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: block_restart_interval: 16 2023-11-15T05:38:29.675 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: index_block_restart_interval: 1 2023-11-15T05:38:29.675 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: metadata_block_size: 4096 2023-11-15T05:38:29.675 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: partition_filters: 0 2023-11-15T05:38:29.675 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: use_delta_encoding: 1 2023-11-15T05:38:29.676 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:38:29.676 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: whole_key_filtering: 1 2023-11-15T05:38:29.676 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: verify_compression: 0 2023-11-15T05:38:29.676 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: read_amp_bytes_per_bit: 0 2023-11-15T05:38:29.676 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: format_version: 2 2023-11-15T05:38:29.676 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: enable_index_compression: 1 2023-11-15T05:38:29.677 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: block_align: 0 2023-11-15T05:38:29.677 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.677 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:38:29.677 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:38:29.677 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:38:29.678 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:38:29.678 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:38:29.678 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:38:29.678 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:38:29.678 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:38:29.679 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:38:29.679 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:38:29.679 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:38:29.679 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:38:29.679 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:38:29.679 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:38:29.680 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:38:29.680 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:38:29.680 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:38:29.680 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:38:29.680 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:38:29.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:38:29.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:38:29.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:38:29.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:38:29.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:38:29.682 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:38:29.682 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:38:29.682 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:38:29.682 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:38:29.682 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:38:29.683 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:38:29.683 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:38:29.683 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:38:29.683 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:38:29.683 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:38:29.683 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:38:29.684 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:38:29.684 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:38:29.684 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:38:29.684 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:38:29.684 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:38:29.685 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:38:29.685 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:38:29.685 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:38:29.685 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:38:29.685 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:38:29.686 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:38:29.686 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:38:29.686 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:38:29.686 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.216+0000 7fd900241880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:38:29.686 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:38:29.687 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:38:29.687 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:38:29.687 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:38:29.687 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:38:29.687 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:38:29.687 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:38:29.688 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:38:29.688 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:38:29.688 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:38:29.688 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:38:29.688 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:38:29.689 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:38:29.690 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:38:29.690 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:38:29.690 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:38:29.690 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:38:29.691 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:38:29.691 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:38:29.691 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi078/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-11-15T05:38:29.691 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.691 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T05:38:29.692 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.692 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026709218745, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-15T05:38:29.693 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-15T05:38:29.693 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.217+0000 7fd900241880 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-11-15T05:38:29.693 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.218+0000 7fd900241880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026709219228, "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": 1700026709, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T05:38:29.693 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.218+0000 7fd900241880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-15T05:38:29.694 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.694 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.218+0000 7fd900241880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026709219627, "job": 1, "event": "recovery_finished"} 2023-11-15T05:38:29.694 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.219+0000 7fd900241880 4 rocksdb: DB pointer 0x56008b7e7800 2023-11-15T05:38:29.694 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.219+0000 7fd8e7046700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:38:29.694 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.219+0000 7fd8e7046700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:38:29.695 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ** DB Stats ** 2023-11-15T05:38:29.695 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:38:29.695 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:38:29.695 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:38:29.695 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:38:29.696 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:38:29.696 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:38:29.696 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:38:29.696 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.696 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ** Compaction Stats [default] ** 2023-11-15T05:38:29.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:38:29.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.698 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.698 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ** Compaction Stats [default] ** 2023-11-15T05:38:29.698 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.698 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:38:29.698 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.699 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:38:29.699 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:38:29.699 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:38:29.699 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:38:29.699 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:38:29.700 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:38:29.700 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Cumulative compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:38:29.700 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Interval compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:38:29.700 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.700 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.701 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:38:29.701 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.701 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ** Compaction Stats [default] ** 2023-11-15T05:38:29.701 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.701 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:38:29.702 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.702 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.702 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.702 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.702 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ** Compaction Stats [default] ** 2023-11-15T05:38:29.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:38:29.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:38:29.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:38:29.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:38:29.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:38:29.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:38:29.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:38:29.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Cumulative compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:38:29.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:38:29.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:38:29.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.219+0000 7fd900241880 0 mon.smithi078 does not exist in monmap, will attempt to join an existing cluster 2023-11-15T05:38:29.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.219+0000 7fd900241880 0 using public_addr v2:172.21.15.78:0/0 -> [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] 2023-11-15T05:38:29.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.220+0000 7fd900241880 0 starting mon.smithi078 rank -1 at public addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] at bind addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi078 fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:38:29.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.221+0000 7fd900241880 1 mon.smithi078@-1(???) e0 preinit fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:38:29.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 0 mon.smithi078@-1(synchronizing).mds e1 new map 2023-11-15T05:38:29.707 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 0 mon.smithi078@-1(synchronizing).mds e1 print_map 2023-11-15T05:38:29.707 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: e1 2023-11-15T05:38:29.707 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T05:38:29.707 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 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-11-15T05:38:29.707 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: legacy client fscid: -1 2023-11-15T05:38:29.708 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.708 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: No filesystems configured 2023-11-15T05:38:29.708 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:29.708 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 1 mon.smithi078@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-15T05:38:29.708 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 1 mon.smithi078@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-15T05:38:29.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 1 mon.smithi078@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-15T05:38:29.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 1 mon.smithi078@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-15T05:38:29.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 1 mon.smithi078@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-15T05:38:29.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 1 mon.smithi078@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-15T05:38:29.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 1 mon.smithi078@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-15T05:38:29.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 0 mon.smithi078@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T05:38:29.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 0 mon.smithi078@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:38:29.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 0 mon.smithi078@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:38:29.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 0 mon.smithi078@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:38:29.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: cluster 2023-11-15T05:38:29.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: 2023-11-15T05:38:27.375209+0000 mgr.smithi055.asupmf (mgr.14182) 22 2023-11-15T05:38:29.711 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:29.711 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.252+0000 7fd8e984b700 1 mon.smithi078@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-15T05:38:29.711 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:29 smithi078 conmon[86742]: debug 2023-11-15T05:38:29.254+0000 7fd8e984b700 10 mon.smithi078@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-15T05:38:30.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:30 smithi078 bash[86682]: 2177c6acf5a9037e7ee631c2fa1d90c7db84ea6d75b05180c443b5891227c03b 2023-11-15T05:38:30.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:30 smithi078 systemd[1]: Started Ceph mon.smithi078 for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7. 2023-11-15T05:38:34.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: audit 2023-11-15T05:38:29.263818+0000 mon.smithi055 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi055"}]: dispatch 2023-11-15T05:38:34.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:29.264101+0000 mon.smithi055 (mon.0) 182 : cluster [INF] mon.smithi055 calling monitor election 2023-11-15T05:38:34.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: audit 2023-11-15T05:38:29.277035+0000 mon.smithi055 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:29.375585+0000 mgr.smithi055.asupmf (mgr.14182) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:34.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: audit 2023-11-15T05:38:30.258301+0000 mon.smithi055 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: audit 2023-11-15T05:38:31.258030+0000 mon.smithi055 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:31.259283+0000 mon.smithi078 (mon.1) 1 : cluster [INF] mon.smithi078 calling monitor election 2023-11-15T05:38:34.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:31.375954+0000 mgr.smithi055.asupmf (mgr.14182) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:34.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: audit 2023-11-15T05:38:32.258223+0000 mon.smithi055 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: audit 2023-11-15T05:38:33.258175+0000 mon.smithi055 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:33.376293+0000 mgr.smithi055.asupmf (mgr.14182) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:34.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: audit 2023-11-15T05:38:34.258257+0000 mon.smithi055 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:34.291857+0000 mon.smithi055 (mon.0) 189 : cluster [INF] mon.smithi055 is new leader, mons smithi055,smithi078 in quorum (ranks 0,1) 2023-11-15T05:38:34.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:34.298361+0000 mon.smithi055 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi055=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0]} removed_ranks: {} 2023-11-15T05:38:34.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:34.310432+0000 mon.smithi055 (mon.0) 191 : cluster [DBG] fsmap 2023-11-15T05:38:34.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:34.310487+0000 mon.smithi055 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:38:34.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:34.310880+0000 mon.smithi055 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi055.asupmf(active, since 42s), standbys: smithi078.xtewjq 2023-11-15T05:38:34.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: cluster 2023-11-15T05:38:34.315513+0000 mon.smithi055 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-11-15T05:38:34.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:34 smithi078 conmon[86742]: audit 2023-11-15T05:38:34.319346+0000 mon.smithi055 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:34.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: audit 2023-11-15T05:38:29.263818+0000 mon.smithi055 (mon 2023-11-15T05:38:34.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: .0) 181 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi055"}]: dispatch 2023-11-15T05:38:34.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:29.264101+0000 mon.smithi055 (mon.0) 182 : cluster [INF] mon.smithi055 calling monitor election 2023-11-15T05:38:34.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: audit 2023-11-15T05:38:29.277035+0000 mon.smithi055 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:29.375585+0000 mgr.smithi055.asupmf (mgr.14182) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:34.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: audit 2023-11-15T05:38:30.258301+0000 mon.smithi055 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: audit 2023-11-15T05:38:31.258030+0000 mon.smithi055 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:31.259283+0000 mon.smithi078 (mon.1) 1 : cluster [INF] mon.smithi078 calling monitor election 2023-11-15T05:38:34.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:31.375954+0000 mgr.smithi055.asupmf (mgr.14182) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:34.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: audit 2023-11-15T05:38:32.258223+0000 mon.smithi055 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: audit 2023-11-15T05:38:33.258175+0000 mon.smithi055 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:33.376293+0000 mgr.smithi055.asupmf (mgr.14182) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:34.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: audit 2023-11-15T05:38:34.258257+0000 mon.smithi055 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:34.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:34.291857+0000 mon.smithi055 (mon.0) 189 : cluster [INF] mon.smithi055 is new leader, mons smithi055,smithi078 in quorum (ranks 0,1) 2023-11-15T05:38:34.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:34.298361+0000 mon.smithi055 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi055=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0]} removed_ranks: {} 2023-11-15T05:38:34.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:34.310432+0000 mon.smithi055 (mon.0) 191 : cluster [DBG] fsmap 2023-11-15T05:38:34.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:34.310487+0000 mon.smithi055 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:38:34.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:34.310880+0000 mon.smithi055 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi055.asupmf(active, since 42s), standbys: smithi078.xtewjq 2023-11-15T05:38:34.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: cluster 2023-11-15T05:38:34.315513+0000 mon.smithi055 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-11-15T05:38:34.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:34 smithi055 conmon[82634]: audit 2023-11-15T05:38:34.319346+0000 mon.smithi055 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:34.992 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-15T05:38:34.992 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":2,"fsid":"cfa6e0e4-8378-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:38:29.258386Z","created":"2023-11-15T05:36:14.745730Z","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":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-15T05:38:34.993 INFO:teuthology.orchestra.run.smithi078.stderr:dumped monmap epoch 2 2023-11-15T05:38:35.354 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-15T05:38:35.354 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-15T05:38:35.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:35 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:34.321438 2023-11-15T05:38:35.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:35 smithi078 conmon[86742]: +0000 mgr.smithi055.asupmf (mgr.14182) 26 : cephadm [INF] Deploying daemon node-exporter.smithi078 on smithi078 2023-11-15T05:38:35.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:35 smithi078 conmon[86742]: audit 2023-11-15T05:38:34.990255+0000 mon.smithi055 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.78:0/727069176' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:38:35.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:35 smithi078 conmon[86742]: audit 2023-11-15T05:38:35.258768+0000 mon.smithi055 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:35.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:35 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:34.321438+0000 mgr.smithi055.asupmf (mgr.14182) 26 : cephadm 2023-11-15T05:38:35.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:35 smithi055 conmon[82634]: [INF] Deploying daemon node-exporter.smithi078 on smithi078 2023-11-15T05:38:35.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:35 smithi055 conmon[82634]: audit 2023-11-15T05:38:34.990255+0000 mon.smithi055 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.78:0/727069176' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:38:35.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:35 smithi055 conmon[82634]: audit 2023-11-15T05:38:35.258768+0000 mon.smithi055 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-11-15T05:38:36.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:36 smithi055 conmon[82634]: cluster 2023-11-15T05:38:35.376588+0000 mgr.smithi055.asupmf (mgr.14182) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:36.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:36 smithi078 conmon[86742]: cluster 2023-11-15T05:38:35.376588+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:38:36.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:36 smithi078 conmon[86742]: 14182) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:37.051 INFO:teuthology.orchestra.run.smithi055.stdout:# minimal ceph.conf for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:38:37.051 INFO:teuthology.orchestra.run.smithi055.stdout:[global] 2023-11-15T05:38:37.051 INFO:teuthology.orchestra.run.smithi055.stdout: fsid = cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:38:37.051 INFO:teuthology.orchestra.run.smithi055.stdout: mon_host = [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] 2023-11-15T05:38:37.515 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-15T05:38:37.516 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:38:37.516 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T05:38:37.545 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:38:37.545 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:38:37.611 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T05:38:37.612 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T05:38:37.642 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T05:38:37.642 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:38:37.706 INFO:tasks.cephadm:Deploying OSDs... 2023-11-15T05:38:37.707 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:38:37.707 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:38:37.722 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:38:37.722 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/nvme1n1 2023-11-15T05:38:37.778 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/nvme1n1 2023-11-15T05:38:37.779 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:38:37.779 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 240426 Links: 1 Device type: 103,1 2023-11-15T05:38:37.779 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:38:37.779 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:38:37.780 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-11-15 05:37:19.606208946 +0000 2023-11-15T05:38:37.780 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-11-15 05:37:19.526210606 +0000 2023-11-15T05:38:37.780 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-11-15 05:37:19.526210606 +0000 2023-11-15T05:38:37.780 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-11-15T05:38:37.781 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T05:38:37.800 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:37 smithi078 conmon[86742]: audit 2023-11-15T05:38:36.540695+0000 mon.smithi055 (mon.0) 198 2023-11-15T05:38:37.800 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:37 smithi078 conmon[86742]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:37.800 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:37 smithi078 conmon[86742]: audit 2023-11-15T05:38:37.050664+0000 mon.smithi055 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.55:0/2632708001' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:37 smithi055 conmon[82634]: audit 2023-11-15T05:38:36.540695+0000 2023-11-15T05:38:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:37 smithi055 conmon[82634]: mon.smithi055 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:37.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:37 smithi055 conmon[82634]: audit 2023-11-15T05:38:37.050664+0000 mon.smithi055 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.55:0/2632708001' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:37.826 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-11-15T05:38:37.826 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-11-15T05:38:37.827 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000466848 s, 1.1 MB/s 2023-11-15T05:38:37.828 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T05:38:37.884 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/nvme2n1 2023-11-15T05:38:37.940 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/nvme2n1 2023-11-15T05:38:37.940 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:38:37.941 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 244758 Links: 1 Device type: 103,2 2023-11-15T05:38:37.941 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:38:37.941 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:38:37.941 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-11-15 05:37:19.619208676 +0000 2023-11-15T05:38:37.941 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-11-15 05:37:19.528210565 +0000 2023-11-15T05:38:37.942 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-11-15 05:37:19.528210565 +0000 2023-11-15T05:38:37.943 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-11-15T05:38:37.943 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T05:38:38.004 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-11-15T05:38:38.005 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-11-15T05:38:38.006 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000280815 s, 1.8 MB/s 2023-11-15T05:38:38.007 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T05:38:38.062 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/nvme3n1 2023-11-15T05:38:38.117 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/nvme3n1 2023-11-15T05:38:38.118 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:38:38.118 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 244779 Links: 1 Device type: 103,3 2023-11-15T05:38:38.118 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:38:38.118 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:38:38.118 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-11-15 05:37:19.636208323 +0000 2023-11-15T05:38:38.119 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-11-15 05:37:19.531210502 +0000 2023-11-15T05:38:38.119 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-11-15 05:37:19.531210502 +0000 2023-11-15T05:38:38.119 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-11-15T05:38:38.119 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T05:38:38.181 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-11-15T05:38:38.181 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-11-15T05:38:38.181 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000384167 s, 1.3 MB/s 2023-11-15T05:38:38.183 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T05:38:38.238 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/nvme4n1 2023-11-15T05:38:38.294 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/nvme4n1 2023-11-15T05:38:38.294 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:38:38.294 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 240611 Links: 1 Device type: 103,4 2023-11-15T05:38:38.295 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:38:38.295 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:38:38.295 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-11-15 05:37:19.648208074 +0000 2023-11-15T05:38:38.295 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-11-15 05:37:19.534210440 +0000 2023-11-15T05:38:38.295 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-11-15 05:37:19.534210440 +0000 2023-11-15T05:38:38.296 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-11-15T05:38:38.296 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T05:38:38.358 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-11-15T05:38:38.359 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-11-15T05:38:38.359 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.00038386 s, 1.3 MB/s 2023-11-15T05:38:38.360 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T05:38:38.417 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T05:38:38.417 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:38:38.432 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:38:38.433 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme1n1 2023-11-15T05:38:38.488 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme1n1 2023-11-15T05:38:38.488 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:38:38.489 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 242244 Links: 1 Device type: 103,1 2023-11-15T05:38:38.489 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:38:38.489 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:38:38.489 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-15 05:38:09.215949576 +0000 2023-11-15T05:38:38.489 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-15 05:38:09.157950591 +0000 2023-11-15T05:38:38.489 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-15 05:38:09.157950591 +0000 2023-11-15T05:38:38.490 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-15T05:38:38.490 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T05:38:38.554 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-15T05:38:38.554 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-15T05:38:38.554 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000283329 s, 1.8 MB/s 2023-11-15T05:38:38.555 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T05:38:38.612 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme2n1 2023-11-15T05:38:38.667 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme2n1 2023-11-15T05:38:38.667 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:38:38.668 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 237487 Links: 1 Device type: 103,2 2023-11-15T05:38:38.668 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:38:38.668 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:38:38.668 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-15 05:38:09.226949384 +0000 2023-11-15T05:38:38.668 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-15 05:38:09.160950539 +0000 2023-11-15T05:38:38.669 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-15 05:38:09.160950539 +0000 2023-11-15T05:38:38.669 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-15T05:38:38.669 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T05:38:38.731 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-15T05:38:38.732 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-15T05:38:38.732 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000263499 s, 1.9 MB/s 2023-11-15T05:38:38.733 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T05:38:38.790 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme3n1 2023-11-15T05:38:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:38 smithi055 conmon[82634]: cluster 2023-11-15T05:38:37.376954+0000 mgr.smithi055.asupmf 2023-11-15T05:38:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:38 smithi055 conmon[82634]: (mgr.14182) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:38 smithi055 conmon[82634]: audit 2023-11-15T05:38: 2023-11-15T05:38:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:38 smithi055 conmon[82634]: 37.933219+0000 mon.smithi055 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:38 smithi055 conmon[82634]: audit 2023-11-15 2023-11-15T05:38:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:38 smithi055 conmon[82634]: T05:38:37.934687+0000 mon.smithi055 (mon.0 2023-11-15T05:38:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:38 smithi055 conmon[82634]: ) 201 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:38:38.847 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme3n1 2023-11-15T05:38:38.847 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:38:38.847 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 242459 Links: 1 Device type: 103,3 2023-11-15T05:38:38.848 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:38:38.848 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:38:38.848 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-15 05:38:09.237949191 +0000 2023-11-15T05:38:38.848 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-15 05:38:09.163950486 +0000 2023-11-15T05:38:38.848 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-15 05:38:09.163950486 +0000 2023-11-15T05:38:38.849 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-15T05:38:38.849 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T05:38:38.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:38 smithi078 conmon[86742]: cluster 2023-11-15T05:38:37. 2023-11-15T05:38:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:38 smithi078 conmon[86742]: 376954+0000 mgr.smithi055.asupmf (mgr.14182) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:38 smithi078 conmon[86742]: audit 2023-11-15T05:38:37.933219+0000 mon.smithi055 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:38 smithi078 conmon[86742]: audit 2023-11-15T05:38:37.934687+0000 mon.smithi055 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:38:38.917 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-15T05:38:38.918 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-15T05:38:38.918 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000239667 s, 2.1 MB/s 2023-11-15T05:38:38.919 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T05:38:38.974 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme4n1 2023-11-15T05:38:39.030 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme4n1 2023-11-15T05:38:39.031 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:38:39.031 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 237565 Links: 1 Device type: 103,4 2023-11-15T05:38:39.031 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:38:39.031 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T05:38:39.032 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-15 05:38:09.247949016 +0000 2023-11-15T05:38:39.032 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-15 05:38:09.165950451 +0000 2023-11-15T05:38:39.032 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-15 05:38:09.165950451 +0000 2023-11-15T05:38:39.032 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-15T05:38:39.032 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T05:38:39.095 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-15T05:38:39.095 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-15T05:38:39.095 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000190016 s, 2.7 MB/s 2023-11-15T05:38:39.096 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T05:38:39.152 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-15T05:38:40.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:40 smithi055 conmon[82634]: cluster 2023-11-15T05:38:39.377367+0000 mgr.smithi055.asupmf (mgr.14182) 29 : cluster 2023-11-15T05:38:40.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:40 smithi055 conmon[82634]: [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:40.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:40 smithi078 conmon[86742]: cluster 2023-11-15T05:38:39.377367+0000 mgr.smithi055.asupmf (mgr.14182) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:41.104 INFO:teuthology.orchestra.run.smithi078.stdout:Scheduled osd.all-available-devices update... 2023-11-15T05:38:41.515 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-15T05:38:41.516 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:38:41.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023-11-15T05:38:40.628953+0000 mon.smithi055 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023-11-15T05:38:40.629851+0000 mon.smithi055 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:41.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023-11-15T05:38:40.630773+0000 mon.smithi055 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:38:41.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:40.631956+0000 mgr.smithi055.asupmf (mgr.14182) 30 : cephadm [INF] Updating smithi055:/etc/ceph/ceph.conf 2023-11-15T05:38:41.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:40.632298+0000 mgr.smithi055.asupmf (mgr.14182) 31 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2023-11-15T05:38:41.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023-11-15T05:38:40.665631+0000 mon.smithi055 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023-11-15T05:38:41.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: 2023-11-15T05:38:40.688138+0000 mon.smithi055 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023-11-15T05:38:40.691841+0000 mon.smithi055 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:40.695641+0000 mgr.smithi055.asupmf (mgr.14182) 32 : cephadm [INF] Reconfiguring mon.smithi055 (unknown last config time)... 2023-11-15T05:38:41.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023-11-15T05:38:40.696011+0000 mon.smithi055 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:38:41.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023-11-15T05:38:40.696796+0000 mon.smithi055 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:38:41.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023-11-15T05:38:40.697567+0000 mon.smithi055 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:41.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:40.698284 2023-11-15T05:38:41.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 33 : cephadm [INF] Reconfiguring daemon mon.smithi055 on smithi055 2023-11-15T05:38:41.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:38:41.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: 11-15T05:38:41.103731+0000 mon.smithi055 (mon. 2023-11-15T05:38:41.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: 0) 211 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: audit 2023-11 2023-11-15T05:38:41.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: -15T05:38:41.545128+0000 mon.smithi055 2023-11-15T05:38:41.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:41 smithi055 conmon[82634]: (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:40.628953+0000 mon.smithi055 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:40.629851+0000 mon.smithi055 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:41.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:40.630773+0000 mon.smithi055 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:38:41.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:40.631956+0000 mgr.smithi055.asupmf (mgr.14182) 30 : cephadm [INF] Updating smithi055:/etc/ceph/ceph.conf 2023-11-15T05:38:41.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:40.632298+0000 mgr.smithi055.asupmf (mgr.14182) 31 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2023-11-15T05:38:41.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:40.665631+0000 mon.smithi055 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:40.688138+0000 mon.smithi055 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:40.691841+0000 mon.smithi055 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:40.695641 2023-11-15T05:38:41.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: +0000 mgr.smithi055.asupmf (mgr.14182) 32 : cephadm [INF] Reconfiguring mon.smithi055 (unknown last config time)... 2023-11-15T05:38:41.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:40.696011+0000 mon.smithi055 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:38:41.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:40.696796+0000 mon.smithi055 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:38:41.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:40.697567+0000 mon.smithi055 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:41.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:40.698284+0000 mgr.smithi055.asupmf (mgr.14182) 33 : cephadm [INF] Reconfiguring daemon mon.smithi055 on smithi055 2023-11-15T05:38:41.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:41.103731+0000 mon.smithi055 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:41.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:41 smithi078 conmon[86742]: audit 2023-11-15T05:38:41.545128+0000 mon.smithi055 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:42.727 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:42 smithi055 conmon[82634]: audit 2023-11-15T05:38:41.098526+0000 2023-11-15T05:38:42.728 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:42 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:38:42.728 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:42 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:41.099884+0000 mgr.smithi055.asupmf (mgr.14182) 35 : cephadm [INF] Marking host: smithi055 for OSDSpec preview refresh. 2023-11-15T05:38:42.728 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:42 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:41.099958+0000 mgr.smithi055.asupmf (mgr.14182) 36 : cephadm [INF] Marking host: smithi078 for OSDSpec preview refresh. 2023-11-15T05:38:42.728 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:42 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:41.100213+0000 mgr.smithi055.asupmf (mgr.14182) 37 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T05:38:42.729 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:42 smithi055 conmon[82634]: cluster 2023-11-15T05:38:41.377644+0000 mgr.smithi055.asupmf (mgr.14182) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:42.729 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:42 smithi055 conmon[82634]: audit 2023-11-15T05:38:41.907846+0000 mon.smithi055 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:42.729 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:42 smithi055 conmon[82634]: audit 2023-11-15T05:38:41.908686+0000 mon.smithi055 (mon.0) 214 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi055.asupmf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:38:42.729 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:42 smithi055 conmon[82634]: audit 2023-11-15T05:38:41.909351+0000 mon.smithi055 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:38:42.730 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:42 smithi055 conmon[82634]: audit 2023-11-15T05:38:41.909890+0000 mon.smithi055 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:42.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: audit 2023-11-15T05:38:41.098526+0000 mgr.smithi055.asupmf (mgr.14182) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:38:42.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:41.099884+0000 mgr.smithi055.asupmf (mgr.14182) 35 : cephadm [INF] Marking host: smithi055 for OSDSpec preview refresh. 2023-11-15T05:38:42.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:41.099958+0000 mgr.smithi055.asupmf (mgr.14182) 36 : cephadm 2023-11-15T05:38:42.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: [INF] Marking host: smithi078 for OSDSpec preview refresh. 2023-11-15T05:38:42.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: cephadm 2023-11-15T05:38: 2023-11-15T05:38:42.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: 41.100213+0000 mgr.smithi055.asupmf (mgr.14182) 37 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T05:38:42.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: cluster 2023-11- 2023-11-15T05:38:42.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: 15T05:38:41.377644+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:38:42.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: 14182) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:42.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:38:42.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: T05:38:41.907846+0000 mon.smithi055 (mon. 2023-11-15T05:38:42.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: 0) 213 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:42.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:38:42.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: T05:38:41.908686+0000 mon.smithi055 (mon 2023-11-15T05:38:42.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: .0) 214 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi055.asupmf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:38:42.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:38:42.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: 15T05:38:41.909351+0000 mon.smithi055 (mon 2023-11-15T05:38:42.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: .0) 215 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:38:42.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: audit 2023-11-15T05:38:42.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: 2023-11-15T05: 2023-11-15T05:38:42.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: 38:41.909890+0000 mon.smithi055 (mon.0) 216 2023-11-15T05:38:42.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:42 smithi078 conmon[86742]: : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:43.503 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:38:43.721 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:43 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:41.908460+0000 mgr.smithi055.asupmf (mgr.14182) 39 : cephadm [INF] Reconfiguring mgr.smithi055.asupmf (unknown last config time)... 2023-11-15T05:38:43.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:43 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:41.910391+0000 mgr.smithi055.asupmf (mgr.14182) 40 : cephadm [INF] Reconfiguring daemon mgr.smithi055.asupmf on smithi055 2023-11-15T05:38:43.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:43 smithi055 conmon[82634]: audit 2023-11-15T05:38:43.502947+0000 mon.smithi055 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.55:0/3493932124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:38:43.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:43 smithi055 conmon[82634]: audit 2023-11-15T05:38:43.591738+0000 mon.smithi055 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:43.890 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:38:43.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:43 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:41.908460+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:38:43.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:43 smithi078 conmon[86742]: .14182) 39 : cephadm [INF] Reconfiguring mgr.smithi055.asupmf (unknown last config time)... 2023-11-15T05:38:43.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:43 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:41.910391+0000 mgr.smithi055.asupmf (mgr.14182) 40 : cephadm [INF] Reconfiguring daemon mgr.smithi055.asupmf on smithi055 2023-11-15T05:38:43.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:43 smithi078 conmon[86742]: audit 2023-11-15T05:38:43.502947+0000 2023-11-15T05:38:43.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:43 smithi078 conmon[86742]: mon.smithi055 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.55:0/3493932124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:38:43.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:43 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:38:43.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:43 smithi078 conmon[86742]: 11-15T05:38:43.591738+0000 mon.smithi055 2023-11-15T05:38:43.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:43 smithi078 conmon[86742]: (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:44.892 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:38:44.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:44 smithi078 conmon[86742]: cluster 2023-11-15T05:38:43.378030+0000 mgr.smithi055.asupmf (mgr.14182) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:44 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:43.592403+0000 mgr.smithi055.asupmf (mgr.14182) 42 : cephadm [INF] Reconfiguring alertmanager.smithi055 (dependencies changed)... 2023-11-15T05:38:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:44 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:43. 2023-11-15T05:38:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:44 smithi078 conmon[86742]: 598771+0000 mgr.smithi055.asupmf (mgr.14182) 43 : cephadm [INF] 2023-11-15T05:38:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:44 smithi078 conmon[86742]: Reconfiguring daemon alertmanager.smithi055 on smithi055 2023-11-15T05:38:44.917 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:44 smithi055 conmon[82634]: cluster 2023-11-15T05:38:43.378030+0000 2023-11-15T05:38:44.917 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:44 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:44.918 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:44 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:43.592403+0000 mgr.smithi055.asupmf (mgr.14182) 42 : cephadm [INF] Reconfiguring alertmanager.smithi055 (dependencies changed)... 2023-11-15T05:38:44.918 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:44 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:43.598771+0000 mgr.smithi055.asupmf (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon alertmanager.smithi055 on smithi055 2023-11-15T05:38:46.703 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:46 smithi055 conmon[82634]: cluster 2023-11-15T05:38:45.378355+0000 mgr.smithi055.asupmf (mgr.14182) 44 2023-11-15T05:38:46.703 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:46 smithi055 conmon[82634]: : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:47.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:46 smithi078 conmon[86742]: cluster 2023-11-15T05:38:45.378355+0000 mgr.smithi055.asupmf (mgr.14182) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:47.171 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:38:47.601 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:38:48.005 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:47 smithi055 conmon[82634]: audit 2023-11-15T05:38:47.170285+0000 mon.smithi055 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.55:0/1705548945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:38:48.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:47 smithi078 conmon[86742]: audit 2023-11-15T05:38:47.170285+0000 mon.smithi055 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.55:0/1705548945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:38:48.603 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:38:48.960 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:48 smithi055 conmon[82634]: cluster 2023-11-15T05:38:47.378731+0000 2023-11-15T05:38:48.961 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:48 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:48.961 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:48 smithi055 conmon[82634]: audit 2023-11-15T05:38:48.130840+0000 mon.smithi055 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:48.961 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:48 smithi055 conmon[82634]: audit 2023-11-15T05:38:48.131980+0000 mon.smithi055 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi055", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:38:48.962 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:48 smithi055 conmon[82634]: audit 2023-11-15T05:38:48.133925+0000 mon.smithi055 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:49.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: cluster 2023-11-15T05:38:47.378731+0000 mgr.smithi055.asupmf (mgr.14182) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:49.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: 2023-11-15T05:38:49.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: audit 2023-11-15T05:38:48.130840+0000 mon.smithi055 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:49.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:38:49.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: 11-15T05:38:48.131980 2023-11-15T05:38:49.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 221 : 2023-11-15T05:38:49.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi055", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:38:49.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:38:49.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: 11-15T05:38:48.133925+0000 mon.smithi055 2023-11-15T05:38:49.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: (mon.0) 222 : audit 2023-11-15T05:38:49.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:48 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:49.952 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:49 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:48.131594+0000 mgr.smithi055.asupmf (mgr.14182) 46 : cephadm [INF] Reconfiguring crash.smithi055 (monmap changed)... 2023-11-15T05:38:49.952 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:49 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:48.134561+0000 mgr.smithi055.asupmf (mgr.14182) 47 : cephadm [INF] Reconfiguring daemon crash.smithi055 on smithi055 2023-11-15T05:38:49.952 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:49 smithi055 conmon[82634]: audit 2023-11-15T05:38:49.248535+0000 mon.smithi055 (mon.0) 223 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:50.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:49 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:48.131594+0000 mgr.smithi055.asupmf (mgr.14182) 46 : 2023-11-15T05:38:50.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:49 smithi078 conmon[86742]: cephadm [INF] Reconfiguring crash.smithi055 (monmap changed)... 2023-11-15T05:38:50.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:49 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:48.134561+0000 mgr.smithi055.asupmf (mgr.14182) 47 : cephadm [INF] 2023-11-15T05:38:50.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:49 smithi078 conmon[86742]: Reconfiguring daemon crash.smithi055 on smithi055 2023-11-15T05:38:50.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:49 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:38:50.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:49 smithi078 conmon[86742]: :38:49.248535+0000 mon.smithi055 (mon 2023-11-15T05:38:50.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:49 smithi078 conmon[86742]: .0) 223 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:50.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:49 smithi078 conmon[86742]: 2023-11-15T05:38:50.707 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:38:50.985 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:50 smithi055 conmon[82634]: cephadm 2023-11-15T05:38: 2023-11-15T05:38:50.985 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:50 smithi055 conmon[82634]: 49.249145+0000 mgr.smithi055.asupmf (mgr.14182) 48 : cephadm [INF] Reconfiguring grafana.smithi055 (dependencies changed)... 2023-11-15T05:38:50.986 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:50 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:49.286576+0000 mgr.smithi055.asupmf (mgr.14182) 49 : cephadm [INF] Reconfiguring daemon grafana.smithi055 on smithi055 2023-11-15T05:38:50.986 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:50 smithi055 conmon[82634]: cluster 2023-11-15T05:38:49.379012+0000 mgr.smithi055.asupmf (mgr.14182) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:50 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:49.249145+0000 mgr.smithi055.asupmf (mgr.14182) 48 : cephadm [INF] Reconfiguring grafana.smithi055 (dependencies changed)... 2023-11-15T05:38:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:50 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:49.286576+0000 mgr.smithi055.asupmf (mgr.14182) 49 : cephadm [INF] Reconfiguring daemon grafana.smithi055 on smithi055 2023-11-15T05:38:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:50 smithi078 conmon[86742]: cluster 2023-11-15T05:38:49 2023-11-15T05:38:51.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:50 smithi078 conmon[86742]: .379012+0000 mgr.smithi055.asupmf (mgr.14182) 50 2023-11-15T05:38:51.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:50 smithi078 conmon[86742]: : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:51.613 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:38:51.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:51 smithi055 conmon[82634]: audit 2023-11-15T05:38:50. 2023-11-15T05:38:51.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:51 smithi055 conmon[82634]: 707317+0000 mon.smithi055 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.55:0/4008157069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:38:52.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:51 smithi078 conmon[86742]: audit 2023-11-15T05:38:50.707317+0000 mon.smithi055 ( 2023-11-15T05:38:52.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:51 smithi078 conmon[86742]: mon.0) 224 : audit [DBG] from='client.? 172.21.15.55:0/4008157069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:38:52.615 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:38:52.944 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:52 smithi055 conmon[82634]: cluster 2023-11-15T 2023-11-15T05:38:52.944 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:52 smithi055 conmon[82634]: 05:38:51.379220+0000 mgr.smithi055.asupmf (mgr.14182) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:52 smithi078 conmon[86742]: cluster 2023-11-15T05:38:51.379220+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:38:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:52 smithi078 conmon[86742]: ) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:54.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:54 smithi078 conmon[86742]: audit 2023-11-15T05:38:53.135080+0000 mon.smithi055 (mon.0) 225 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:54.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:54 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:53.135942+0000 mgr.smithi055.asupmf (mgr.14182) 52 : cephadm [INF] Reconfiguring prometheus.smithi055 (dependencies changed)... 2023-11-15T05:38:54.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:54 smithi078 conmon[86742]: cephadm 2023- 2023-11-15T05:38:54.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:54 smithi078 conmon[86742]: 11-15T05:38:53.140676+0000 mgr.smithi055.asupmf (mgr.14182) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi055 on smithi055 2023-11-15T05:38:54.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:54 smithi078 conmon[86742]: cluster 2023-11-15 2023-11-15T05:38:54.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:54 smithi078 conmon[86742]: T05:38:53.379559+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:38:54.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:54 smithi078 conmon[86742]: 14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:54.412 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:54 smithi055 conmon[82634]: audit 2023-11-15T05:38:53.135080+0000 mon.smithi055 (mon.0) 225 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:54.412 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:54 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:53.135942+0000 mgr.smithi055.asupmf (mgr.14182) 52 : cephadm [INF] Reconfiguring prometheus.smithi055 (dependencies changed)... 2023-11-15T05:38:54.412 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:54 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:53.140676+0000 mgr.smithi055.asupmf (mgr.14182) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi055 on smithi055 2023-11-15T05:38:54.412 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:54 smithi055 conmon[82634]: cluster 2023-11-15T05:38:53.379559+0000 mgr.smithi055.asupmf (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:54.825 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:38:55.179 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:38:55.420 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:55 smithi055 conmon[82634]: audit 2023-11-15T05:38:54.824802+0000 2023-11-15T05:38:55.420 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:55 smithi055 conmon[82634]: mon.smithi055 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.55:0/2988068335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:38:55.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:55 smithi078 conmon[86742]: audit 2023-11-15T05:38:54.824802+0000 mon.smithi055 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.55:0/2988068335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:38:56.180 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:38:56.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:56 smithi055 conmon[82634]: cluster 2023-11-15T05:38:55.379907+0000 mgr.smithi055.asupmf (mgr.14182) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:56.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:56 smithi078 conmon[86742]: cluster 2023-11-15T05:38:55.379907+0000 mgr.smithi055.asupmf (mgr.14182) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:58.125 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:38:58.653 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:58 smithi055 conmon[82634]: cluster 2023-11-15T05:38:57.380129+0000 mgr.smithi055.asupmf ( 2023-11-15T05:38:58.654 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:58 smithi055 conmon[82634]: mgr.14182) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:58.654 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:58 smithi055 conmon[82634]: audit 2023-11-15T05:38:58.123916+0000 mon.smithi055 (mon.0) 227 : audit [DBG] 2023-11-15T05:38:58.654 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:58 smithi055 conmon[82634]: from='client.? 172.21.15.55:0/2228067730' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:38:58.654 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:58 smithi055 conmon[82634]: audit 2023-11-15T 2023-11-15T05:38:58.654 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:58 smithi055 conmon[82634]: 05:38:58.407167+0000 mon.smithi055 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:58.655 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:58 smithi055 conmon[82634]: audit 2023-11-15T05:38:58.408022 2023-11-15T05:38:58.655 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:58 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:38:58.655 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:58 smithi055 conmon[82634]: audit 2023-11-15T05:38 2023-11-15T05:38:58.655 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:58 smithi055 conmon[82634]: :58.408742+0000 mon.smithi055 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:58.656 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:38:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:58 smithi078 conmon[86742]: cluster 2023-11-15T05:38:57.380129+0000 mgr.smithi055.asupmf (mgr.14182) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:38:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:58 smithi078 conmon[86742]: audit 2023-11-15T 2023-11-15T05:38:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:58 smithi078 conmon[86742]: 05:38:58.123916+0000 mon.smithi055 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.55:0/2228067730' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:38:58.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:58 smithi078 conmon[86742]: audit 2023-11-15T05:38:58.407167+0000 mon.smithi055 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:38:58.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:58 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:38:58.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:58 smithi078 conmon[86742]: -15T05:38:58.408022+0000 mon.smithi055 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:38:58.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:58 smithi078 conmon[86742]: audit 2023 2023-11-15T05:38:58.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:58 smithi078 conmon[86742]: -11-15T05:38:58 2023-11-15T05:38:58.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:58 smithi078 conmon[86742]: .408742+0000 mon.smithi055 (mon.0) 230 : audit 2023-11-15T05:38:58.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:58 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:59.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:59 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:58.407735+0000 mgr.smithi055.asupmf (mgr.14182) 57 : cephadm [INF] Reconfiguring crash.smithi078 (monmap changed)... 2023-11-15T05:38:59.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:59 smithi078 conmon[86742]: cephadm 2023-11-15T05:38 2023-11-15T05:38:59.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:38:59 smithi078 conmon[86742]: :58.409317+0000 mgr.smithi055.asupmf (mgr.14182) 58 : cephadm [INF] Reconfiguring daemon crash.smithi078 on smithi078 2023-11-15T05:38:59.658 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:38:59.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:59 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:58.407735+0000 mgr.smithi055.asupmf (mgr.14182) 57 : cephadm 2023-11-15T05:38:59.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:59 smithi055 conmon[82634]: [INF] Reconfiguring crash.smithi078 (monmap changed)... 2023-11-15T05:38:59.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:38:59 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:58.409317+0000 mgr.smithi055.asupmf (mgr.14182) 58 : cephadm [INF] Reconfiguring daemon crash.smithi078 on smithi078 2023-11-15T05:39:00.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:00 smithi078 conmon[86742]: cluster 2023-11-15T05:38:59.380444+0000 mgr.smithi055.asupmf (mgr.14182) 59 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:00.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:00 smithi078 conmon[86742]: audit 2023-11-15T05:38:59.506557+0000 mon.smithi055 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:00.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:00 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:59.507287+0000 mgr.smithi055.asupmf (mgr.14182) 60 : cephadm [INF] Reconfiguring mgr.smithi078.xtewjq (monmap changed)... 2023-11-15T05:39:00.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:00 smithi078 conmon[86742]: audit 2023-11-15T05:38:59.507679+0000 mon.smithi055 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi078.xtewjq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:39:00.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:00 smithi078 conmon[86742]: audit 2023-11-15T05:38:59.508760+0000 mon.smithi055 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:39:00.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:00 smithi078 conmon[86742]: audit 2023-11-15T05:38:59.509639+0000 mon.smithi055 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:00.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:00 smithi078 conmon[86742]: cephadm 2023-11-15T05:38:59.510450+0000 mgr.smithi055.asupmf (mgr.14182) 61 : cephadm [INF] Reconfiguring daemon mgr.smithi078.xtewjq on smithi078 2023-11-15T05:39:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:00 smithi055 conmon[82634]: cluster 2023-11-15T05:38:59.380444+0000 mgr.smithi055.asupmf (mgr.14182) 59 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:00.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:00 smithi055 conmon[82634]: audit 2023-11-15T05:38:59.506557+0000 mon.smithi055 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:00.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:00 smithi055 conmon[82634]: cephadm 2023-11-15T05:38:59.507287+0000 mgr.smithi055.asupmf (mgr.14182) 60 : cephadm [INF] Reconfiguring mgr.smithi078.xtewjq (monmap changed)... 2023-11-15T05:39:00.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:00 smithi055 conmon[82634]: audit 2023-11-15T05:38:59.507679+0000 mon.smithi055 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi078.xtewjq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:39:00.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:00 smithi055 conmon[82634]: audit 2023-11-15T05:38:59.508760+0000 mon.smithi055 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:39:00.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:00 smithi055 conmon[82634]: audit 2023-11-15T05:38:59.509639+0000 mon.smithi055 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:00.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:00 smithi055 conmon[82634]: cephadm 2023-11-15 2023-11-15T05:39:00.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:00 smithi055 conmon[82634]: T05:38:59.510450+0000 mgr.smithi055.asupmf (mgr.14182) 61 : cephadm [INF] Reconfiguring daemon mgr.smithi078.xtewjq on smithi078 2023-11-15T05:39:01.318 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:01.705 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:39:01.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:01 smithi078 conmon[86742]: audit 2023-11-15T05:39:00.606680+0000 mon.smithi055 (mon.0) 235 : audit 2023-11-15T05:39:01.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:01 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:01.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:01 smithi078 conmon[86742]: cephadm 2023-11-15T05:39:00.607243+0000 mgr.smithi055.asupmf (mgr.14182) 62 : cephadm [INF] Reconfiguring mon.smithi078 (monmap changed)... 2023-11-15T05:39:01.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:01 smithi078 conmon[86742]: audit 2023-11-15T05:39:00.607463+0000 mon.smithi055 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:39:01.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:01 smithi078 conmon[86742]: audit 2023-11-15T05:39:00.608135+0000 mon.smithi055 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:39:01.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:01 smithi078 conmon[86742]: audit 2023-11-15T05:39:00.608770+0000 mon.smithi055 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:01.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:01 smithi078 conmon[86742]: cephadm 2023-11-15T05:39:00.609363+0000 mgr.smithi055.asupmf (mgr.14182) 63 : cephadm [INF] Reconfiguring daemon mon.smithi078 on smithi078 2023-11-15T05:39:01.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:01 smithi078 conmon[86742]: audit 2023-11-15T05:39:01.317520+0000 mon.smithi055 (mon.0) 239 : audit 2023-11-15T05:39:01.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:01 smithi078 conmon[86742]: [DBG] from='client.? 172.21.15.55:0/2332758239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:01.932 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:01 smithi055 conmon[82634]: audit 2023-11-15T05:39:00.606680+0000 mon.smithi055 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:01.932 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:01 smithi055 conmon[82634]: cephadm 2023-11-15T05:39:00.607243+0000 mgr.smithi055.asupmf (mgr.14182) 62 : cephadm [INF] Reconfiguring mon.smithi078 (monmap changed)... 2023-11-15T05:39:01.932 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:01 smithi055 conmon[82634]: audit 2023-11-15T05:39:00.607463+0000 mon.smithi055 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:39:01.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:01 smithi055 conmon[82634]: audit 2023-11-15T05:39:00.608135+0000 mon.smithi055 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:39:01.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:01 smithi055 conmon[82634]: audit 2023-11-15T05:39:00.608770+0000 mon.smithi055 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:01.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:01 smithi055 conmon[82634]: cephadm 2023-11-15T05:39:00.609363+0000 mgr.smithi055.asupmf (mgr.14182) 63 : cephadm [INF] Reconfiguring daemon mon.smithi078 on smithi078 2023-11-15T05:39:01.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:01 smithi055 conmon[82634]: audit 2023-11-15T05:39:01.317520+0000 mon.smithi055 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.55:0/2332758239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:02.707 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:03.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: cluster 2023-11-15T05 2023-11-15T05:39:03.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: :39:01.380682+0000 mgr.smithi055.asupmf (mgr.14182) 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:03.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023-11-15T05:39:01.793488+0000 mon.smithi055 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:03.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023-11-15T05:39:01.796072+0000 mon.smithi055 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:39:03.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 2023-11-15T05:39:03.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:39:03.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 15T05:39:01.796391+0000 mgr.smithi055.asupmf 2023-11-15T05:39:03.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: (mgr.14182) 65 : audit 2023-11-15T05:39:03.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:39:03.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023 2023-11-15T05:39:03.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: -11-15T05:39:01. 2023-11-15T05:39:03.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 797228+0000 mon.smithi055 (mon.0 2023-11-15T05:39:03.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: ) 242 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi055.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:39:03.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023 2023-11-15T05:39:03.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: -11-15T05:39:01 2023-11-15T05:39:03.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: .797466+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:39:03.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: ) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi055.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:39:03.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 2023-11-15T05:39:03.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:03.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 11-15T05:39: 2023-11-15T05:39:03.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 01.805177+0000 mon.smithi055 (mon.0) 243 2023-11-15T05:39:03.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:03.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:03.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 11-15T05:39:01. 2023-11-15T05:39:03.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 809446+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:03.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 244 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:39:03.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023 2023-11-15T05:39:03.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: -11-15T05:39:01 2023-11-15T05:39:03.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: .809826+0000 mgr.smithi055.asupmf (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:39:03.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023-11-15T05:39:01 2023-11-15T05:39:03.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: .814887+0000 mon.smithi055 (mon.0) 245 : audit [INF] 2023-11-15T05:39:03.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi055.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:39:03.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023-11-15T05:39:01. 2023-11-15T05:39:03.059 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 815182+0000 mgr.smithi055.asupmf (mgr.14182) 68 : audit 2023-11-15T05:39:03.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi055.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:39:03.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023-11-15 2023-11-15T05:39:03.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: T05:39:01.818774+0000 mon.smithi055 2023-11-15T05:39:03.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: (mon.0) 246 : audit 2023-11-15T05:39:03.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:03.060 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023-11-15 2023-11-15T05:39:03.061 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: T05:39:01.823132+0000 2023-11-15T05:39:03.061 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: mon.smithi055 (mon.0) 247 : audit 2023-11-15T05:39:03.061 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:39:03.061 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:03.061 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 11-15T05:39:01 2023-11-15T05:39:03.062 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: .826456+0000 mon.smithi055 (mon.0) 248 2023-11-15T05:39:03.062 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi055.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:39:03.062 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023 2023-11-15T05:39:03.062 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: -11-15T05:39: 2023-11-15T05:39:03.062 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 01.831652+0000 mon.smithi055 (mon. 2023-11-15T05:39:03.063 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: 0) 249 : audit [INF] 2023-11-15T05:39:03.063 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:03.063 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit 2023-11 2023-11-15T05:39:03.063 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: -15T05:39:01.834617+0000 mon.smithi055 (mon.0) 250 : 2023-11-15T05:39:03.063 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:02 smithi055 conmon[82634]: audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:39:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: cluster 2023-11-15T05:39:01.380682+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:39:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: ) 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11-15T05:39:01.793488+0000 mon.smithi055 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:03.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:39:03.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: :39:01.796072+0000 mon.smithi055 ( 2023-11-15T05:39:03.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:39:03.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:03.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: -11-15T05:39:01 2023-11-15T05:39:03.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: .796391+0000 mgr.smithi055.asupmf (mgr.14182) 65 : audit 2023-11-15T05:39:03.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:39:03.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:03.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 15T05:39:01.797228+0000 2023-11-15T05:39:03.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: mon.smithi055 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi055.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:39:03.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 2023-11-15T05:39:03.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11-15T05:39:03.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 2023-11-15T05:39:01 2023-11-15T05:39:03.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: .797466+0000 mgr.smithi055.asupmf (mgr.14182) 66 : audit 2023-11-15T05:39:03.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi055.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:39:03.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:39:03.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: :39:01.805177+0000 mon.smithi055 (mon. 2023-11-15T05:39:03.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 0) 243 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:03.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:03.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: -11-15T05:39:01 2023-11-15T05:39:03.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: .809446+0000 mon.smithi055 (mon.0) 244 : audit 2023-11-15T05:39:03.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:39:03.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:39:03.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: T05:39:01.809826+0000 mgr.smithi055.asupmf 2023-11-15T05:39:03.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:39:03.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11-15T05:39:03.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 2023-11-15T05:39: 2023-11-15T05:39:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 01.814887+0000 mon.smithi055 (mon.0) 245 : audit 2023-11-15T05:39:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi055.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:39:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11-15T 2023-11-15T05:39:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 05:39:01.815182+0000 mgr.smithi055.asupmf 2023-11-15T05:39:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: (mgr.14182) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi055.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:39:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11-15T05:39:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 2023-11-15T05:39: 2023-11-15T05:39:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 01.818774+0000 mon.smithi055 (mon.0) 246 : 2023-11-15T05:39:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:39:03.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: -15T05:39:01.823132+0000 2023-11-15T05:39:03.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: mon.smithi055 (mon.0) 247 : audit [DBG] 2023-11-15T05:39:03.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:39:03.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11-15T05:39:03.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 2023-11-15T05:39:01.826456+0000 mon.smithi055 (mon.0) 248 : audit [INF] 2023-11-15T05:39:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi055.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:39:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11-15T05:39:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 2023-11-15T05:39:01.831652+0000 2023-11-15T05:39:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: mon.smithi055 (mon.0) 249 : audit 2023-11-15T05:39:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: 15T05:39:01.834617+0000 2023-11-15T05:39:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: mon.smithi055 (mon.0) 250 : audit [DBG] 2023-11-15T05:39:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:02 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:39:04.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:03 smithi055 conmon[82634]: audit 2023-11-15T05:39:01.823497+0000 mgr.smithi055.asupmf (mgr.14182) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:39:04.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:03 smithi055 conmon[82634]: audit 2023-11-15T05:39:01.826818+0000 mgr.smithi055.asupmf (mgr.14182) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi055.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:39:04.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:03 smithi078 conmon[86742]: audit 2023-11-15T05:39:01.823497+0000 mgr.smithi055.asupmf (mgr.14182) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:39:04.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:03 smithi078 conmon[86742]: audit 2023-11-15T05:39:01.826818+0000 mgr.smithi055.asupmf (mgr.14182) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi055.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:39:04.539 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:04.933 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:04 smithi055 conmon[82634]: cluster 2023-11-15T05:39:03.380942+0000 mgr.smithi055.asupmf (mgr.14182) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:04.934 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:04 smithi055 conmon[82634]: audit 2023-11-15T05:39:04.439398+0000 mon.smithi055 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:04.934 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:04 smithi055 conmon[82634]: audit 2023-11-15T05:39:04.449131+0000 mon.smithi055 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:04.934 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:04 smithi055 conmon[82634]: audit 2023-11-15T05:39:04.539370+0000 mon.smithi055 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.55:0/1713655447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:05.111 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:39:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:04 smithi078 conmon[86742]: cluster 2023-11-15T05:39:03.380942+0000 mgr.smithi055.asupmf (mgr.14182) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:04 smithi078 conmon[86742]: audit 2023-11-15T05:39:04.439398+0000 mon.smithi055 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:04 smithi078 conmon[86742]: audit 2023-11-15T05:39:04.449131+0000 mon.smithi055 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:04 smithi078 conmon[86742]: audit 2023-11-15T05:39:04.539370+0000 mon.smithi055 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.55:0/1713655447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:06.113 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:06.958 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: cluster 2023-11-15T05:39:05.381288+0000 mgr.smithi055.asupmf (mgr.14182) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:06.958 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: audit 2023-11-15T05:39:06.282330+0000 mon.smithi055 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:06.958 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: audit 2023-11-15T05:39:06.704398+0000 mon.smithi055 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:06.959 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: audit 2023-11-15T05:39:06.705265+0000 mon.smithi055 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:06.959 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: audit 2023-11-15T05:39:06.705952+0000 mon.smithi055 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:39:06.959 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: audit 2023-11-15T05:39:06.710927+0000 mon.smithi055 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:06.959 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: audit 2023-11-15T05:39:06.714519+0000 mon.smithi055 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:39:06.959 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: audit 2023-11-15T05:39:06.717315+0000 mon.smithi055 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:39:06.960 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:06.960 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: 11-15T05:39:06.718255+0000 mon.smithi055 (mon.0) 261 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:39:06.960 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: audit 2023-11-15T05:39:06.960 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: 2023-11-15T05:39:06.718437+0000 2023-11-15T05:39:06.961 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: mon.smithi055 (mon.0) 262 : audit 2023-11-15T05:39:06.961 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:06.961 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: audit 2023 2023-11-15T05:39:06.962 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: -11-15T05:39:06.718919+0000 2023-11-15T05:39:06.962 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: mon.smithi055 (mon.0) 263 : audit 2023-11-15T05:39:06.962 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:06 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:07.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: cluster 2023-11-15T05:39:05.381288+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:39:07.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:07.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit 2023-11-15T05:39:06.282330+0000 mon.smithi055 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:07.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit 2023-11-15T05:39 2023-11-15T05:39:07.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: :06.704398+0000 mon.smithi055 (mon.0 2023-11-15T05:39:07.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: ) 255 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:07.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit 2023-11-15T05:39:07.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: 2023-11-15 2023-11-15T05:39:07.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: T05:39:06.705265+0000 2023-11-15T05:39:07.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: mon.smithi055 (mon.0) 256 : audit [DBG] 2023-11-15T05:39:07.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:07.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:07.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: -11-15T05:39:06. 2023-11-15T05:39:07.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: 705952+0000 mon.smithi055 (mon.0) 257 2023-11-15T05:39:07.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:39:07.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:07.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: -11-15T05:39:06. 2023-11-15T05:39:07.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: 710927+0000 mon.smithi055 (mon.0) 258 2023-11-15T05:39:07.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:07.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit 2023-11-15T05:39 2023-11-15T05:39:07.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: :06.714519+0000 mon.smithi055 (mon.0 2023-11-15T05:39:07.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: ) 259 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:39:07.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:07.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: 15T05:39:06.717315+0000 mon.smithi055 (mon.0) 260 : audit 2023-11-15T05:39:07.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:39:07.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit 2023-11-15T05:39:06.718255 2023-11-15T05:39:07.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 261 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:39:07.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: 2023-11-15T05:39:07.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:07.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: 15T05:39:06.718437+0000 mon.smithi055 (mon.0) 262 : 2023-11-15T05:39:07.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:07.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: audit 2023-11-15T05:39:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: 2023-11-15T05:39:06.718919+0000 mon.smithi055 2023-11-15T05:39:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:06 smithi078 conmon[86742]: (mon.0) 263 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:07.829 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:08.308 INFO:teuthology.orchestra.run.smithi055.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-11-15T05:39:08.835 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:08 smithi055 conmon[82634]: cluster 2023-11-15T05:39:07.381584 2023-11-15T05:39:08.835 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:08 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:08.835 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:08 smithi055 conmon[82634]: audit 2023-11-15T05:39:07.828509+0000 mon.smithi078 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.55:0/1221148586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:08 smithi078 conmon[86742]: cluster 2023-11-15T05:39:07.381584+0000 2023-11-15T05:39:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:08 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:08 smithi078 conmon[86742]: audit 2023-11-15T05:39:07.828509+0000 mon.smithi078 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.55:0/1221148586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:09.309 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:10.087 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:09 smithi055 conmon[82634]: audit 2023-11-15T05:39:09.621019+0000 mon.smithi078 (mon.1) 3 : audit [INF] from='client.? 172.21.15.78:0/2556536046' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9341a14-230a-44eb-91ab-16d9b253131f"}]: dispatch 2023-11-15T05:39:10.088 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:09 smithi055 conmon[82634]: audit 2023-11-15T05:39:09.621674+0000 mon.smithi055 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9341a14-230a-44eb-91ab-16d9b253131f"}]: dispatch 2023-11-15T05:39:10.088 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:09 smithi055 conmon[82634]: audit 2023-11-15T05:39:09.627599+0000 mon.smithi055 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9341a14-230a-44eb-91ab-16d9b253131f"}]': finished 2023-11-15T05:39:10.088 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:09 smithi055 conmon[82634]: cluster 2023-11-15T05:39:09.627654+0000 mon.smithi055 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T05:39:10.088 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:09 smithi055 conmon[82634]: audit 2023-11-15T05:39:09.627746+0000 mon.smithi055 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:10.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:09 smithi078 conmon[86742]: audit 2023-11-15T05:39:09.621019+0000 mon.smithi078 (mon.1) 2023-11-15T05:39:10.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:09 smithi078 conmon[86742]: 3 : audit [INF] from='client.? 172.21.15.78:0/2556536046' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9341a14-230a-44eb-91ab-16d9b253131f"}]: dispatch 2023-11-15T05:39:10.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:09 smithi078 conmon[86742]: audit 2023-11-15T05:39:09.621674+0000 mon.smithi055 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9341a14-230a-44eb-91ab-16d9b253131f"}]: dispatch 2023-11-15T05:39:10.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:09 smithi078 conmon[86742]: audit 2023-11-15T05:39:09.627599+0000 mon.smithi055 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9341a14-230a-44eb-91ab-16d9b253131f"}]': finished 2023-11-15T05:39:10.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:09 smithi078 conmon[86742]: cluster 2023-11-15T05:39:09.627654+0000 mon.smithi055 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T05:39:10.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:09 smithi078 conmon[86742]: audit 2023-11-15T05:39:09.627746+0000 mon.smithi055 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:11.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:10 smithi078 conmon[86742]: cluster 2023-11-15T05:39:09.381872+0000 mgr.smithi055.asupmf (mgr.14182) 74 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:11.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:10 smithi078 conmon[86742]: audit 2023-11-15T05:39:09.924643+0000 mon.smithi055 (mon.0) 268 : audit [INF] from='client.? 172.21.15.55:0/2402802331' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c125add4-cde2-4268-baa3-a9f7a77dec6e"}]: dispatch 2023-11-15T05:39:11.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:10 smithi078 conmon[86742]: audit 2023-11-15T05:39:09.928672+0000 mon.smithi055 (mon.0) 269 : audit [INF] from='client.? 172.21.15.55:0/2402802331' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c125add4-cde2-4268-baa3-a9f7a77dec6e"}]': finished 2023-11-15T05:39:11.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:10 smithi078 conmon[86742]: cluster 2023-11-15T05:39:09.928720+0000 mon.smithi055 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T05:39:11.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:10 smithi078 conmon[86742]: audit 2023-11-15T05:39:09.928810+0000 mon.smithi055 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:11.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:10 smithi078 conmon[86742]: audit 2023-11-15T05:39:09.929103+0000 mon.smithi055 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:11.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:10 smithi078 conmon[86742]: audit 2023-11-15T05:39:10.782027+0000 mon.smithi078 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.78:0/953593918' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:11.278 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:11.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:10 smithi055 conmon[82634]: cluster 2023-11-15T05:39:09.381872+0000 mgr.smithi055.asupmf (mgr.14182) 74 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:11.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:10 smithi055 conmon[82634]: audit 2023-11-15T05:39:09.924643+0000 mon.smithi055 (mon.0) 268 : audit [INF] from='client.? 172.21.15.55:0/2402802331' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c125add4-cde2-4268-baa3-a9f7a77dec6e"}]: dispatch 2023-11-15T05:39:11.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:10 smithi055 conmon[82634]: audit 2023-11-15T05:39:09.928672+0000 mon.smithi055 (mon.0) 269 : audit [INF] from='client.? 172.21.15.55:0/2402802331' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c125add4-cde2-4268-baa3-a9f7a77dec6e"}]': finished 2023-11-15T05:39:11.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:10 smithi055 conmon[82634]: cluster 2023-11-15T05:39:09.928720+0000 mon.smithi055 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T05:39:11.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:10 smithi055 conmon[82634]: audit 2023-11-15T05:39:09.928810+0000 mon.smithi055 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:11.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:10 smithi055 conmon[82634]: audit 2023-11-15T05:39:09.929103+0000 mon.smithi055 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:11.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:10 smithi055 conmon[82634]: audit 2023-11-15T05:39:10.782027+0000 mon.smithi078 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.78:0/953593918' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:11.663 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1700026749,"num_remapped_pgs":0} 2023-11-15T05:39:12.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:11 smithi055 conmon[82634]: audit 2023-11-15T05:39:11.248065+0000 mon.smithi055 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.55:0/2253397855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:12.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:11 smithi055 conmon[82634]: audit 2023-11-15T05:39:11.277596+0000 mon.smithi055 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.55:0/407872899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:12.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:11 smithi055 conmon[82634]: cluster 2023-11-15T05:39:11.382105+0000 mgr.smithi055.asupmf (mgr.14182) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:12.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:11 smithi078 conmon[86742]: audit 2023-11-15T05:39:11.248065+0000 mon.smithi055 (mon.0) 273 2023-11-15T05:39:12.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:11 smithi078 conmon[86742]: : audit [DBG] from='client.? 172.21.15.55:0/2253397855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:12.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:11 smithi078 conmon[86742]: audit 2023-11-15T05:39:11.277596+0000 mon.smithi055 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.55:0/407872899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:12.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:11 smithi078 conmon[86742]: cluster 2023-11-15T05:39:11.382105+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:39:12.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:11 smithi078 conmon[86742]: 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:12.664 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:13.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:13 smithi055 conmon[82634]: audit 2023-11-15T05:39:13 2023-11-15T05:39:13.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:13 smithi055 conmon[82634]: .261856+0000 mon.smithi078 (mon.1) 5 : audit [INF] from='client.? 172.21.15.78:0/2456842433' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba6cb469-c172-4a57-91cb-bfc59bd215f8"}]: dispatch 2023-11-15T05:39:13.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:13 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.262536+0000 mon.smithi055 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba6cb469-c172-4a57-91cb-bfc59bd215f8"}]: dispatch 2023-11-15T05:39:13.551 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:13 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.270562+0000 mon.smithi055 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba6cb469-c172-4a57-91cb-bfc59bd215f8"}]': finished 2023-11-15T05:39:13.551 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:13 smithi055 conmon[82634]: cluster 2023-11-15T05:39:13.270625+0000 mon.smithi055 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T05:39:13.551 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:13 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.270742+0000 mon.smithi055 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:13.551 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:13 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.271011+0000 mon.smithi055 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:13.551 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:13 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.271188+0000 mon.smithi055 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:13.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: audit 2023-11-15T05:39:13.261856+0000 mon.smithi078 (mon.1) 5 : audit [INF] from='client.? 172.21.15.78:0/2456842433' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba6cb469-c172-4a57-91cb-bfc59bd215f8"}]: dispatch 2023-11-15T05:39:13.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: audit 2023-11-15T05:39:13.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: 2023-11-15T05:39:13.262536+0000 mon.smithi055 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba6cb469-c172-4a57-91cb-bfc59bd215f8"}]: dispatch 2023-11-15T05:39:13.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: audit 2023-11-15T05:39:13.270562+0000 mon.smithi055 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba6cb469-c172-4a57-91cb-bfc59bd215f8"}]': finished 2023-11-15T05:39:13.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: cluster 2023-11-15T05:39:13.270625+0000 mon.smithi055 ( 2023-11-15T05:39:13.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T05:39:13.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: audit 2023-11-15T05:39:13.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: 2023-11-15T05:39:13.270742+0000 2023-11-15T05:39:13.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: mon.smithi055 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:13.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: 2023-11-15T05:39:13.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: audit 2023-11-15T05:39:13.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: 2023-11-15T05:39:13. 2023-11-15T05:39:13.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: 271011+0000 mon.smithi055 (mon.0) 279 : audit [DBG] 2023-11-15T05:39:13.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:13.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:39:13.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: 39:13.271188+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:13.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:13 smithi078 conmon[86742]: 280 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:14.453 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:14.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: cluster 2023-11-15T05:39:13.382332+0000 mgr.smithi055.asupmf (mgr.14182) 76 2023-11-15T05:39:14.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:14.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: audit 2023-11-15T05:39:13.817868+0000 mon.smithi055 (mon.0) 281 : audit [INF] from='client.? 172.21.15.55:0/2192431361' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfe0d56f-8284-46ee-834c-b58a228d4631"}]: dispatch 2023-11-15T05:39:14.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: audit 2023-11-15T05:39:13.825869+0000 mon.smithi055 (mon.0) 282 : audit [INF] from='client.? 172.21.15.55:0/2192431361' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cfe0d56f-8284-46ee-834c-b58a228d4631"}]': finished 2023-11-15T05:39:14.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: cluster 2023-11-15T05:39:13.825941+0000 mon.smithi055 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T05:39:14.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: audit 2023-11-15T05:39:13.826319+0000 mon.smithi055 (mon.0) 284 : audit [DBG] 2023-11-15T05:39:14.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:14.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: audit 2023-11-15T05:39:13.826569+0000 mon.smithi055 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:14.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: 2023-11-15T05:39:14.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:39:14.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: 39:13.826796+0000 mon.smithi055 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:14.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: 2023-11-15T05:39:14.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:14.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: -11-15T05:39:13.827058+0000 mon.smithi055 (mon.0) 287 : audit [DBG] 2023-11-15T05:39:14.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:14 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:14.732 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:14 smithi055 conmon[82634]: cluster 2023-11-15T05:39:13.382332+0000 mgr.smithi055.asupmf (mgr.14182) 76 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:14.733 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:14 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.817868+0000 mon.smithi055 (mon.0) 281 : audit [INF] from='client.? 172.21.15.55:0/2192431361' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfe0d56f-8284-46ee-834c-b58a228d4631"}]: dispatch 2023-11-15T05:39:14.733 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:14 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.825869+0000 mon.smithi055 (mon.0) 282 : audit [INF] from='client.? 172.21.15.55:0/2192431361' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cfe0d56f-8284-46ee-834c-b58a228d4631"}]': finished 2023-11-15T05:39:14.733 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:14 smithi055 conmon[82634]: cluster 2023-11-15T05:39:13.825941+0000 mon.smithi055 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T05:39:14.733 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:14 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.826319+0000 mon.smithi055 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:14.734 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:14 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.826569+0000 mon.smithi055 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:14.734 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:14 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.826796+0000 mon.smithi055 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:14.734 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:14 smithi055 conmon[82634]: audit 2023-11-15T05:39:13.827058+0000 mon.smithi055 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:15.019 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1700026753,"num_remapped_pgs":0} 2023-11-15T05:39:15.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:15 smithi078 conmon[86742]: audit 2023-11-15T05:39:14.376875+0000 mon.smithi078 (mon. 2023-11-15T05:39:15.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:15 smithi078 conmon[86742]: 1) 6 : audit [DBG] from='client.? 172.21.15.78:0/1549107557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:15.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:15 smithi078 conmon[86742]: audit 2023-11-15T05:39:14.453050+0000 mon.smithi055 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.55:0/319111862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:15.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:15 smithi078 conmon[86742]: audit 2023-11-15T05:39:15.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:15 smithi078 conmon[86742]: 2023-11-15T05:39:15.223931+0000 mon.smithi055 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.55:0/3927897473' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:15.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:15 smithi055 conmon[82634]: audit 2023-11-15T05:39:14.376875+0000 mon.smithi078 (mon.1 2023-11-15T05:39:15.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:15 smithi055 conmon[82634]: ) 6 : audit [DBG] from='client.? 172.21.15.78:0/1549107557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:15.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:15 smithi055 conmon[82634]: audit 2023-11-15T05:39:14.453050+0000 mon.smithi055 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.55:0/319111862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:15.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:15 smithi055 conmon[82634]: audit 2023-11-15T05:39:15.223931+0000 mon.smithi055 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.55:0/3927897473' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:16.020 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:16.585 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:16 smithi055 conmon[82634]: cluster 2023-11-15T05:39:15.382558+0000 mgr.smithi055.asupmf (mgr.14182) 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:16.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:16 smithi078 conmon[86742]: cluster 2023-11-15T05:39:15.382558+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:39:16.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:16 smithi078 conmon[86742]: ) 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:17.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: audit 2023-11-15T05:39:16.871099+0000 mon.smithi078 (mon.1) 2023-11-15T05:39:17.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: 7 : audit [INF] from='client.? 172.21.15.78:0/3165727090' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9a3a15d-690c-459c-b5f9-476a1f55a729"}]: dispatch 2023-11-15T05:39:17.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: audit 2023-11-15T05:39:16.871504+0000 mon.smithi055 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9a3a15d-690c-459c-b5f9-476a1f55a729"}]: dispatch 2023-11-15T05:39:17.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: audit 2023-11-15T05:39:16.875476+0000 mon.smithi055 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9a3a15d-690c-459c-b5f9-476a1f55a729"}]': finished 2023-11-15T05:39:17.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: cluster 2023-11-15T05:39:16.875539+0000 mon.smithi055 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T05:39:17.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: audit 2023-11-15T05:39:16.875659+0000 mon.smithi055 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:17.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: audit 2023-11-15T05:39:16.875917+0000 mon.smithi055 (mon.0) 294 : audit 2023-11-15T05:39:17.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:17.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: audit 2023-11-15T05:39:16.876068+0000 mon.smithi055 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:17.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: 2023-11-15T05:39: 2023-11-15T05:39:17.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: 16.876209+0000 mon.smithi055 (mon.0) 296 : 2023-11-15T05:39:17.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:17.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:17.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: 15T05:39:16.876349+0000 2023-11-15T05:39:17.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:17 smithi078 conmon[86742]: mon.smithi055 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:17.767 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:17.791 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:17 smithi055 conmon[82634]: audit 2023-11-15T05:39:16.871099+0000 mon.smithi078 (mon. 2023-11-15T05:39:17.791 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:17 smithi055 conmon[82634]: 1) 7 : audit [INF] from='client.? 172.21.15.78:0/3165727090' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9a3a15d-690c-459c-b5f9-476a1f55a729"}]: dispatch 2023-11-15T05:39:17.792 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:17 smithi055 conmon[82634]: audit 2023-11-15T05:39:16.871504+0000 mon.smithi055 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9a3a15d-690c-459c-b5f9-476a1f55a729"}]: dispatch 2023-11-15T05:39:17.792 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:17 smithi055 conmon[82634]: audit 2023-11-15T05:39:16.875476+0000 mon.smithi055 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9a3a15d-690c-459c-b5f9-476a1f55a729"}]': finished 2023-11-15T05:39:17.792 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:17 smithi055 conmon[82634]: cluster 2023-11-15T05:39:16.875539+0000 mon.smithi055 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T05:39:17.792 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:17 smithi055 conmon[82634]: audit 2023-11-15T05:39:16.875659+0000 mon.smithi055 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:17.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:17 smithi055 conmon[82634]: audit 2023-11-15T05:39:16.875917+0000 mon.smithi055 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:17.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:17 smithi055 conmon[82634]: audit 2023-11-15T05:39:16.876068+0000 mon.smithi055 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:17.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:17 smithi055 conmon[82634]: audit 2023-11-15T05:39:16.876209+0000 mon.smithi055 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:17.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:17 smithi055 conmon[82634]: audit 2023-11-15T05:39:16.876349+0000 mon.smithi055 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:18.284 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1700026756,"num_remapped_pgs":0} 2023-11-15T05:39:18.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: cluster 2023-11-15T05:39:17.382781+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:39:18.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: .14182) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:18.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: audit 2023-11-15T05:39:17.766071+0000 mon.smithi055 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.55:0/2182605630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:18.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: audit 2023-11-15T05:39:17.800012+0000 mon.smithi055 (mon.0) 299 : audit [INF] from='client.? 172.21.15.55:0/669908359' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a3395a4-3af6-40e9-842b-711b851b53ef"}]: dispatch 2023-11-15T05:39:18.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: audit 2023-11-15T05:39:17.806772+0000 mon.smithi055 (mon.0) 300 : audit [INF] from='client.? 172.21.15.55:0/669908359' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a3395a4-3af6-40e9-842b-711b851b53ef"}]': finished 2023-11-15T05:39:18.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: cluster 2023-11-15T05:39:17.806825+0000 mon.smithi055 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T05:39:18.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: audit 2023-11-15T05:39:17.806954+0000 mon.smithi055 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:18.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: audit 2023-11-15T05:39:17.807240+0000 mon.smithi055 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:18.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: audit 2023-11-15T05:39:17.807398+0000 mon.smithi055 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:18.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: audit 2023-11-15T05:39:17.807560+0000 mon.smithi055 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:18.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: audit 2023-11-15T05:39:17.807727+0000 mon.smithi055 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:18.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: audit 2023-11-15T05:39:17.807885+0000 mon.smithi055 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:18.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:18 smithi055 conmon[82634]: audit 2023-11-15T05:39:17.987438+0000 mon.smithi078 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.78:0/62768477' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:18.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: cluster 2023-11-15T05:39:17.382781+0000 mgr.smithi055.asupmf (mgr.14182) 78 : 2023-11-15T05:39:18.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:18.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.766071+0000 mon.smithi055 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.55:0/2182605630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:18.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.800012+0000 mon.smithi055 (mon.0) 299 : audit [INF] from='client.? 172.21.15.55:0/669908359' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a3395a4-3af6-40e9-842b-711b851b53ef"}]: dispatch 2023-11-15T05:39:18.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.806772+0000 mon.smithi055 (mon.0) 300 : audit [INF] from='client.? 172.21.15.55:0/669908359' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a3395a4-3af6-40e9-842b-711b851b53ef"}]': finished 2023-11-15T05:39:18.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: cluster 2023-11-15T05:39:17.806825+0000 mon.smithi055 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T05:39:18.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.806954+0000 mon.smithi055 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:18.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.807240+0000 mon.smithi055 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:18.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.807398+0000 mon.smithi055 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:18.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.807560+0000 mon.smithi055 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:18.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.807727+0000 mon.smithi055 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:18.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.807885+0000 mon.smithi055 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:18.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: 2023-11-15T05:39:18.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:18 smithi078 conmon[86742]: audit 2023-11-15T05:39:17.987438+0000 mon.smithi078 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.78:0/62768477' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:19.286 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:19.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:19 smithi078 conmon[86742]: audit 2023-11-15T05:39:19.086283+0000 mon.smithi055 ( 2023-11-15T05:39:19.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:19 smithi078 conmon[86742]: mon.0) 308 : audit [DBG] from='client.? 172.21.15.55:0/1146295447' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:19.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:19 smithi055 conmon[82634]: audit 2023-11-15T05:39:19.086283+0000 mon.smithi055 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.55:0/1146295447' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:20.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:20 smithi055 conmon[82634]: cluster 2023-11-15T05:39:19.383016+0000 mgr.smithi055.asupmf (mgr.14182) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:20.603 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:20 smithi078 conmon[86742]: cluster 2023-11-15T05:39:19.383016+0000 mgr.smithi055.asupmf (mgr.14182) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:21.000 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:21.435 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1700026760,"num_remapped_pgs":0} 2023-11-15T05:39:21.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023-11-15T05:39:20.486229+0000 mon.smithi078 (mon.1) 2023-11-15T05:39:21.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: 9 : audit [INF] from='client.? 172.21.15.78:0/1531524778' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "052c4ce8-405e-4126-b4af-b39de8928560"}]: dispatch 2023-11-15T05:39:21.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023-11-15T05:39:20.486726+0000 mon.smithi055 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "052c4ce8-405e-4126-b4af-b39de8928560"}]: dispatch 2023-11-15T05:39:21.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:39:21.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: 11-15T05:39:20.490563+0000 2023-11-15T05:39:21.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: mon.smithi055 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "052c4ce8-405e-4126-b4af-b39de8928560"}]': finished 2023-11-15T05:39:21.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: cluster 2023 2023-11-15T05:39:21.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: -11-15T05:39:20 2023-11-15T05:39:21.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: .490627+0000 mon.smithi055 (mon.0) 311 : cluster 2023-11-15T05:39:21.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T05:39:21.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:39:21.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: T05:39:20.490723+0000 mon.smithi055 2023-11-15T05:39:21.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:21.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:21.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: -11-15T05:39:20 2023-11-15T05:39:21.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: .490991+0000 mon.smithi055 (mon.0) 313 : audit 2023-11-15T05:39:21.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:21.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023-11-15T 2023-11-15T05:39:21.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: 05:39:20.491137+0000 mon.smithi055 ( 2023-11-15T05:39:21.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:21.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:21.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: -11-15T05:39:20 2023-11-15T05:39:21.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: .491292+0000 mon.smithi055 (mon.0 2023-11-15T05:39:21.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: ) 315 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:21.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:21.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: -11-15T05:39: 2023-11-15T05:39:21.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: 20.491438+0000 mon.smithi055 (mon.0) 316 : 2023-11-15T05:39:21.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:21.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:39:21.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: T05:39:20.491588+0000 mon.smithi055 2023-11-15T05:39:21.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:21.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023-11-15T05:39:21.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: 2023-11-15T05:39: 2023-11-15T05:39:21.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: 20.491732+0000 mon.smithi055 (mon.0) 318 : 2023-11-15T05:39:21.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:21.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:21.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: 15T05:39:20.999430+0000 2023-11-15T05:39:21.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: mon.smithi055 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.55:0/3809402860' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:21.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:21 smithi078 conmon[86742]: 2023-11-15T05:39:21.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20.486229+0000 mon.smithi078 (mon.1) 9 : audit [INF] from='client.? 172.21.15.78:0/1531524778' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "052c4ce8-405e-4126-b4af-b39de8928560"}]: dispatch 2023-11-15T05:39:21.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20.486726+0000 mon.smithi055 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "052c4ce8-405e-4126-b4af-b39de8928560"}]: dispatch 2023-11-15T05:39:21.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20.490563+0000 mon.smithi055 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "052c4ce8-405e-4126-b4af-b39de8928560"}]': finished 2023-11-15T05:39:21.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: cluster 2023-11-15T05:39:20.490627+0000 mon.smithi055 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T05:39:21.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20.490723+0000 mon.smithi055 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:21.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20.490991+0000 mon.smithi055 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:21.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20.491137+0000 mon.smithi055 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:21.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20.491292+0000 mon.smithi055 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:21.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20 2023-11-15T05:39:21.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: .491438+0000 mon.smithi055 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:21.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20.491588+0000 mon.smithi055 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:21.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20.491732+0000 mon.smithi055 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:21.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:21 smithi055 conmon[82634]: audit 2023-11-15T05:39:20.999430+0000 mon.smithi055 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.55:0/3809402860' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:22.436 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: cluster 2023-11-15T05:39:21.383288+0000 mgr.smithi055.asupmf (mgr.14182) 80 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T05:39:21.655914+0000 mon.smithi055 (mon.0) 320 : audit [INF] from='client.? 172.21.15.55:0/2861442654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e16351d-e771-4e98-a62c-a3e926038f2c"}]: dispatch 2023-11-15T05:39:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T05:39:21.659584+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: 321 : audit [INF] from='client.? 172.21.15.55:0/2861442654' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e16351d-e771-4e98-a62c-a3e926038f2c"}]': finished 2023-11-15T05:39:22.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: cluster 2023-11 2023-11-15T05:39:22.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: -15T05:39:21.659645+0000 mon.smithi055 (mon.0) 322 : cluster 2023-11-15T05:39:22.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T05:39:22.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T05:39:21. 2023-11-15T05:39:22.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: 659761+0000 mon.smithi055 (mon.0) 323 : audit [DBG] 2023-11-15T05:39:22.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:22.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T05:39:22.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: 2023-11-15T05:39:21.660031+0000 mon.smithi055 (mon.0 2023-11-15T05:39:22.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: ) 324 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:22.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:39:22.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: 39:21.660233+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: 325 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T05:39 2023-11-15T05:39:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: :21.660399+0000 mon.smithi055 (mon.0) 326 2023-11-15T05:39:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T05:39:21 2023-11-15T05:39:22.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: .660571+0000 mon.smithi055 (mon.0) 327 : audit 2023-11-15T05:39:22.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:22.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T05:39:22.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: 2023-11-15T05:39:21.660736+0000 mon.smithi055 (mon 2023-11-15T05:39:22.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: .0) 328 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:22.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T 2023-11-15T05:39:22.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: 05:39:21.660917+0000 mon.smithi055 (mon.0 2023-11-15T05:39:22.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: ) 329 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:22.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:39:22.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: :39:21.661089+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:22.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: 330 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:22.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: audit 2023-11-15T05:39:21 2023-11-15T05:39:22.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: .662534+0000 mon.smithi078 (mon.1) 10 : audit 2023-11-15T05:39:22.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:22 smithi078 conmon[86742]: [DBG] from='client.? 172.21.15.78:0/2790784009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: cluster 2023-11-15T05:39:21.383288 2023-11-15T05:39:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 80 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.655914+0000 mon.smithi055 (mon.0) 320 : audit [INF] from='client.? 172.21.15.55:0/2861442654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e16351d-e771-4e98-a62c-a3e926038f2c"}]: dispatch 2023-11-15T05:39:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.659584+0000 mon.smithi055 (mon.0) 321 : audit [INF] from='client.? 172.21.15.55:0/2861442654' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e16351d-e771-4e98-a62c-a3e926038f2c"}]': finished 2023-11-15T05:39:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: cluster 2023-11-15T05:39:21.659645+0000 mon.smithi055 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T05:39:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.659761+0000 mon.smithi055 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.660031+0000 mon.smithi055 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:22.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.660233+0000 mon.smithi055 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:22.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.660399+0000 mon.smithi055 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:22.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.660571+0000 mon.smithi055 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:22.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.660736+0000 mon.smithi055 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:22.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.660917+0000 mon.smithi055 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:22.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.661089+0000 mon.smithi055 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:22.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:22 smithi055 conmon[82634]: audit 2023-11-15T05:39:21.662534+0000 mon.smithi078 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.78:0/2790784009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:23.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:23 smithi078 conmon[86742]: audit 2023-11-15T05:39:22.899998+0000 mon.smithi055 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.55:0/1598723833' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:23.789 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:23 smithi055 conmon[82634]: audit 2023-11-15T05:39:22.899998+0000 mon.smithi055 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.55:0/1598723833' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:39:24.172 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:24.494 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:24 smithi055 conmon[82634]: cluster 2023-11-15T05:39:23.383625+0000 mgr.smithi055.asupmf (mgr.14182) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:24.494 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:24 smithi055 conmon[82634]: audit 2023-11-15T05:39:24.172392+0000 mon.smithi055 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.55:0/3404564830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:24.495 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":0} 2023-11-15T05:39:24.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:24 smithi078 conmon[86742]: cluster 2023-11-15T05:39:23.383625+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:39:24.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:24 smithi078 conmon[86742]: 14182) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:24.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:24 smithi078 conmon[86742]: audit 2023-11-15T05:39:24.172392+0000 mon.smithi055 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.55:0/3404564830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:25.496 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:26.609 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:26 smithi055 conmon[82634]: cluster 2023-11-15T05:39:25.384014+0000 mgr.smithi055.asupmf (mgr.14182) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:26.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:26 smithi078 conmon[86742]: cluster 2023-11-15T05:39:25.384014+0000 mgr.smithi055.asupmf (mgr.14182) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:27.234 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:27.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:27 smithi055 conmon[82634]: audit 2023-11-15T05:39:26.688769+0000 mon.smithi055 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T05:39:27.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:27 smithi055 conmon[82634]: audit 2023-11-15T05:39:26.689399+0000 mon.smithi055 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:27.513 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:27 smithi055 conmon[82634]: cephadm 2023-11-15T05:39:26.689936+0000 mgr.smithi055.asupmf (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.0 on smithi078 2023-11-15T05:39:27.513 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:27 smithi055 conmon[82634]: audit 2023-11-15T05:39:27.233586+0000 mon.smithi055 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.55:0/932062124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:27.631 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:27 smithi078 conmon[86742]: audit 2023-11-15T05:39:26.688769+0000 mon.smithi055 2023-11-15T05:39:27.631 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:27 smithi078 conmon[86742]: (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T05:39:27.631 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:27 smithi078 conmon[86742]: audit 2023-11-15T05:39:26.689399+0000 mon.smithi055 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:27.632 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:27 smithi078 conmon[86742]: cephadm 2023-11-15T05:39:26.689936+0000 mgr.smithi055.asupmf (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.0 on smithi078 2023-11-15T05:39:27.632 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:27 smithi078 conmon[86742]: audit 2023-11-15T05:39:27.233586+0000 mon.smithi055 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.55:0/932062124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:28.048 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":0} 2023-11-15T05:39:28.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:28 smithi055 conmon[82634]: cluster 2023-11-15T05:39:27.384234+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:39:28.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:28 smithi055 conmon[82634]: ) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:28.731 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:28 smithi078 conmon[86742]: cluster 2023-11-15T05:39:27. 2023-11-15T05:39:28.731 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:28 smithi078 conmon[86742]: 384234+0000 mgr.smithi055.asupmf (mgr.14182) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:29.049 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:29.772 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:29 smithi055 conmon[82634]: audit 2023-11-15T05:39:29.025775+0000 mon.smithi055 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T05:39:29.772 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:29 smithi055 conmon[82634]: audit 2023-11-15T05:39:29.026380+0000 mon.smithi055 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:29.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:29 smithi078 conmon[86742]: audit 2023-11-15T05:39:29.025775+0000 mon.smithi055 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T05:39:29.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:29 smithi078 conmon[86742]: audit 2023-11-15T05:39:29.026380+0000 mon.smithi055 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:30.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:30 smithi078 conmon[86742]: cephadm 2023-11-15T05:39:29.026922+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:39:30.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:30 smithi078 conmon[86742]: ) 85 : cephadm [INF] Deploying daemon osd.1 on smithi055 2023-11-15T05:39:30.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:30 smithi078 conmon[86742]: cluster 2023-11-15T05:39:29.384467+0000 mgr.smithi055.asupmf (mgr.14182) 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:30.762 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:30 smithi055 conmon[82634]: cephadm 2023-11-15T05:39:29.026922+0000 mgr.smithi055.asupmf (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.1 on smithi055 2023-11-15T05:39:30.763 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:30 smithi055 conmon[82634]: cluster 2023-11-15T05:39:29.384467+0000 mgr.smithi055.asupmf (mgr.14182) 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:31.380 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:31.793 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":0} 2023-11-15T05:39:32.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:32 smithi078 conmon[86742]: audit 2023-11-15T05:39:31.244030+0000 mon.smithi055 (mon. 2023-11-15T05:39:32.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:32 smithi078 conmon[86742]: 0) 338 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:32.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:32 smithi078 conmon[86742]: audit 2023-11-15T05:39:31.244687+0000 mon.smithi055 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T05:39:32.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:32 smithi078 conmon[86742]: audit 2023-11-15T05:39:31.245338+0000 mon.smithi055 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:32.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:32 smithi078 conmon[86742]: cephadm 2023-11-15T05:39:31.245957+0000 mgr.smithi055.asupmf (mgr.14182) 87 : cephadm [INF] Deploying daemon osd.2 on smithi078 2023-11-15T05:39:32.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:32 smithi078 conmon[86742]: audit 2023-11-15T05:39:31.379887+0000 mon.smithi055 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.55:0/1534753513' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:32.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:32 smithi078 conmon[86742]: cluster 2023-11-15T05:39:31.384695+0000 mgr.smithi055.asupmf (mgr.14182) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:32.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:32 smithi055 conmon[82634]: audit 2023-11-15T05:39:31.244030 2023-11-15T05:39:32.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:32 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:32.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:32 smithi055 conmon[82634]: audit 2023-11-15T05:39:31.244687+0000 mon.smithi055 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T05:39:32.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:32 smithi055 conmon[82634]: audit 2023-11-15T05:39:31.245338+0000 mon.smithi055 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:32.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:32 smithi055 conmon[82634]: cephadm 2023-11-15T05:39:31.245957+0000 mgr.smithi055.asupmf (mgr.14182) 87 : cephadm [INF] Deploying daemon osd.2 on smithi078 2023-11-15T05:39:32.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:32 smithi055 conmon[82634]: audit 2023-11-15T05:39:31.379887+0000 mon.smithi055 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.55:0/1534753513' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:32.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:32 smithi055 conmon[82634]: cluster 2023-11-15T05:39:31.384695+0000 mgr.smithi055.asupmf (mgr.14182) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:32.794 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:34.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: cluster 2023-11-15T05:39:33.384895+0000 mgr.smithi055.asupmf (mgr.14182) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:34.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: audit 2023-11-15T05:39:34.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: 2023-11-15T05:39:34.079521+0000 mon.smithi055 (mon.0) 342 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:34.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: audit 2023-11-15T05:39:34.080223+0000 mon.smithi055 (mon.0) 343 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T05:39:34.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: audit 2023-11-15T05:39:34.080773+0000 mon.smithi055 2023-11-15T05:39:34.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:34.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:39:34.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: :39:34.385159+0000 mon.smithi078 (mon.1) 11 2023-11-15T05:39:34.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: : audit [INF] from='osd.0 [v2:172.21.15.78:6800/1470022600,v1:172.21.15.78:6801/1470022600]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:39:34.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: audit 2023-11-15T05:39: 2023-11-15T05:39:34.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: 34.385537+0000 mon.smithi055 (mon.0) 345 : audit 2023-11-15T05:39:34.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:34 smithi078 conmon[86742]: [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:39:34.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:34 smithi055 conmon[82634]: cluster 2023-11-15T05:39:33.384895+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:39:34.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:34 smithi055 conmon[82634]: .14182) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:34.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:34 smithi055 conmon[82634]: audit 2023-11-15T05:39:34.079521+0000 mon.smithi055 (mon.0) 342 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:34.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:34 smithi055 conmon[82634]: audit 2023-11-15T05:39:34.080223+0000 mon.smithi055 (mon.0) 343 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T05:39:34.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:34 smithi055 conmon[82634]: audit 2023-11-15T05:39:34.080773+0000 mon.smithi055 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:34.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:34 smithi055 conmon[82634]: audit 2023-11-15T05:39:34.385159+0000 mon.smithi078 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.78:6800/1470022600,v1:172.21.15.78:6801/1470022600]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:39:34.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:34 smithi055 conmon[82634]: audit 2023-11-15T05:39:34.385537+0000 mon.smithi055 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:39:34.881 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:35.530 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":0} 2023-11-15T05:39:35.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: cephadm 2023-11-15T05:39:34.081291+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:39:35.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 14182) 90 : cephadm [INF] Deploying daemon osd.3 on smithi055 2023-11-15T05:39:35.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023-11-15T05:39:34.880505+0000 mon.smithi055 (mon.0) 346 : 2023-11-15T05:39:35.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit [DBG] from='client.? 172.21.15.55:0/301983444' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:35.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:35.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: -11-15T05:39:35.085509+0000 mon.smithi055 (mon.0) 347 : audit 2023-11-15T05:39:35.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T05:39:35.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: cluster 2023-11-15T05:39 2023-11-15T05:39:35.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: :35.085564+0000 mon.smithi055 (mon.0) 348 : 2023-11-15T05:39:35.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T05:39:35.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:39:35.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: :39:35.085651+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:35.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 349 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:35.652 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023-11-15T 2023-11-15T05:39:35.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 05:39:35.085889+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:35.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 350 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:35.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:39:35.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 39:35.086045+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:35.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 351 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:35.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:39:35.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: :39:35.086178+0000 mon.smithi078 (mon.1) 2023-11-15T05:39:35.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 12 : audit [INF] from='osd.0 [v2:172.21.15.78:6800/1470022600,v1:172.21.15.78:6801/1470022600]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:35.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:39:35.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: :39:35.086248+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:35.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 352 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:35.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023-11-15T 2023-11-15T05:39:35.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 05:39:35.086443+0000 mon.smithi055 (mon.0 2023-11-15T05:39:35.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: ) 353 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:35.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023-11-15T 2023-11-15T05:39:35.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 05:39:35.086795+0000 mon.smithi055 (mon.0 2023-11-15T05:39:35.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: ) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:35.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:39:35.660 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: T05:39:35.087022+0000 mon.smithi055 (mon. 2023-11-15T05:39:35.660 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 0) 355 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:35.660 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:35.661 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 15T05:39:35.087173+0000 mon.smithi055 (mon 2023-11-15T05:39:35.661 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: .0) 356 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:35.661 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:39:35.662 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: 11-15T05:39:35.087366+0000 mon.smithi055 2023-11-15T05:39:35.662 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:35 smithi078 conmon[86742]: (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:35.732 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: cephadm 2023-11-15T05:39:34.081291+0000 mgr.smithi055.asupmf (mgr.14182) 90 : cephadm [INF] Deploying daemon osd.3 on smithi055 2023-11-15T05:39:35.732 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:34.880505+0000 mon.smithi055 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.55:0/301983444' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:35.732 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.085509+0000 mon.smithi055 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T05:39:35.733 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: cluster 2023-11-15T05:39:35.085564+0000 mon.smithi055 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T05:39:35.733 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.085651+0000 mon.smithi055 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:35.733 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.085889+0000 mon.smithi055 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:35.734 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.086045+0000 mon.smithi055 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:35.734 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.086178+0000 mon.smithi078 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.78:6800/1470022600,v1:172.21.15.78:6801/1470022600]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:35.734 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.086248+0000 mon.smithi055 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:35.734 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.086443+0000 mon.smithi055 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:35.735 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.086795+0000 mon.smithi055 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:35.735 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.087022+0000 mon.smithi055 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:35.735 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.087173+0000 mon.smithi055 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:35.736 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:35 smithi055 conmon[82634]: audit 2023-11-15T05:39:35.087366+0000 mon.smithi055 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:36.533 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:36.757 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: cluster 2023-11-15T05:39:35.385123+0000 mgr.smithi055.asupmf (mgr.14182) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:36.758 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.091142+0000 mon.smithi055 (mon.0) 358 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-15T05:39:36.758 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: cluster 2023-11-15T05:39:36.091262+0000 mon.smithi055 (mon.0) 359 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T05:39:36.758 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.091370+0000 mon.smithi055 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:36.758 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.091651+0000 mon.smithi055 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:36.759 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.091812+0000 mon.smithi055 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:36.759 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.092003+0000 mon.smithi055 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:36.759 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.092176+0000 mon.smithi055 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:36.759 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.092335+0000 mon.smithi055 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:36.759 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.092505+0000 mon.smithi055 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:36.760 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.092672+0000 mon.smithi055 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:36.760 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.094279+0000 mon.smithi055 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:36.760 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11-15T05:39:36.221865+0000 mon.smithi055 ( 2023-11-15T05:39:36.760 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: mon.0) 369 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:36.760 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:39:36.761 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: 15T05:39:36.222564+0000 mon.smithi055 ( 2023-11-15T05:39:36.761 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: mon.0) 370 : audit [INF] 2023-11-15T05:39:36.761 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T05:39:36.761 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: audit 2023-11 2023-11-15T05:39:36.761 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: -15T05:39:36. 2023-11-15T05:39:36.762 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: 223225+0000 mon.smithi055 (mon.0) 371 2023-11-15T05:39:36.762 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:36 smithi055 conmon[82634]: : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:36.855 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: cluster 2023-11-15T05:39:35.385123+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:39:36.855 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:39:36.856 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.091142+0000 mon.smithi055 (mon.0) 358 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-15T05:39:36.856 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: cluster 2023-11-15T05:39:36.091262+0000 mon.smithi055 (mon.0) 359 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T05:39:36.856 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.091370+0000 mon.smithi055 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:36.856 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.091651+0000 mon.smithi055 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:36.856 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.091812+0000 mon.smithi055 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:36.857 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.092003+0000 mon.smithi055 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:36.857 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.092176+0000 mon.smithi055 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:36.857 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.092335+0000 mon.smithi055 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:36.857 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.092505+0000 mon.smithi055 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:36.857 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.092672+0000 mon.smithi055 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:36.858 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.094279+0000 mon.smithi055 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:36.858 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.221865+0000 mon.smithi055 (mon.0) 369 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:36.858 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.222564+0000 mon.smithi055 2023-11-15T05:39:36.858 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: (mon.0) 370 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T05:39:36.858 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:36 smithi078 conmon[86742]: audit 2023-11-15T05:39:36.223225+0000 mon.smithi055 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:37.623 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: cluster 2023-11-15T05:39:35.390307+0000 osd.0 2023-11-15T05:39:37.624 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:37.624 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: cluster 2023-11-15T05:39:35.390357+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:37.624 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: cephadm 2023-11-15T05:39:36.223847+0000 mgr.smithi055.asupmf (mgr.14182) 92 : cephadm [INF] Deploying daemon osd.4 on smithi078 2023-11-15T05:39:37.624 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: cluster 2023-11-15T05:39:37.091170+0000 mon.smithi055 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.78:6800/1470022600,v1:172.21.15.78:6801/1470022600] boot 2023-11-15T05:39:37.624 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: cluster 2023-11-15T05:39:37.091221+0000 mon.smithi055 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T05:39:37.625 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: audit 2023-11-15T05:39:37.091349+0000 mon.smithi055 ( 2023-11-15T05:39:37.625 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:37.625 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: audit 2023-11-15T05:39:37.091819+0000 mon.smithi055 (mon.0 2023-11-15T05:39:37.625 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: ) 375 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:37.626 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: audit 2023-11-15T05:39:37 2023-11-15T05:39:37.626 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: .092089+0000 mon.smithi055 (mon.0) 376 : audit 2023-11-15T05:39:37.626 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:37.626 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: audit 2023-11-15T05:39:37 2023-11-15T05:39:37.626 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: .092328+0000 mon.smithi055 (mon.0) 377 : audit 2023-11-15T05:39:37.627 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:37.627 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: audit 2023-11-15T05:39: 2023-11-15T05:39:37.627 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: 37.092566+0000 mon.smithi055 (mon.0) 378 : 2023-11-15T05:39:37.627 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:37.627 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: audit 2023-11-15T05:39 2023-11-15T05:39:37.628 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: :37.092805+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:37.628 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: 379 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:37.628 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: audit 2023-11-15T05: 2023-11-15T05:39:37.628 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: 39:37.093056+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:37.628 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: 380 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:37.629 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: audit 2023-11-15T05 2023-11-15T05:39:37.629 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: :39:37.093315+0000 mon.smithi055 (mon.0 2023-11-15T05:39:37.629 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: ) 381 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:37.629 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: audit 2023-11-15T05:39:37.629 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: 2023-11-15T05:39 2023-11-15T05:39:37.630 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: :37.250162+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:37.630 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:37 smithi055 conmon[82634]: 382 : audit [INF] from='osd.1 [v2:172.21.15.55:6802/14260199,v1:172.21.15.55:6803/14260199]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T05:39:37.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: cluster 2023-11-15T05:39:35.390307+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:37.730 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: cluster 2023-11-15T05:39:35.390357+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:37.730 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: cephadm 2023-11-15T05:39:36.223847+0000 mgr.smithi055.asupmf (mgr.14182) 92 : cephadm [INF] Deploying daemon osd.4 on smithi078 2023-11-15T05:39:37.730 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: cluster 2023-11-15T05:39:37.091170+0000 mon.smithi055 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.78:6800/1470022600,v1:172.21.15.78:6801/1470022600] boot 2023-11-15T05:39:37.730 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: cluster 2023-11-15T05:39:37.091221+0000 mon.smithi055 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T05:39:37.731 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: audit 2023-11-15T05:39:37.091349+0000 mon.smithi055 (mon.0) 374 : 2023-11-15T05:39:37.731 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:39:37.731 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: audit 2023-11-15T05:39:37.091819+0000 mon.smithi055 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:37.731 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: audit 2023-11-15T05:39:37.092089+0000 mon.smithi055 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:37.732 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: audit 2023-11-15T05:39:37.092328+0000 mon.smithi055 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:37.732 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: audit 2023-11-15T05:39:37.092566+0000 mon.smithi055 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:37.732 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: audit 2023-11-15T05:39:37.092805+0000 mon.smithi055 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:37.732 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: audit 2023-11-15T05:39:37.093056+0000 mon.smithi055 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:37.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: audit 2023-11-15T05:39:37.093315+0000 mon.smithi055 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:37.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:37 smithi078 conmon[86742]: audit 2023-11-15T05:39:37.250162+0000 mon.smithi055 (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.55:6802/14260199,v1:172.21.15.55:6803/14260199]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T05:39:38.419 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:38.730 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: cluster 2023-11-15T05:39:37.385390+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:39:38.731 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: 14182) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:39:38.731 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: audit 2023-11-15T05:39:38.095703+0000 mon.smithi055 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.55:6802/14260199,v1:172.21.15.55:6803/14260199]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T05:39:38.731 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: cluster 2023-11-15T05:39:38.095778+0000 mon.smithi055 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T05:39:38.732 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: audit 2023-11-15T05:39:38.095918+0000 mon.smithi055 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:38.732 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: audit 2023-11-15T05:39:38.096246+0000 mon.smithi055 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:38.732 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: audit 2023-11-15T05:39:38.096435+0000 mon.smithi055 (mon.0) 387 : audit [INF] from='osd.1 [v2:172.21.15.55:6802/14260199,v1:172.21.15.55:6803/14260199]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-11-15T05:39:38.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: audit 2023-11-15T05:39:38.096651+0000 mon.smithi055 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:38.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: audit 2023-11-15T05:39:38.096806+0000 mon.smithi055 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:38.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: audit 2023-11-15T05:39:38.096974+0000 mon.smithi055 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:38.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: audit 2023-11-15T05:39:38.097146+0000 mon.smithi055 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:38.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: audit 2023-11-15T05:39:38.097302+0000 mon.smithi055 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:38.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:38 smithi078 conmon[86742]: audit 2023-11-15T05:39:38.418184+0000 mon.smithi055 (mon.0) 393 : audit [DBG] from='client.? 172.21.15.55:0/2348451980' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: cluster 2023-11-15T05:39:37.385390+0000 mgr.smithi055.asupmf 2023-11-15T05:39:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: (mgr.14182) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:39:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: audit 2023-11-15T05:39:38.095703+0000 mon.smithi055 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.55:6802/14260199,v1:172.21.15.55:6803/14260199]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T05:39:38.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: cluster 2023-11-15T05:39:38.095778+0000 mon.smithi055 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T05:39:38.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: audit 2023-11-15T05:39:38.095918+0000 mon.smithi055 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:38.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: audit 2023-11-15T05:39:38.096246+0000 mon.smithi055 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:38.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: audit 2023-11-15T05:39:38.096435+0000 mon.smithi055 (mon.0) 387 : audit [INF] from='osd.1 [v2:172.21.15.55:6802/14260199,v1:172.21.15.55:6803/14260199]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-11-15T05:39:38.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: audit 2023-11-15T05:39:38.096651+0000 mon.smithi055 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:38.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: audit 2023-11-15T05:39:38.096806+0000 mon.smithi055 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:38.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: audit 2023-11-15T05:39:38.096974+0000 mon.smithi055 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:38.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: audit 2023-11-15T05:39:38.097146+0000 mon.smithi055 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:38.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: audit 2023-11-15T05:39:38.097302+0000 mon.smithi055 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:38.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:38 smithi055 conmon[82634]: audit 2023-11-15T05:39:38.418184+0000 mon.smithi055 (mon.0) 393 : audit [DBG] from='client.? 172.21.15.55:0/2348451980' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:38.885 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1700026777,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":0} 2023-11-15T05:39:39.887 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39:39.097764+0000 mon.smithi055 ( 2023-11-15T05:39:40.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: mon.0) 394 : audit [INF] from='osd.1 [v2:172.21.15.55:6802/14260199,v1:172.21.15.55:6803/14260199]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-11-15T05:39:40.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: cluster 2023-11-15T05:39:39.097841+0000 mon.smithi055 (mon.0) 395 : cluster 2023-11-15T05:39:40.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T05:39:40.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:39:40.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: -15T05:39:39.097963+0000 mon.smithi055 (mon.0) 396 : audit 2023-11-15T05:39:40.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:40.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39:39.098292+0000 2023-11-15T05:39:40.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: mon.smithi055 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:40.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:39:40.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: -15T05:39:39.098748+0000 mon.smithi055 ( 2023-11-15T05:39:40.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:40.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39:39 2023-11-15T05:39:40.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: .098942+0000 mon.smithi055 (mon.0) 399 : audit 2023-11-15T05:39:40.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:40.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: 2023-11-15T05:39:39.099130+0000 mon.smithi055 (mon.0 2023-11-15T05:39:40.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: ) 400 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:40.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39 2023-11-15T05:39:40.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: :39.099405+0000 mon.smithi055 (mon.0) 401 2023-11-15T05:39:40.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:40.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39:39 2023-11-15T05:39:40.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: .099662+0000 mon.smithi055 (mon.0) 402 : audit 2023-11-15T05:39:40.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:40.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: 2023-11-15T05:39:39.101663+0000 mon.smithi055 (mon. 2023-11-15T05:39:40.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: 0) 403 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:40.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:39:40.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: :39:39.361093+0000 mon.smithi078 (mon.1) 13 : audit [INF] 2023-11-15T05:39:40.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: from='osd.2 [v2:172.21.15.78:6808/2740440635,v1:172.21.15.78:6809/2740440635]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:39:40.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: 2023-11-15T05:39:39.361503+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:39:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: cluster 2023-11-15T05: 2023-11-15T05:39:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: 39:39.385689+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:39:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:39:40.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39 2023-11-15T05:39:40.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: :39.837546+0000 mon.smithi055 (mon.0) 405 2023-11-15T05:39:40.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:40.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39 2023-11-15T05:39:40.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: :39.838214+0000 mon.smithi055 (mon.0) 406 2023-11-15T05:39:40.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T05:39:40.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: audit 2023-11-15T05:39: 2023-11-15T05:39:40.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: 39.838769+0000 mon.smithi055 (mon.0) 407 : audit 2023-11-15T05:39:40.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:40 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:40.471 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05 2023-11-15T05:39:40.472 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: :39:39.097764+0000 mon.smithi055 (mon.0) 394 : audit [INF] from='osd.1 [v2:172.21.15.55:6802/14260199,v1:172.21.15.55:6803/14260199]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-11-15T05:39:40.472 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: cluster 2023-11-15T05:39:39.097841+0000 mon.smithi055 (mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T05:39:40.472 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:39.097963+0000 mon.smithi055 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:40.472 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:39.098292+0000 mon.smithi055 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:40.472 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:39.098748+0000 mon.smithi055 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:40.473 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:39.098942+0000 mon.smithi055 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:40.473 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:39.099130+0000 mon.smithi055 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:40.473 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:39.099405+0000 mon.smithi055 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:40.473 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:39.099662+0000 mon.smithi055 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:40.474 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:39.101663+0000 mon.smithi055 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:40.474 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:39.361093+0000 mon.smithi078 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.78:6808/2740440635,v1:172.21.15.78:6809/2740440635]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:39:40.474 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:39. 2023-11-15T05:39:40.474 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: 361503+0000 mon.smithi055 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:39:40.474 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: cluster 2023-11-15T05:39:40.475 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: 2023-11-15T05:39:39.385689+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:39:40.475 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: ) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:39:40.475 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15 2023-11-15T05:39:40.475 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: T05:39:39.837546+0000 mon.smithi055 (mon.0) 405 2023-11-15T05:39:40.476 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:40.476 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.476 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: 2023-11-15T05:39:39.838214+0000 mon.smithi055 (mon.0) 406 : audit 2023-11-15T05:39:40.476 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T05:39:40.476 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:39:40.477 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:40 smithi055 conmon[82634]: 15T05:39:39.838769+0000 mon.smithi055 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: cluster 2023-11-15T05:39:38.210105+0000 osd.1 (osd.1 2023-11-15T05:39:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: ) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:41.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: cluster 2023-11-15T05:39:38.210190+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:41.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: cephadm 2023-11-15T05:39:39.839294+0000 mgr.smithi055.asupmf (mgr.14182) 95 : cephadm [INF] Deploying daemon osd.5 on smithi055 2023-11-15T05:39:41.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: cluster 2023-11-15T05:39:40.104069+0000 mon.smithi055 (mon.0) 408 : cluster [INF] osd.1 [v2:172.21.15.55:6802/14260199,v1:172.21.15.55:6803/14260199] boot 2023-11-15T05:39:41.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.104138+0000 mon.smithi055 (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T05:39:41.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: cluster 2023-11-15T05:39:40.104234+0000 mon.smithi055 (mon.0) 410 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-15T05:39:41.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.104954+0000 mon.smithi055 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:41.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.105252+0000 mon.smithi055 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:41.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.105456+0000 mon.smithi055 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:41.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.105664+0000 mon.smithi055 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:41.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.105845+0000 mon.smithi055 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:41.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.106014+0000 mon.smithi055 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:41.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.106186+0000 mon.smithi055 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:41.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.106856+0000 mon.smithi078 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.78:6808/2740440635,v1:172.21.15.78:6809/2740440635]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:41.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.107195+0000 mon.smithi055 (mon.0) 418 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:41.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.883829+0000 mon.smithi055 (mon.0) 419 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:41.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.884474+0000 mon.smithi055 (mon.0) 420 : 2023-11-15T05:39:41.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T05:39:41.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:41 smithi078 conmon[86742]: audit 2023-11-15T05:39:40.885069+0000 mon.smithi055 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:41.432 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: cluster 2023-11-15T05:39:38.210105+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:41.432 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: cluster 2023-11-15T05:39:38.210190+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:41.432 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: cephadm 2023-11-15T05:39:39.839294+0000 mgr.smithi055.asupmf (mgr.14182) 95 : cephadm [INF] Deploying daemon osd.5 on smithi055 2023-11-15T05:39:41.432 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: cluster 2023-11-15T05:39:40.104069+0000 mon.smithi055 (mon.0) 408 : cluster [INF] osd.1 [v2:172.21.15.55:6802/14260199,v1:172.21.15.55:6803/14260199] boot 2023-11-15T05:39:41.433 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.104138+0000 mon.smithi055 (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T05:39:41.433 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: cluster 2023-11-15T05:39:40.104234+0000 mon.smithi055 (mon.0) 410 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-15T05:39:41.433 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.104954+0000 mon.smithi055 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:39:41.433 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.105252+0000 mon.smithi055 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:41.433 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.105456+0000 mon.smithi055 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:41.434 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.105664+0000 mon.smithi055 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:41.434 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.105845+0000 mon.smithi055 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:41.434 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.106014+0000 mon.smithi055 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:41.434 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.106186+0000 mon.smithi055 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:41.434 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.106856+0000 mon.smithi078 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.78:6808/2740440635,v1:172.21.15.78:6809/2740440635]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:41.435 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.107195+0000 mon.smithi055 (mon.0) 418 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:41.435 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.883829+0000 mon.smithi055 (mon.0) 419 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:41.435 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.884474+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:41.435 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: 420 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T05:39:41.435 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: audit 2023-11-15T05:39:40.885069+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:41.436 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:41 smithi055 conmon[82634]: 421 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:42.016 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:42.263 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: cephadm 2023-11-15T05:39:40.885596+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:39:42.264 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: .14182) 96 : cephadm [INF] Deploying daemon osd.6 on smithi078 2023-11-15T05:39:42.264 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: audit 2023-11-15T05:39:41.105821+0000 mon.smithi055 (mon.0) 422 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-15T05:39:42.264 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: cluster 2023-11-15T05:39:41.105891+0000 mon.smithi055 (mon.0) 423 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T05:39:42.264 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: audit 2023-11-15T05:39:41.106264+0000 mon.smithi055 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:42.265 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: audit 2023-11-15T05:39:41.106503+0000 mon.smithi055 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:42.265 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: audit 2023-11-15T05:39:41.106645+0000 mon.smithi055 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:42.265 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: audit 2023-11-15T05:39:41.106792+0000 mon.smithi055 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:42.265 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: audit 2023-11-15T05:39:41.106990+0000 mon.smithi055 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:42.265 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: audit 2023-11-15T05:39:41.107123+0000 mon.smithi055 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:42.266 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: audit 2023-11-15T05:39:41.111810+0000 mon.smithi055 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:42.266 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: cluster 2023-11-15T05:39:41.386120+0000 mgr.smithi055.asupmf (mgr.14182) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T05:39:42.266 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:42 smithi055 conmon[82634]: audit 2023-11-15T05:39:42.015605+0000 mon.smithi055 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.55:0/1890896989' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:42.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: cephadm 2023-11-15T05:39:40.885596+0000 mgr.smithi055.asupmf (mgr.14182) 96 : cephadm [INF] Deploying daemon osd.6 on smithi078 2023-11-15T05:39:42.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: audit 2023-11-15T05:39:41.105821+0000 mon.smithi055 (mon.0) 422 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-15T05:39:42.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: cluster 2023-11-15T05:39:41.105891+0000 mon.smithi055 (mon.0) 423 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T05:39:42.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: audit 2023-11-15T05:39:41.106264+0000 mon.smithi055 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:42.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: audit 2023-11-15T05:39:41.106503+0000 mon.smithi055 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:42.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: audit 2023-11-15T05:39:41.106645+0000 mon.smithi055 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:42.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: audit 2023-11-15T05:39:41.106792+0000 mon.smithi055 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:42.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: audit 2023-11-15T05:39:41.106990+0000 mon.smithi055 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:42.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: audit 2023-11-15T05:39:41.107123+0000 mon.smithi055 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:42.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: audit 2023-11-15T05:39:41.111810+0000 mon.smithi055 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:42.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: cluster 2023-11-15T05:39:41.386120+0000 mgr.smithi055.asupmf (mgr.14182) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T05:39:42.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:42 smithi078 conmon[86742]: audit 2023-11-15T05:39:42.015605+0000 mon.smithi055 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.55:0/1890896989' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:42.635 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1700026780,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":0} 2023-11-15T05:39:43.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: cluster 2023-11-15T05: 2023-11-15T05:39:43.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 39:40.329238+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:43.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: cluster 2023-11-15T05:39:43.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 2023-11-15T05:39:40.329285+0000 2023-11-15T05:39:43.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: osd.2 (osd.2) 2 : cluster 2023-11-15T05:39:43.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: [DBG] purged_snaps scrub ok 2023-11-15T05:39:43.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:43.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 11-15T05:39:42.108947 2023-11-15T05:39:43.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 432 : 2023-11-15T05:39:43.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:43.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: cluster 2023- 2023-11-15T05:39:43.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 11-15T05:39:42.113653 2023-11-15T05:39:43.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 433 : cluster 2023-11-15T05:39:43.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: [INF] osd.2 [v2:172.21.15.78:6808/2740440635,v1:172.21.15.78:6809/2740440635] boot 2023-11-15T05:39:43.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: cluster 2023- 2023-11-15T05:39:43.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 11-15T05:39:42. 2023-11-15T05:39:43.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 113685+0000 mon.smithi055 (mon.0) 434 2023-11-15T05:39:43.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T05:39:43.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: audit 2023 2023-11-15T05:39:43.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: -11-15T05:39:42. 2023-11-15T05:39:43.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 114115+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:43.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 435 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:43.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:43.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 11-15T05:39:42 2023-11-15T05:39:43.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: .114492+0000 mon.smithi055 (mon.0) 436 2023-11-15T05:39:43.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:43.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: audit 2023-11-15T05:39:43.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 2023-11-15T 2023-11-15T05:39:43.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 05:39:42.114708+0000 mon.smithi055 2023-11-15T05:39:43.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: (mon.0) 437 : audit 2023-11-15T05:39:43.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:43.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: audit 2023-11-15T05:39:43.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 2023-11-15T05:39: 2023-11-15T05:39:43.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 42.118600+0000 mon.smithi055 (mon.0) 438 : audit 2023-11-15T05:39:43.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:43.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: audit 2023 2023-11-15T05:39:43.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: -11-15T05:39:42 2023-11-15T05:39:43.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: .118806+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:43.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 439 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:43.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: audit 2023 2023-11-15T05:39:43.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: -11-15T05:39:42 2023-11-15T05:39:43.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: .118984+0000 mon.smithi055 (mon. 2023-11-15T05:39:43.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 0) 440 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:43.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 2023-11-15T05:39:43.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:43.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 11-15T05:39:42 2023-11-15T05:39:43.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: .119199+0000 mon.smithi055 (mon. 2023-11-15T05:39:43.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 0) 441 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T05:39:43.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: 2023-11-15T05:39:43.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: audit 2023 2023-11-15T05:39:43.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: -11-15T05:39 2023-11-15T05:39:43.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: :43.006389+0000 mon.smithi055 (mon 2023-11-15T05:39:43.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: .0) 442 : audit [INF] 2023-11-15T05:39:43.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:43 smithi055 conmon[82634]: from='osd.3 [v2:172.21.15.55:6810/1859359224,v1:172.21.15.55:6811/1859359224]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T05:39:43.375 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: cluster 2023-11-15T05:39:40.329238+0000 osd.2 (osd.2) 2023-11-15T05:39:43.375 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:43.375 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: cluster 2023-11-15T05:39:40.329285+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:43.376 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: audit 2023-11-15T05:39:42.108947+0000 mon.smithi055 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:43.376 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: cluster 2023-11-15T05:39:42.113653+0000 mon.smithi055 (mon.0) 433 : cluster [INF] osd.2 [v2:172.21.15.78:6808/2740440635,v1:172.21.15.78:6809/2740440635] boot 2023-11-15T05:39:43.376 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: cluster 2023-11-15T05:39:42.113685+0000 mon.smithi055 (mon.0) 434 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T05:39:43.376 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: audit 2023-11-15T05:39:42.114115+0000 mon.smithi055 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:39:43.377 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: audit 2023-11-15T05:39:42.114492+0000 mon.smithi055 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:43.377 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: audit 2023-11-15T05:39:42.114708+0000 mon.smithi055 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:43.377 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: audit 2023-11-15T05:39:42.118600+0000 mon.smithi055 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:43.378 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: audit 2023-11-15T05:39:42.118806+0000 mon.smithi055 (mon.0 2023-11-15T05:39:43.378 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: ) 439 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:43.378 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: audit 2023-11-15T05:39:42.118984+0000 mon.smithi055 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:43.378 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: audit 2023-11-15T05:39:42.119199+0000 mon.smithi055 (mon.0) 441 : audit [INF] 2023-11-15T05:39:43.379 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T05:39:43.379 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:43.379 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: 15T05:39:43.006389+0000 mon.smithi055 (mon.0) 442 : audit 2023-11-15T05:39:43.379 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:43 smithi078 conmon[86742]: [INF] from='osd.3 [v2:172.21.15.55:6810/1859359224,v1:172.21.15.55:6811/1859359224]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T05:39:43.636 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:44.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023-11-15T05:39:43.132406+0000 mon.smithi055 (mon.0) 443 : audit 2023-11-15T05:39:44.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T05:39:44.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023-11-15T05:39:43.132476+0000 mon.smithi055 (mon.0) 444 : audit [INF] from='osd.3 [v2:172.21.15.55:6810/1859359224,v1:172.21.15.55:6811/1859359224]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T05:39:44.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: cluster 2023-11-15T05:39:43. 2023-11-15T05:39:44.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: 132543+0000 mon.smithi055 (mon.0) 445 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T05:39:44.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023-11-15T05:39:43.132697+0000 mon.smithi055 (mon.0) 446 : audit [DBG] 2023-11-15T05:39:44.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:44.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023-11-15T05:39:43.133067+0000 2023-11-15T05:39:44.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: mon.smithi055 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:44.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:39:44.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: 11-15T05:39:43.133314+0000 mon.smithi055 (mon.0) 448 : audit [INF] from='osd.3 [v2:172.21.15.55:6810/1859359224,v1:172.21.15.55:6811/1859359224]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-11-15T05:39:44.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023-11-15T05:39:43.133567+0000 2023-11-15T05:39:44.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: mon.smithi055 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:44.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023-11-15T05:39:43.133822+0000 2023-11-15T05:39:44.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: mon.smithi055 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:44.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023-11-15T05:39:43.134004+0000 mon.smithi055 2023-11-15T05:39:44.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:44.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023-11-15T05:39:43.134633+0000 mon.smithi055 2023-11-15T05:39:44.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: (mon.0) 452 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T05:39:44.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: cluster 2023-11-15T05:39: 2023-11-15T05:39:44.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: 43.386438+0000 mgr.smithi055.asupmf (mgr.14182) 98 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:39:44.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023-11-15T05:39 2023-11-15T05:39:44.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: :44.017151+0000 mon.smithi078 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.78:6816/1146438437,v1:172.21.15.78:6817/1146438437]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:39:44.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.017562+0000 mon.smithi055 (mon. 2023-11-15T05:39:44.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:44 smithi078 conmon[86742]: 0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:39:44.408 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:43 2023-11-15T05:39:44.408 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: .132406+0000 mon.smithi055 (mon.0) 443 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T05:39:44.408 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:43.132476+0000 mon.smithi055 (mon.0) 444 : audit [INF] from='osd.3 [v2:172.21.15.55:6810/1859359224,v1:172.21.15.55:6811/1859359224]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T05:39:44.408 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: cluster 2023-11-15T05:39:43.132543+0000 mon.smithi055 (mon.0) 445 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T05:39:44.409 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:43.132697+0000 mon.smithi055 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:44.409 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:43.133067+0000 mon.smithi055 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:44.409 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:43.133314+0000 mon.smithi055 (mon.0) 448 : audit [INF] from='osd.3 [v2:172.21.15.55:6810/1859359224,v1:172.21.15.55:6811/1859359224]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-11-15T05:39:44.409 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:43.133567+0000 mon.smithi055 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:44.410 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:43.133822+0000 mon.smithi055 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:44.410 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:43.134004+0000 mon.smithi055 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:44.410 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:43.134633+0000 mon.smithi055 (mon.0) 452 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T05:39:44.410 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: cluster 2023-11-15T05:39:43.386438+0000 mgr.smithi055.asupmf (mgr.14182) 98 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:39:44.410 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.411 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: 2023-11-15T05:39:44.017151+0000 mon.smithi078 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.78:6816/1146438437,v1:172.21.15.78:6817/1146438437]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:39:44.411 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.017562+0000 mon.smithi055 2023-11-15T05:39:44.411 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:44 smithi055 conmon[82634]: (mon.0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:39:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.138614+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:45.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: 454 : audit [INF] from='osd.3 [v2:172.21.15.55:6810/1859359224,v1:172.21.15.55:6811/1859359224]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-11-15T05:39:45.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.138737+0000 mon.smithi055 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T05:39:45.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:45.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: 15T05:39:44.138808+0000 mon.smithi055 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T05:39:45.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: cluster 2023-11-15T05:39:44 2023-11-15T05:39:45.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: .138875+0000 mon.smithi055 (mon.0) 457 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T05:39:45.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.139381+0000 mon.smithi055 (mon.0 2023-11-15T05:39:45.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: ) 458 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:45.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.139424+0000 mon.smithi078 (mon.1) 16 : audit 2023-11-15T05:39:45.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: [INF] from='osd.4 [v2:172.21.15.78:6816/1146438437,v1:172.21.15.78:6817/1146438437]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:45.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.139623+0000 mon.smithi055 (mon 2023-11-15T05:39:45.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: .0) 459 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:45.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.140241+0000 mon.smithi055 (mon 2023-11-15T05:39:45.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: .0) 460 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:45.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.140448+0000 mon.smithi055 (mon 2023-11-15T05:39:45.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: .0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:45.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.145376+0000 mon.smithi055 ( 2023-11-15T05:39:45.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:45.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.145624+0000 2023-11-15T05:39:45.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: mon.smithi055 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:45.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:44.145808+0000 2023-11-15T05:39:45.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: mon.smithi055 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:45.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:45.136843+0000 mon.smithi055 ( 2023-11-15T05:39:45.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-15T05:39:45.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: cluster 2023-11-15T05:39:45.136960+0000 mon.smithi055 (mon 2023-11-15T05:39:45.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: .0) 466 : cluster [INF] osd.3 [v2:172.21.15.55:6810/1859359224,v1:172.21.15.55:6811/1859359224] boot 2023-11-15T05:39:45.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: cluster 2023-11-15T05:39:45.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: 2023-11-15T05:39:45.136994+0000 mon.smithi055 (mon.0) 467 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-15T05:39:45.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:39:45.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: 39:45.137313+0000 mon.smithi055 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:45.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: 2023-11-15T05:39:45.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:45.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: 2023-11-15T05:39:45 2023-11-15T05:39:45.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: .137575+0000 mon.smithi055 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:45.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:39:45.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: 11-15T05:39:45.137768+0000 mon.smithi055 2023-11-15T05:39:45.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:45.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:39:45.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: 11-15T05:39:45.137947+0000 2023-11-15T05:39:45.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: mon.smithi055 (mon.0) 471 : audit 2023-11-15T05:39:45.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:45.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:45.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: 2023-11-15T05:39:45.138115 2023-11-15T05:39:45.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 472 : audit [DBG] 2023-11-15T05:39:45.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:45.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: audit 2023-11-15T05:39:45 2023-11-15T05:39:45.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: .139972+0000 mon.smithi055 (mon.0) 473 : audit 2023-11-15T05:39:45.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:45 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:45.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.138614+0000 mon.smithi055 (mon.0) 454 : audit [INF] from='osd.3 [v2:172.21.15.55:6810/1859359224,v1:172.21.15.55:6811/1859359224]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-11-15T05:39:45.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.138737+0000 mon.smithi055 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T05:39:45.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.138808+0000 mon.smithi055 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T05:39:45.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: cluster 2023-11-15T05:39:44.138875+0000 mon.smithi055 (mon.0) 457 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T05:39:45.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.139381+0000 mon.smithi055 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:45.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.139424+0000 mon.smithi078 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.78:6816/1146438437,v1:172.21.15.78:6817/1146438437]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:45.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.139623+0000 mon.smithi055 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:45.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.140241+0000 mon.smithi055 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:45.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.140448+0000 mon.smithi055 (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:45.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:44.145376+0000 mon.smithi055 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:45.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023 2023-11-15T05:39:45.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: -11-15T05:39:44.145624+0000 mon.smithi055 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:45.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05: 2023-11-15T05:39:45.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: 39:44.145808+0000 mon.smithi055 (mon.0) 464 : audit 2023-11-15T05:39:45.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:45.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:39:45.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: 15T05:39:45.136843+0000 2023-11-15T05:39:45.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: mon.smithi055 (mon.0) 465 : audit [INF] 2023-11-15T05:39:45.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-15T05:39:45.557 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: cluster 2023-11-15 2023-11-15T05:39:45.558 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: T05:39:45.136960+0000 2023-11-15T05:39:45.558 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: mon.smithi055 (mon.0) 466 : cluster [INF] 2023-11-15T05:39:45.558 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: osd.3 [v2:172.21.15.55:6810/1859359224,v1:172.21.15.55:6811/1859359224] boot 2023-11-15T05:39:45.558 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: cluster 2023-11-15 2023-11-15T05:39:45.558 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: T05:39:45.136994+0000 2023-11-15T05:39:45.559 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: mon.smithi055 (mon.0) 467 : cluster [DBG] 2023-11-15T05:39:45.559 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: osdmap e24: 8 total, 4 up, 8 in 2023-11-15T05:39:45.559 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:39:45.559 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: 15T05:39:45.137313+0000 2023-11-15T05:39:45.559 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: mon.smithi055 (mon.0) 468 : audit [DBG] 2023-11-15T05:39:45.560 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:39:45.560 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:45.560 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: 2023-11-15T05:39:45.137575+0000 mon.smithi055 (mon. 2023-11-15T05:39:45.561 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: 0) 469 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:45.564 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:45.565 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: 2023-11-15T05:39:45.137768 2023-11-15T05:39:45.565 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 470 : audit [DBG] 2023-11-15T05:39:45.565 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:45.565 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:39:45.565 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: 15T05:39:45.137947+0000 mon.smithi055 (mon 2023-11-15T05:39:45.566 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: .0) 471 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:45.566 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:45.566 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: 2023-11-15T05:39 2023-11-15T05:39:45.566 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: :45.138115+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:45.566 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: 472 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:45.567 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: audit 2023-11-15T05:39:45.567 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: 2023-11-15T05:39 2023-11-15T05:39:45.567 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: :45.139972+0000 mon.smithi055 (mon.0 2023-11-15T05:39:45.567 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:45 smithi055 conmon[82634]: ) 473 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:45.663 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:46.088 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":24,"num_osds":8,"num_up_osds":4,"osd_up_since":1700026785,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":1} 2023-11-15T05:39:46.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: cluster 2023-11-15T05:39:43.957795+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:46.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: cluster 2023-11-15T05:39:43.957841+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:46.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: cluster 2023-11-15T05:39:45.386760+0000 mgr.smithi055.asupmf (mgr.14182) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T05:39:46.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: audit 2023-11-15T05:39:45.648650+0000 mon.smithi055 (mon.0) 474 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:46.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: audit 2023-11-15T05:39:45.662410+0000 mon.smithi055 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.55:0/4206404978' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:46.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: audit 2023-11-15T05:39:45.746282+0000 mon.smithi055 (mon.0) 476 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:46.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: audit 2023-11-15T05:39:45.747108+0000 mon.smithi055 (mon 2023-11-15T05:39:46.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: .0) 477 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T05:39:46.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: audit 2023-11-15T05:39:45.747716+0000 mon.smithi055 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:46.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: cephadm 2023-11-15T05:39:45.748255+0000 mgr.smithi055.asupmf (mgr.14182) 100 : cephadm [INF] Deploying daemon osd.7 on smithi055 2023-11-15T05:39:46.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: cluster 2023-11-15T05:39:46.138711+0000 mon.smithi055 (mon.0) 479 : cluster [INF] osd.4 [v2:172.21.15.78:6816/1146438437,v1:172.21.15.78:6817/1146438437] boot 2023-11-15T05:39:46.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: cluster 2023-11-15T05:39:46.138742+0000 mon.smithi055 (mon.0) 480 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-11-15T05:39:46.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: audit 2023-11-15T05:39:46.138883+0000 mon.smithi055 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:46.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: audit 2023-11-15T05:39:46.139342+0000 mon.smithi055 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:46.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: audit 2023-11-15T05:39:46.139634+0000 mon.smithi055 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:46.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:46 smithi078 conmon[86742]: audit 2023-11-15T05:39:46.139875+0000 mon.smithi055 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:46.778 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: cluster 2023-11-15T05:39:43.957795+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:46.779 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: cluster 2023-11-15T05:39:43.957841+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:46.779 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: cluster 2023-11-15T05:39:45.386760+0000 mgr.smithi055.asupmf (mgr.14182) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T05:39:46.779 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: audit 2023-11-15T05:39:45.648650+0000 mon.smithi055 (mon.0) 474 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:46.779 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: audit 2023-11-15T05:39:45.662410+0000 mon.smithi055 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.55:0/4206404978' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:46.779 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: audit 2023-11-15 2023-11-15T05:39:46.780 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: T05:39:45.746282+0000 mon.smithi055 (mon.0) 476 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:46.780 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: audit 2023-11-15T05:39:45.747108+0000 mon.smithi055 (mon.0) 477 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T05:39:46.780 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: audit 2023-11-15T05:39:45.747716+0000 mon.smithi055 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:46.780 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: cephadm 2023-11-15T05:39:45.748255+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:39:46.780 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: ) 100 : cephadm [INF] Deploying daemon osd.7 on smithi055 2023-11-15T05:39:46.781 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: cluster 2023-11-15T05 2023-11-15T05:39:46.781 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: :39:46.138711+0000 mon.smithi055 (mon.0) 479 : cluster 2023-11-15T05:39:46.781 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: [INF] osd.4 [v2:172.21.15.78:6816/1146438437,v1:172.21.15.78:6817/1146438437] boot 2023-11-15T05:39:46.781 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: cluster 2023-11-15T05:39:46.781 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: 2023-11-15T 2023-11-15T05:39:46.781 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: 05:39:46.138742+0000 mon.smithi055 (mon. 2023-11-15T05:39:46.782 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: 0) 480 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-11-15T05:39:46.782 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:46.782 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: 11-15T05:39:46.138883+0000 2023-11-15T05:39:46.782 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: mon.smithi055 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:39:46.782 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: 2023-11-15T05:39:46.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: audit 2023-11-15T05:39:46.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: 2023-11-15T05:39:46.139342 2023-11-15T05:39:46.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:46.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: audit 2023-11-15T05:39:46.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: 2023-11-15T05:39: 2023-11-15T05:39:46.784 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: 46.139634+0000 mon.smithi055 (mon.0) 483 2023-11-15T05:39:46.784 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:46.784 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: audit 2023-11 2023-11-15T05:39:46.784 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: -15T05:39:46.139875+0000 mon.smithi055 2023-11-15T05:39:46.784 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:46 smithi055 conmon[82634]: (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:47.090 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: cluster 2023-11-15T05:39: 2023-11-15T05:39:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: 44.981574+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: cluster 2023-11-15T05:39:44.981652+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: cluster 2023-11-15T05:39:47. 2023-11-15T05:39:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: 139760+0000 mon.smithi055 (mon.0) 485 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-11-15T05:39:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:47.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: 11-15T05:39:47.139916+0000 mon.smithi055 ( 2023-11-15T05:39:47.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:47.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: audit 2023-11-15T05:39:47.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: 2023-11-15T05:39:47. 2023-11-15T05:39:47.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: 140289+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:47.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: 487 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:47.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:47.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: 11-15T05:39:47.140542+0000 mon.smithi055 2023-11-15T05:39:47.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: (mon.0) 488 : audit 2023-11-15T05:39:47.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:47 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:47.962 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:47 smithi078 conmon[86742]: cluster 2023-11-15T05:39:44.981574+0000 2023-11-15T05:39:47.962 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:47 smithi078 conmon[86742]: osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:47.962 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:47 smithi078 conmon[86742]: cluster 2023-11-15T05:39:44.981652+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:47.963 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:47 smithi078 conmon[86742]: cluster 2023-11-15T05:39:47.139760+0000 mon.smithi055 (mon.0) 485 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-11-15T05:39:47.963 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:47 smithi078 conmon[86742]: audit 2023-11-15T05:39:47.139916+0000 mon.smithi055 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:47.963 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:47 smithi078 conmon[86742]: audit 2023-11-15T05:39:47.140289+0000 mon.smithi055 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:47.963 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:47 smithi078 conmon[86742]: audit 2023-11-15T05:39:47.140542+0000 mon.smithi055 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:48.756 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:48 smithi055 conmon[82634]: cluster 2023-11-15T05:39:47.387196 2023-11-15T05:39:48.757 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:48 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:39:48.757 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:48 smithi055 conmon[82634]: audit 2023-11-15T05:39:48.228109+0000 mon.smithi055 (mon.0) 489 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:49.146 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:49.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:48 smithi078 conmon[86742]: cluster 2023-11-15T05:39:47.387196+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:39:49.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:48 smithi078 conmon[86742]: ) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:39:49.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:48 smithi078 conmon[86742]: audit 2023-11-15T05:39:48.228109+0000 mon.smithi055 (mon.0) 489 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:49.645 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":27,"num_osds":8,"num_up_osds":5,"osd_up_since":1700026786,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":0} 2023-11-15T05:39:50.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: cluster 2023-11-15T05:39:48.655368+0000 mon.smithi055 2023-11-15T05:39:50.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: (mon.0) 490 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-15T05:39:50.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: audit 2023-11-15T05:39:48.656113+0000 mon.smithi055 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:50.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: audit 2023-11-15T05:39:48.656270+0000 mon.smithi055 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:50.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: audit 2023-11-15T05:39:48.656421+0000 mon.smithi055 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:50.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: audit 2023-11-15T05:39:48.750413+0000 mon.smithi078 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.78:6824/481285118,v1:172.21.15.78:6825/481285118]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:39:50.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: audit 2023-11-15T05:39:48. 2023-11-15T05:39:50.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: 750733+0000 mon.smithi055 (mon.0) 494 : audit [INF] 2023-11-15T05:39:50.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:39:50.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: audit 2023-11-15T05:39:50.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: 2023-11-15T05:39:48.938119+0000 mon.smithi078 (mon.1 2023-11-15T05:39:50.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: ) 18 : audit [INF] from='osd.5 [v2:172.21.15.55:6818/152895057,v1:172.21.15.55:6819/152895057]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T05:39:50.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: audit 2023-11-15T05: 2023-11-15T05:39:50.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: 39:48.938584+0000 mon.smithi055 (mon.0) 495 : 2023-11-15T05:39:50.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T05:39:50.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: audit 2023-11-15T05:39:49. 2023-11-15T05:39:50.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: 145803+0000 mon.smithi055 (mon.0) 496 : audit 2023-11-15T05:39:50.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:49 smithi055 conmon[82634]: [DBG] from='client.? 172.21.15.55:0/1980218781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:50.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: cluster 2023-11-15T05:39:48.655368+0000 mon.smithi055 (mon.0) 490 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-15T05:39:50.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: 2023-11-15T05:39:50.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: audit 2023-11-15T05:39:48.656113+0000 mon.smithi055 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:50.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:39:50.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: 39:48.656270+0000 mon.smithi055 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:50.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: audit 2023-11-15T05:39:50.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: 2023-11-15T05:39:48 2023-11-15T05:39:50.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: .656421+0000 mon.smithi055 (mon.0) 493 2023-11-15T05:39:50.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:50.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:50.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: 15T05:39:48.750413+0000 mon.smithi078 (mon 2023-11-15T05:39:50.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: .1) 17 : audit [INF] from='osd.6 [v2:172.21.15.78:6824/481285118,v1:172.21.15.78:6825/481285118]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:39:50.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:39:50.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: 11-15T05:39:48.750733+0000 2023-11-15T05:39:50.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: mon.smithi055 (mon.0) 494 : audit [INF] 2023-11-15T05:39:50.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:39:50.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: audit 2023-11-15T05:39:50.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: 2023-11-15T05:39: 2023-11-15T05:39:50.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: 48.938119+0000 mon.smithi078 (mon.1) 2023-11-15T05:39:50.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: 18 : audit [INF] from='osd.5 [v2:172.21.15.55:6818/152895057,v1:172.21.15.55:6819/152895057]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T05:39:50.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:50.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: -11-15T05:39:48.938584+0000 mon.smithi055 (mon 2023-11-15T05:39:50.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: .0) 495 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T05:39:50.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:39:50.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: 11-15T05:39:49.145803+0000 2023-11-15T05:39:50.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: mon.smithi055 (mon.0) 496 : audit 2023-11-15T05:39:50.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:49 smithi078 conmon[86742]: [DBG] from='client.? 172.21.15.55:0/1980218781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:50.646 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:51.000 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: cluster 2023-11-15T05:39:49 2023-11-15T05:39:51.000 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: .387612+0000 mgr.smithi055.asupmf (mgr.14182) 102 : cluster [DBG] pgmap v75: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:39:51.001 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: audit 2023-11-15T05:39:49.665971+0000 mon.smithi055 (mon.0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T05:39:51.001 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: audit 2023-11-15T05:39:49.666041+0000 mon.smithi055 (mon.0) 498 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T05:39:51.001 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: cluster 2023-11-15T05:39:49.666082+0000 mon.smithi055 (mon.0) 499 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T05:39:51.001 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: audit 2023-11-15T05:39:49.666193+0000 mon.smithi055 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:51.002 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: audit 2023-11-15T05:39:49.666599+0000 mon.smithi055 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:51.002 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: audit 2023-11-15T05:39:49.666769+0000 mon.smithi055 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:51.002 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: audit 2023-11-15T05:39:49.666791+0000 mon.smithi078 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.78:6824/481285118,v1:172.21.15.78:6825/481285118]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:51.002 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: audit 2023-11-15T 2023-11-15T05:39:51.003 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: 05:39:49.667168+0000 mon.smithi078 (mon.1) 2023-11-15T05:39:51.003 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: 20 : audit [INF] from='osd.5 [v2:172.21.15.55:6818/152895057,v1:172.21.15.55:6819/152895057]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-11-15T05:39:51.003 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: audit 2023-11-15T05: 2023-11-15T05:39:51.003 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: 39 2023-11-15T05:39:51.003 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: :49. 2023-11-15T05:39:51.004 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: 667171+0000 mon.smithi055 (mon.0) 503 : audit 2023-11-15T05:39:51.004 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:51.004 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:39:51.004 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: 11-15T05:39:49.667506+0000 mon.smithi055 ( 2023-11-15T05:39:51.005 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:50 smithi055 conmon[82634]: mon.0) 504 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-11-15T05:39:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: cluster 2023-11-15T05:39:49.387612+0000 mgr.smithi055.asupmf (mgr.14182) 102 : cluster [DBG] pgmap v75: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:39:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: 2023-11-15T05:39:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: audit 2023-11-15T05:39:49.665971+0000 mon.smithi055 (mon.0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T05:39:51.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: audit 2023-11-15T05:39:49.666041+0000 mon.smithi055 (mon.0) 498 : audit 2023-11-15T05:39:51.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T05:39:51.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: cluster 2023-11-15T05:39:49.666082+0000 2023-11-15T05:39:51.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: mon.smithi055 (mon.0) 499 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T05:39:51.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: audit 2023-11-15T05:39:49.666193+0000 mon.smithi055 2023-11-15T05:39:51.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:51.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:39:51.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: 15T05:39:49.666599+0000 mon.smithi055 (mon.0 2023-11-15T05:39:51.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: ) 501 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:51.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: audit 2023-11-15T05:39: 2023-11-15T05:39:51.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: 49.666769+0000 mon.smithi055 (mon.0) 502 : audit [DBG] 2023-11-15T05:39:51.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:51.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: audit 2023-11-15T05:39:49.666791+0000 2023-11-15T05:39:51.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: mon.smithi078 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.78:6824/481285118,v1:172.21.15.78:6825/481285118]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:51.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:39:51.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: -15T05:39:49.667168+0000 mon.smithi078 (mon 2023-11-15T05:39:51.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: .1) 20 : audit [INF] from='osd.5 [v2:172.21.15.55:6818/152895057,v1:172.21.15.55:6819/152895057]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-11-15T05:39:51.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: audit 2023-11-15T 2023-11-15T05:39:51.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: 05:39:49.667171+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:51.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-15T05:39:51.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: audit 2023-11-15T05:39 2023-11-15T05:39:51.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: :49.667506+0000 mon.smithi055 (mon.0) 504 : 2023-11-15T05:39:51.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:50 smithi078 conmon[86742]: audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-11-15T05:39:51.782 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: audit 2023-11-15T05:39:50.667870+0000 mon.smithi055 (mon.0 2023-11-15T05:39:51.782 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: ) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-15T05:39:51.782 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: audit 2023-11-15T05:39:50.667998+0000 mon.smithi055 (mon.0 2023-11-15T05:39:51.782 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: ) 506 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-11-15T05:39:51.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: cluster 2023-11-15T05:39 2023-11-15T05:39:51.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: :50.668120+0000 mon.smithi055 (mon.0) 507 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-15T05:39:51.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: audit 2023-11-15T05:39:51.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: 2023-11-15T05:39:50.668553+0000 mon.smithi055 (mon. 2023-11-15T05:39:51.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: 0) 508 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:51.784 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: audit 2023-11-15T05:39:50 2023-11-15T05:39:51.784 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: .668985+0000 mon.smithi055 (mon.0) 509 : audit 2023-11-15T05:39:51.784 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:51.784 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: audit 2023-11-15T05:39:50.669275+0000 mon.smithi055 (mon. 2023-11-15T05:39:51.784 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: 0) 510 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:51.785 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: audit 2023-11-15T05:39:50.674213+0000 mon.smithi055 ( 2023-11-15T05:39:51.785 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: mon.0) 511 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:51.785 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: audit 2023-11-15T05:39:50.674453+0000 2023-11-15T05:39:51.785 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: mon.smithi055 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:51.785 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: audit 2023-11-15T05:39:51.202264 2023-11-15T05:39:51.786 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:51 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:52.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: audit 2023-11-15T05:39:50.667870+0000 mon.smithi055 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-15T05:39:52.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: 2023-11-15T05:39:52.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: audit 2023-11-15T05:39:50.667998+0000 mon.smithi055 (mon.0) 506 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-11-15T05:39:52.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: cluster 2023-11-15T05:39:50.668120+0000 mon.smithi055 (mon.0) 507 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-15T05:39:52.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: audit 2023-11-15T05:39:50.668553+0000 mon.smithi055 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:52.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: audit 2023-11-15T05:39:50. 2023-11-15T05:39:52.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: 668985+0000 mon.smithi055 (mon.0) 509 : audit [DBG] 2023-11-15T05:39:52.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:52.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: audit 2023-11-15T05:39:52.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: 2023-11-15T05:39: 2023-11-15T05:39:52.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: 50.669275+0000 mon.smithi055 (mon.0) 2023-11-15T05:39:52.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: 510 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:52.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:39:52.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: -15T05:39:50.674213+0000 mon.smithi055 2023-11-15T05:39:52.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: (mon.0) 511 : audit [DBG] 2023-11-15T05:39:52.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:52.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:52.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: -11-15T05:39:50. 2023-11-15T05:39:52.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: 674453+0000 mon.smithi055 (mon.0) 512 : audit 2023-11-15T05:39:52.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:52.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:39:52.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: -15T05:39:51.202264+0000 2023-11-15T05:39:52.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: mon.smithi055 (mon.0) 513 : audit 2023-11-15T05:39:52.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:51 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:52.436 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:52.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: cluster 2023-11-15T05:39:49.789647+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:52.794 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: cluster 2023-11-15T05:39:49.789691+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:52.794 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: cluster 2023-11-15T05:39:49.890356+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:52.794 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: cluster 2023-11-15T05:39:49.890406+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:52.794 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: cluster 2023-11-15T05:39:51.387992+0000 mgr.smithi055.asupmf (mgr.14182) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:39:52.794 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: audit 2023-11-15T05:39:51.676629+0000 mon.smithi055 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:52.795 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: audit 2023-11-15T05:39:51.676965+0000 mon.smithi055 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:52.795 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: cluster 2023-11-15T05:39:51.683158+0000 mon.smithi055 (mon.0) 516 : cluster [INF] osd.5 [v2:172.21.15.55:6818/152895057,v1:172.21.15.55:6819/152895057] boot 2023-11-15T05:39:52.795 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: cluster 2023-11-15T05:39:51.683214+0000 mon.smithi055 (mon.0) 517 : cluster [INF] osd.6 [v2:172.21.15.78:6824/481285118,v1:172.21.15.78:6825/481285118] boot 2023-11-15T05:39:52.795 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: cluster 2023-11-15T05:39:51.683253+0000 mon.smithi055 (mon.0) 518 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-11-15T05:39:52.795 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: audit 2023-11-15T05:39:51.683357+0000 mon.smithi055 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:52.796 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: audit 2023-11-15T05:39:51.683668+0000 mon.smithi055 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:52.796 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: audit 2023-11-15T05:39:51.683876+0000 mon.smithi055 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:52.796 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:52 smithi055 conmon[82634]: audit 2023-11-15T05:39:52.434847+0000 mon.smithi055 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.55:0/1596287783' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: cluster 2023-11-15T05:39:49.789647+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: cluster 2023-11-15T05:39:49.789691+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: cluster 2023-11-15T05:39:49.890356+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:53.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: cluster 2023-11-15T05:39:53.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: 2023-11-15T05:39:49.890406+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:53.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: cluster 2023-11 2023-11-15T05:39:53.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: -15T05:39:51.387992+0000 mgr.smithi055.asupmf (mgr.14182) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T05:39:53.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: audit 2023-11-15T05:39:51.676629+0000 mon.smithi055 (mon 2023-11-15T05:39:53.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: .0) 514 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:53.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: audit 2023-11-15T05:39:51.676965+0000 mon.smithi055 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:53.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: cluster 2023-11-15T05:39:51.683158+0000 mon.smithi055 (mon.0) 516 2023-11-15T05:39:53.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: : cluster [INF] osd.5 [v2:172.21.15.55:6818/152895057,v1:172.21.15.55:6819/152895057] boot 2023-11-15T05:39:53.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: cluster 2023-11- 2023-11-15T05:39:53.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: 15T05:39:51.683214+0000 mon.smithi055 (mon.0) 517 : cluster [INF] osd.6 [v2:172.21.15.78:6824/481285118,v1:172.21.15.78:6825/481285118] boot 2023-11-15T05:39:53.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: cluster 2023-11-15T05:39:51. 2023-11-15T05:39:53.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: 683253+0000 mon.smithi055 (mon.0) 518 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-11-15T05:39:53.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:39:53.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: T05:39:51.683357+0000 mon.smithi055 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:39:53.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: audit 2023-11-15T05:39:51.683668+0000 mon.smithi055 (mon.0 2023-11-15T05:39:53.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: ) 520 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:39:53.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: audit 2023-11-15T05:39:53.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: 2023-11-15T05:39:51.683876+0000 mon.smithi055 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:53.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: audit 2023-11-15T05:39:52 2023-11-15T05:39:53.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:52 smithi078 conmon[86742]: .434847+0000 mon.smithi055 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.55:0/1596287783' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:53.259 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":30,"num_osds":8,"num_up_osds":7,"osd_up_since":1700026791,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":0} 2023-11-15T05:39:54.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:53 smithi055 conmon[82634]: cluster 2023-11-15T05:39:52.684719+0000 mon.smithi055 (mon.0) 523 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-11-15T05:39:54.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:53 smithi055 conmon[82634]: audit 2023-11-15T05:39:52.684862+0000 mon.smithi055 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:54.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:53 smithi078 conmon[86742]: cluster 2023-11-15T05:39:52.684719+0000 mon.smithi055 (mon.0) 523 : cluster [DBG] 2023-11-15T05:39:54.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:53 smithi078 conmon[86742]: osdmap e31: 8 total, 7 up, 8 in 2023-11-15T05:39:54.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:53 smithi078 conmon[86742]: audit 2023-11-15T05:39:52.684862+0000 mon.smithi055 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:54.261 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:54.777 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:54 smithi055 conmon[82634]: cluster 2023-11-15T05:39:53.388456+0000 mgr.smithi055.asupmf (mgr.14182) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:39:54.778 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:54 smithi055 conmon[82634]: audit 2023-11-15T05:39:54.343383+0000 mon.smithi055 (mon.0) 525 : audit [INF] from='osd.7 [v2:172.21.15.55:6826/4272961046,v1:172.21.15.55:6827/4272961046]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T05:39:54.778 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:54 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:39:54.778 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:54 smithi055 conmon[82634]: 15T05:39:54.490302+0000 mon.smithi055 (mon.0) 526 : audit [INF] 2023-11-15T05:39:54.778 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:54 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:54.778 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:54 smithi055 conmon[82634]: audit 2023-11-15T05:39:54.779 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:54 smithi055 conmon[82634]: 2023-11-15T05:39:54.493129+0000 mon.smithi055 2023-11-15T05:39:54.779 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:54 smithi055 conmon[82634]: (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:39:55.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: cluster 2023-11-15T05:39:53.388456+0000 2023-11-15T05:39:55.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:39:55.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: audit 2023-11-15T05:39:54 2023-11-15T05:39:55.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: .343383+0000 mon.smithi055 (mon.0) 525 : audit [INF] from='osd.7 [v2:172.21.15.55:6826/4272961046,v1:172.21.15.55:6827/4272961046]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T05:39:55.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: 2023-11-15T05:39:55.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: audit 2023 2023-11-15T05:39:55.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: -11-15T05:39:54 2023-11-15T05:39:55.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: .490302+0000 mon.smithi055 (mon.0 2023-11-15T05:39:55.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: ) 526 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:55.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:39:55.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: 39:54.493129+0000 mon.smithi055 (mon. 2023-11-15T05:39:55.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:54 smithi078 conmon[86742]: 0) 527 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:39:55.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:55 smithi055 conmon[82634]: audit 2023-11-15T05:39:54.712657+0000 mon.smithi055 (mon.0) 528 : audit [INF] from='osd.7 [v2:172.21.15.55:6826/4272961046,v1:172.21.15.55:6827/4272961046]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T05:39:55.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:55 smithi055 conmon[82634]: cluster 2023-11-15T05:39:54.712731+0000 mon.smithi055 (mon.0) 529 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-15T05:39:55.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:55 smithi055 conmon[82634]: audit 2023-11-15T05:39:54.712855+0000 mon.smithi055 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:55.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:55 smithi055 conmon[82634]: audit 2023-11-15T05:39:54.713288+0000 mon.smithi055 (mon.0) 531 : audit [INF] from='osd.7 [v2:172.21.15.55:6826/4272961046,v1:172.21.15.55:6827/4272961046]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-11-15T05:39:56.007 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:39:56.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:55 smithi078 conmon[86742]: audit 2023-11-15T05:39:54.712657+0000 mon.smithi055 (mon.0) 528 : audit [INF] from='osd.7 [v2:172.21.15.55:6826/4272961046,v1:172.21.15.55:6827/4272961046]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T05:39:56.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:55 smithi078 conmon[86742]: cluster 2023-11-15T05:39:54.712731+0000 mon.smithi055 (mon.0) 529 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-15T05:39:56.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:55 smithi078 conmon[86742]: audit 2023-11-15T05:39:54.712855+0000 mon.smithi055 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:56.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:55 smithi078 conmon[86742]: audit 2023-11-15T05:39:54.713288+0000 mon.smithi055 (mon.0) 531 : audit [INF] from='osd.7 [v2:172.21.15.55:6826/4272961046,v1:172.21.15.55:6827/4272961046]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-11-15T05:39:56.525 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":33,"num_osds":8,"num_up_osds":7,"osd_up_since":1700026791,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":0} 2023-11-15T05:39:56.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:56 smithi055 conmon[82634]: cluster 2023-11-15T05:39:55.388804+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:39:56.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:56 smithi055 conmon[82634]: 105 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:39:56.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:56 smithi055 conmon[82634]: audit 2023-11-15T05:39:55.718535+0000 mon.smithi055 (mon.0) 532 : audit [INF] from='osd.7 [v2:172.21.15.55:6826/4272961046,v1:172.21.15.55:6827/4272961046]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-11-15T05:39:56.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:56 smithi055 conmon[82634]: cluster 2023-11-15T05:39:55.718623+0000 mon.smithi055 (mon.0) 533 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T05:39:56.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:56 smithi055 conmon[82634]: audit 2023-11-15T05:39:55.719066+0000 mon.smithi055 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:56.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:56 smithi055 conmon[82634]: audit 2023-11-15T05:39:55.722289+0000 mon.smithi055 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:56.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:56 smithi055 conmon[82634]: audit 2023-11-15T05:39:56.006956+0000 mon.smithi055 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.55:0/1145393215' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:56.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:56 smithi055 conmon[82634]: cluster 2023-11-15T05:39:56.272843+0000 mon.smithi055 (mon.0) 537 : cluster [INF] osd.7 [v2:172.21.15.55:6826/4272961046,v1:172.21.15.55:6827/4272961046] boot 2023-11-15T05:39:56.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:56 smithi055 conmon[82634]: cluster 2023-11-15T05:39:56.272878+0000 mon.smithi055 (mon.0) 538 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-15T05:39:56.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:56 smithi055 conmon[82634]: audit 2023-11-15T05:39:56.275895+0000 mon.smithi055 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:57.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: cluster 2023-11-15T05:39:55.388804+0000 mgr.smithi055.asupmf (mgr.14182) 105 : cluster 2023-11-15T05:39:57.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:39:57.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: audit 2023-11-15T05:39:55.718535+0000 mon.smithi055 (mon.0) 532 : audit [INF] from='osd.7 [v2:172.21.15.55:6826/4272961046,v1:172.21.15.55:6827/4272961046]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-11-15T05:39:57.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: cluster 2023-11-15T05:39:55.718623+0000 mon.smithi055 (mon.0) 533 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T05:39:57.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: audit 2023-11-15T05:39:55.719066+0000 mon.smithi055 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:57.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: audit 2023-11-15T05:39:55.722289+0000 mon.smithi055 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:57.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: audit 2023-11-15T05:39:56.006956+0000 mon.smithi055 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.55:0/1145393215' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:39:57.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: cluster 2023-11-15T05:39:56 2023-11-15T05:39:57.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: .272843+0000 mon.smithi055 (mon.0) 537 : cluster [INF] osd.7 [v2:172.21.15.55:6826/4272961046,v1:172.21.15.55:6827/4272961046] boot 2023-11-15T05:39:57.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: cluster 2023-11-15T05:39:57.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: 2023-11-15T05:39:56. 2023-11-15T05:39:57.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: 272878+0000 mon.smithi055 (mon.0) 538 : 2023-11-15T05:39:57.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-15T05:39:57.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:39:57.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: -15T05:39:56.275895+0000 mon.smithi055 (mon 2023-11-15T05:39:57.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: .0) 539 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:39:57.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:56 smithi078 conmon[86742]: 2023-11-15T05:39:57.527 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:39:58.410 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:58 smithi055 conmon[82634]: cluster 2023-11-15T05:39:55.373605+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:58.410 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:58 smithi055 conmon[82634]: cluster 2023-11-15T05:39:55.373656+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:58.411 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:58 smithi055 conmon[82634]: cluster 2023-11-15T05:39:57.274547+0000 mon.smithi055 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-15T05:39:58.411 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:58 smithi055 conmon[82634]: cluster 2023-11-15T05:39:57.389119+0000 mgr.smithi055.asupmf (mgr.14182) 106 : cluster [DBG] pgmap v87: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:58.411 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:58 smithi055 conmon[82634]: audit 2023-11-15T05:39:57.395236+0000 mon.smithi055 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:58.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:58 smithi078 conmon[86742]: cluster 2023-11-15T05:39:55.373605+0000 osd.7 (osd.7) 2023-11-15T05:39:58.569 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:58 smithi078 conmon[86742]: 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:39:58.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:58 smithi078 conmon[86742]: cluster 2023-11-15T05:39:55.373656+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:39:58.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:58 smithi078 conmon[86742]: cluster 2023-11-15T05:39:57.274547+0000 mon.smithi055 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-15T05:39:58.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:58 smithi078 conmon[86742]: cluster 2023-11-15T05:39:57.389119+0000 mgr.smithi055.asupmf (mgr.14182) 106 : cluster [DBG] pgmap v87: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:58.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:58 smithi078 conmon[86742]: audit 2023-11-15T05:39:57.395236+0000 mon.smithi055 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:39:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:59 smithi078 conmon[86742]: cluster 2023-11-15T05:39:58.281506+0000 mon.smithi055 (mon.0) 542 : cluster 2023-11-15T05:39:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:39:59 smithi078 conmon[86742]: [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-15T05:39:59.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:59 smithi055 conmon[82634]: cluster 2023-11-15T05:39:58. 2023-11-15T05:39:59.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:39:59 smithi055 conmon[82634]: 281506+0000 mon.smithi055 (mon.0) 542 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-15T05:39:59.735 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:40:00.226 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":36,"num_osds":8,"num_up_osds":8,"osd_up_since":1700026796,"num_in_osds":8,"osd_in_since":1700026761,"num_remapped_pgs":0} 2023-11-15T05:40:00.227 INFO:tasks.cephadm:Setting up client nodes... 2023-11-15T05:40:00.227 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T05:40:00.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:00 smithi055 conmon[82634]: cluster 2023-11-15T05:39:59.389428+0000 mgr.smithi055.asupmf (mgr.14182) 107 : cluster [DBG] pgmap v89: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:00.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:00 smithi055 conmon[82634]: audit 2023-11-15T05:39:59.734907+0000 mon.smithi055 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.55:0/4143051604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:40:00.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:00 smithi055 conmon[82634]: cluster 2023-11-15T05:40:00.000154+0000 mon.smithi055 (mon.0) 544 : cluster [INF] overall HEALTH_OK 2023-11-15T05:40:00.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:00 smithi078 conmon[86742]: cluster 2023-11-15T05:39:59.389428+0000 mgr.smithi055.asupmf (mgr.14182) 107 : cluster [DBG] pgmap v89: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:00.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:00 smithi078 conmon[86742]: audit 2023-11-15T05:39:59.734907+0000 mon.smithi055 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.55:0/4143051604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:40:00.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:00 smithi078 conmon[86742]: cluster 2023-11-15T05:40:00.000154+0000 mon.smithi055 (mon.0) 544 : cluster [INF] overall HEALTH_OK 2023-11-15T05:40:02.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:01 smithi055 conmon[82634]: cephadm 2023-11-15T05:40:00.792705+0000 mgr.smithi055.asupmf ( 2023-11-15T05:40:02.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:01 smithi055 conmon[82634]: mgr.14182) 108 : cephadm [INF] Detected new or changed devices on smithi078 2023-11-15T05:40:02.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:01 smithi055 conmon[82634]: audit 2023-11-15T05:40:00.797887+0000 mon.smithi055 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:02.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:01 smithi055 conmon[82634]: audit 2023-11-15T05:40:01.193517+0000 mon.smithi055 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:02.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:01 smithi055 conmon[82634]: audit 2023-11-15T05:40:01.194182+0000 mon.smithi055 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:02.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:01 smithi055 conmon[82634]: audit 2023-11-15T05:40:01.194729+0000 mon.smithi055 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:02.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:01 smithi055 conmon[82634]: audit 2023-11-15T05:40:01.195292+0000 mon.smithi055 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:02.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:01 smithi055 conmon[82634]: audit 2023-11-15T05:40:01.199822+0000 mon.smithi055 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:02.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:01 smithi055 conmon[82634]: audit 2023-11-15T05:40:01.300376+0000 mon.smithi055 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:02.092 INFO:teuthology.orchestra.run.smithi055.stdout:[client.0] 2023-11-15T05:40:02.093 INFO:teuthology.orchestra.run.smithi055.stdout: key = AQCyWVRl6wc7BRAADDX2CI86UXn9AqsVxd474w== 2023-11-15T05:40:02.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:01 smithi078 conmon[86742]: cephadm 2023-11-15T05:40:00.792705+0000 mgr.smithi055.asupmf (mgr.14182) 108 : cephadm 2023-11-15T05:40:02.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:01 smithi078 conmon[86742]: [INF] Detected new or changed devices on smithi078 2023-11-15T05:40:02.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:01 smithi078 conmon[86742]: audit 2023-11-15T05:40:00.797887+0000 mon.smithi055 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:02.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:01 smithi078 conmon[86742]: audit 2023-11-15T05:40:01.193517+0000 mon.smithi055 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:02.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:01 smithi078 conmon[86742]: audit 2023-11-15T05:40:01.194182+0000 mon.smithi055 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:02.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:01 smithi078 conmon[86742]: audit 2023-11-15T05:40:01.194729+0000 mon.smithi055 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:02.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:01 smithi078 conmon[86742]: audit 2023-11-15T05:40:01.195292+0000 mon.smithi055 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:02.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:01 smithi078 conmon[86742]: audit 2023-11-15T05:40:01.199822+0000 mon.smithi055 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:02.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:01 smithi078 conmon[86742]: audit 2023-11-15T05:40:01.300376+0000 mon.smithi055 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:02.787 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T05:40:02.787 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-15T05:40:02.787 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-15T05:40:02.830 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T05:40:03.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:02 smithi055 conmon[82634]: cephadm 2023-11-15T05:40:01.195720+0000 mgr.smithi055.asupmf (mgr.14182) 109 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 4004M 2023-11-15T05:40:03.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:02 smithi055 conmon[82634]: cluster 2023-11-15T05:40:01.389737+0000 mgr.smithi055.asupmf (mgr.14182) 110 : cluster [DBG] pgmap v90: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:03.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:02 smithi055 conmon[82634]: audit 2023-11-15T05:40:02.087594+0000 mon.smithi055 (mon.0) 552 : audit [INF] from='client.? 172.21.15.55:0/1003524353' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:40:03.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:02 smithi055 conmon[82634]: audit 2023-11-15T05:40:02.092249+0000 mon.smithi055 (mon.0) 553 : audit [INF] from='client.? 172.21.15.55:0/1003524353' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:40:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:02 smithi078 conmon[86742]: cephadm 2023-11-15T05:40:01.195720+0000 mgr.smithi055.asupmf (mgr.14182) 109 : cephadm [INF] 2023-11-15T05:40:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:02 smithi078 conmon[86742]: Adjusting osd_memory_target on smithi078 to 4004M 2023-11-15T05:40:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:02 smithi078 conmon[86742]: cluster 2023-11-15T05:40:01.389737+0000 mgr.smithi055.asupmf (mgr.14182) 110 : cluster [DBG] pgmap v90: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:02 smithi078 conmon[86742]: audit 2023-11-15T05:40:02.087594+0000 mon.smithi055 (mon.0 2023-11-15T05:40:03.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:02 smithi078 conmon[86742]: ) 552 : audit [INF] from='client.? 172.21.15.55:0/1003524353' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:40:03.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:02 smithi078 conmon[86742]: audit 2023-11-15T05:40:02.092249+0000 mon.smithi055 (mon.0) 553 : audit [INF] from='client.? 172.21.15.55:0/1003524353' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:40:04.722 INFO:teuthology.orchestra.run.smithi078.stdout:[client.1] 2023-11-15T05:40:04.722 INFO:teuthology.orchestra.run.smithi078.stdout: key = AQC0WVRl+VXSKhAAt6zzaSXgZSHI6kRH3Q+DQQ== 2023-11-15T05:40:05.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:04 smithi055 conmon[82634]: cluster 2023-11-15T05:40:03.390053+0000 mgr.smithi055.asupmf (mgr.14182) 111 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:05.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:04 smithi055 conmon[82634]: audit 2023-11-15T05:40:04.717819+0000 mon.smithi078 (mon.1) 21 : audit [INF] from='client.? 172.21.15.78:0/2105247788' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:40:05.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:04 smithi055 conmon[82634]: audit 2023-11-15T05:40:04.718271+0000 mon.smithi055 (mon.0) 554 : 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-11-15T05:40:05.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:04 smithi055 conmon[82634]: audit 2023-11-15T05:40:04.721661+0000 mon.smithi055 (mon.0) 555 : 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-11-15T05:40:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:04 smithi078 conmon[86742]: cluster 2023-11-15T05:40:03.390053+0000 mgr.smithi055.asupmf (mgr.14182) 111 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:04 smithi078 conmon[86742]: audit 2023-11-15T05:40:04.717819+0000 mon.smithi078 (mon.1) 21 : audit [INF] from='client.? 172.21.15.78:0/2105247788' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:40:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:04 smithi078 conmon[86742]: audit 2023-11-15T05:40:04.718271+0000 mon.smithi055 (mon.0) 554 : 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-11-15T05:40:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:04 smithi078 conmon[86742]: audit 2023-11-15T05:40:04.721661+0000 mon.smithi055 (mon.0) 555 : 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-11-15T05:40:05.269 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T05:40:05.270 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-15T05:40:05.270 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-15T05:40:05.313 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:40:06.094 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:06.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: cephadm 2023-11-15T05:40:05.083681+0000 2023-11-15T05:40:06.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 112 : cephadm [INF] Detected new or changed devices on smithi055 2023-11-15T05:40:06.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.089283+0000 mon.smithi055 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:06.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.090341+0000 mon.smithi055 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:06.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.090971+0000 mon.smithi055 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:06.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.091528+0000 mon.smithi055 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:06.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.092085+0000 mon.smithi055 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:06.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: cephadm 2023-11-15T05:40:05.092544+0000 mgr.smithi055.asupmf (mgr.14182) 113 : cephadm [INF] Adjusting osd_memory_target on smithi055 to 3237M 2023-11-15T05:40:06.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.097090+0000 mon.smithi055 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:06.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.097885+0000 mon.smithi055 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:40:06.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.098538+0000 mon.smithi055 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:40:06.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.102378+0000 mon.smithi055 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:06.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.105972+0000 mon.smithi055 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:40:06.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.108870+0000 mon.smithi055 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:40:06.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.109761+0000 mon.smithi055 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:40:06.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.109980+0000 mon.smithi055 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:40:06.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: audit 2023-11-15T05:40:05.110511+0000 mon.smithi055 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:40:06.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: cluster 2023-11-15T05:40:05.390369+0000 mgr.smithi055.asupmf (mgr.14182) 114 : cluster 2023-11-15T05:40:06.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:06 smithi078 conmon[86742]: [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:06.209 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: cephadm 2023-11-15T05:40:05. 2023-11-15T05:40:06.209 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: 083681+0000 mgr.smithi055.asupmf (mgr.14182) 112 : cephadm [INF] Detected new or changed devices on smithi055 2023-11-15T05:40:06.209 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.089283+0000 mon.smithi055 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:06.209 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.090341+0000 mon.smithi055 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:06.210 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.090971+0000 mon.smithi055 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:06.210 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.091528+0000 mon.smithi055 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:06.210 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.092085+0000 mon.smithi055 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:40:06.210 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: cephadm 2023-11-15T05:40:05.092544+0000 mgr.smithi055.asupmf (mgr.14182) 113 : cephadm [INF] Adjusting osd_memory_target on smithi055 to 3237M 2023-11-15T05:40:06.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.097090+0000 mon.smithi055 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:06.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.097885+0000 mon.smithi055 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:40:06.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.098538+0000 mon.smithi055 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:40:06.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.102378+0000 mon.smithi055 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:06.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.105972+0000 mon.smithi055 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:40:06.212 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40:05.108870+0000 mon.smithi055 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:40:06.212 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05:40 2023-11-15T05:40:06.212 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: :05.109761+0000 mon.smithi055 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:40:06.212 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023 2023-11-15T05:40:06.212 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: -11-15T05:40:05.109980+0000 mon.smithi055 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:40:06.213 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: audit 2023-11-15T05 2023-11-15T05:40:06.213 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: :40:05.110511+0000 mon.smithi055 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:40:06.213 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: cluster 2023-11-15T05:40:05.390369 2023-11-15T05:40:06.213 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:06 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:07.977 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:40:07.978 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":36,"fsid":"cfa6e0e4-8378-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:36:16.900751+0000","modified":"2023-11-15T05:39:58.267888+0000","last_up_change":"2023-11-15T05:39:56.264650+0000","last_in_change":"2023-11-15T05:39:21.656467+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-11-15T05:39:42.569216+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":"27","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":"f9341a14-230a-44eb-91ab-16d9b253131f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6800","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6801","nonce":1470022600}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6803","nonce":1470022600}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6807","nonce":1470022600}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6805","nonce":1470022600}]},"public_addr":"172.21.15.78:6801/1470022600","cluster_addr":"172.21.15.78:6803/1470022600","heartbeat_back_addr":"172.21.15.78:6807/1470022600","heartbeat_front_addr":"172.21.15.78:6805/1470022600","state":["exists","up"]},{"osd":1,"uuid":"c125add4-cde2-4268-baa3-a9f7a77dec6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6803","nonce":14260199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6805","nonce":14260199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6809","nonce":14260199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6807","nonce":14260199}]},"public_addr":"172.21.15.55:6803/14260199","cluster_addr":"172.21.15.55:6805/14260199","heartbeat_back_addr":"172.21.15.55:6809/14260199","heartbeat_front_addr":"172.21.15.55:6807/14260199","state":["exists","up"]},{"osd":2,"uuid":"ba6cb469-c172-4a57-91cb-bfc59bd215f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6809","nonce":2740440635}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6810","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6811","nonce":2740440635}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6814","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6815","nonce":2740440635}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6812","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6813","nonce":2740440635}]},"public_addr":"172.21.15.78:6809/2740440635","cluster_addr":"172.21.15.78:6811/2740440635","heartbeat_back_addr":"172.21.15.78:6815/2740440635","heartbeat_front_addr":"172.21.15.78:6813/2740440635","state":["exists","up"]},{"osd":3,"uuid":"cfe0d56f-8284-46ee-834c-b58a228d4631","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6811","nonce":1859359224}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6813","nonce":1859359224}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6817","nonce":1859359224}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6815","nonce":1859359224}]},"public_addr":"172.21.15.55:6811/1859359224","cluster_addr":"172.21.15.55:6813/1859359224","heartbeat_back_addr":"172.21.15.55:6817/1859359224","heartbeat_front_addr":"172.21.15.55:6815/1859359224","state":["exists","up"]},{"osd":4,"uuid":"a9a3a15d-690c-459c-b5f9-476a1f55a729","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6816","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6817","nonce":1146438437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6818","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6819","nonce":1146438437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6822","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6823","nonce":1146438437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6820","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6821","nonce":1146438437}]},"public_addr":"172.21.15.78:6817/1146438437","cluster_addr":"172.21.15.78:6819/1146438437","heartbeat_back_addr":"172.21.15.78:6823/1146438437","heartbeat_front_addr":"172.21.15.78:6821/1146438437","state":["exists","up"]},{"osd":5,"uuid":"6a3395a4-3af6-40e9-842b-711b851b53ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6819","nonce":152895057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6821","nonce":152895057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6825","nonce":152895057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6823","nonce":152895057}]},"public_addr":"172.21.15.55:6819/152895057","cluster_addr":"172.21.15.55:6821/152895057","heartbeat_back_addr":"172.21.15.55:6825/152895057","heartbeat_front_addr":"172.21.15.55:6823/152895057","state":["exists","up"]},{"osd":6,"uuid":"052c4ce8-405e-4126-b4af-b39de8928560","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6824","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6825","nonce":481285118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6826","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6827","nonce":481285118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6830","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6831","nonce":481285118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6828","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6829","nonce":481285118}]},"public_addr":"172.21.15.78:6825/481285118","cluster_addr":"172.21.15.78:6827/481285118","heartbeat_back_addr":"172.21.15.78:6831/481285118","heartbeat_front_addr":"172.21.15.78:6829/481285118","state":["exists","up"]},{"osd":7,"uuid":"8e16351d-e771-4e98-a62c-a3e926038f2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6827","nonce":4272961046}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6829","nonce":4272961046}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6833","nonce":4272961046}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6831","nonce":4272961046}]},"public_addr":"172.21.15.55:6827/4272961046","cluster_addr":"172.21.15.55:6829/4272961046","heartbeat_back_addr":"172.21.15.55:6833/4272961046","heartbeat_front_addr":"172.21.15.55:6831/4272961046","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-11-15T05:39:35.390359+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-11-15T05:39:38.210194+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-11-15T05:39:40.329287+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-11-15T05:39:43.957843+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-11-15T05:39:44.981657+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-11-15T05:39:49.890409+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-11-15T05:39:49.789694+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-11-15T05:39:55.373659+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:6801/2916579384":"2023-11-16T05:37:51.361801+0000","172.21.15.55:0/2144704471":"2023-11-16T05:37:08.623760+0000","172.21.15.55:0/513313151":"2023-11-16T05:37:51.361801+0000","172.21.15.55:0/2493029315":"2023-11-16T05:37:08.623760+0000","172.21.15.55:6801/1867351845":"2023-11-16T05:37:08.623760+0000","172.21.15.55:6800/1867351845":"2023-11-16T05:37:08.623760+0000","172.21.15.55:0/2967082026":"2023-11-16T05:36:42.908656+0000","172.21.15.55:6800/2916579384":"2023-11-16T05:37:51.361801+0000","172.21.15.55:6800/1924911196":"2023-11-16T05:36:42.908656+0000","172.21.15.55:0/3644874477":"2023-11-16T05:36:42.908656+0000","172.21.15.55:0/2881394505":"2023-11-16T05:37:51.361801+0000","172.21.15.55:6801/1924911196":"2023-11-16T05:36:42.908656+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-11-15T05:40:08.442 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-15T05:39:42.569216+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': '27', '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-11-15T05:40:08.442 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-15T05:40:08.468 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:08 smithi055 conmon[82634]: cluster 2023-11-15T05:40:07.390736+0000 mgr.smithi055.asupmf ( 2023-11-15T05:40:08.468 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:08 smithi055 conmon[82634]: mgr.14182) 115 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:08.469 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:08 smithi055 conmon[82634]: audit 2023-11-15T05:40:07.975987+0000 mon.smithi055 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.55:0/591648457' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:40:08.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:08 smithi078 conmon[86742]: cluster 2023-11-15T05:40:07.390736+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:40:08.883 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:08 smithi078 conmon[86742]: .14182) 115 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:08.884 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:08 smithi078 conmon[86742]: audit 2023-11-15T05:40:07.975987+0000 mon.smithi055 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.55:0/591648457' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:40:09.048 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:10.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:10 smithi055 conmon[82634]: cluster 2023-11-15T05:40:09.391065+0000 mgr.smithi055.asupmf (mgr.14182) 116 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:10.690 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 1 2023-11-15T05:40:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:10 smithi078 conmon[86742]: cluster 2023-11-15T05:40:09.391065+0000 mgr.smithi055.asupmf (mgr.14182) 116 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:11.076 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-15T05:40:11.077 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-15T05:40:11.078 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-15T05:40:11.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:11 smithi078 conmon[86742]: audit 2023-11-15T05:40:10.690236+0000 mon.smithi055 2023-11-15T05:40:11.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:11 smithi078 conmon[86742]: (mon.0) 571 : audit [DBG] from='client.? 172.21.15.55:0/409713030' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T05:40:11.734 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:11 smithi055 conmon[82634]: audit 2023-11-15T05:40:10.690236+0000 mon.smithi055 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.55:0/409713030' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T05:40:11.942 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:12.742 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:12 smithi055 conmon[82634]: cluster 2023-11-15T05:40:11.391346+0000 mgr.smithi055.asupmf (mgr.14182) 117 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:12.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:12 smithi078 conmon[86742]: cluster 2023-11-15T05:40:11.391346+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:40:12.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:12 smithi078 conmon[86742]: 117 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:13.997 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:40:14.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:14 smithi055 conmon[82634]: audit 2023-11-15T05:40:13.126127+0000 mon.smithi055 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:14.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:14 smithi055 conmon[82634]: cluster 2023-11-15T05:40:13.391708+0000 mgr.smithi055.asupmf (mgr.14182) 118 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:14.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:14 smithi055 conmon[82634]: audit 2023-11-15T05:40:13.992997+0000 mon.smithi055 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.55:0/2808547420' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T05:40:14.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:14 smithi078 conmon[86742]: audit 2023-11-15T05:40:13.126127+0000 mon.smithi055 (mon.0) 2023-11-15T05:40:14.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:14 smithi078 conmon[86742]: 572 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:14.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:14 smithi078 conmon[86742]: cluster 2023-11-15T05:40:13.391708+0000 mgr.smithi055.asupmf (mgr.14182) 118 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:14.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:14 smithi078 conmon[86742]: audit 2023-11-15T05:40:13.992997+0000 mon.smithi055 ( 2023-11-15T05:40:14.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:14 smithi078 conmon[86742]: mon.0) 573 : audit [DBG] from='client.? 172.21.15.55:0/2808547420' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T05:40:14.580 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi055.asupmf","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6800","nonce":4245582912},{"type":"v1","addr":"172.21.15.55:6801","nonce":4245582912}]},"active_addr":"172.21.15.55:6801/4245582912","active_change":"2023-11-15T05:37:51.361919+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi078.xtewjq","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.55:8443/","prometheus":"http://172.21.15.55: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.55:0","nonce":1321940719}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":3593806200}]}]} 2023-11-15T05:40:14.584 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-15T05:40:14.585 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-15T05:40:14.585 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:40:15.293 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:16.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:16 smithi078 conmon[86742]: audit 2023-11-15T05:40:15.132624+0000 mon.smithi055 (mon.0) 574 : audit 2023-11-15T05:40:16.461 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:16 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:16.461 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:16 smithi078 conmon[86742]: cluster 2023-11-15T05:40:15.392219+0000 mgr.smithi055.asupmf (mgr.14182) 119 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:16.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:16 smithi055 conmon[82634]: audit 2023-11-15T05:40:15.132624 2023-11-15T05:40:16.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:16 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:40:16.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:16 smithi055 conmon[82634]: cluster 2023-11-15T05:40:15.392219+0000 mgr.smithi055.asupmf (mgr.14182) 119 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:16.667 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:40:16.667 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":36,"fsid":"cfa6e0e4-8378-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:36:16.900751+0000","modified":"2023-11-15T05:39:58.267888+0000","last_up_change":"2023-11-15T05:39:56.264650+0000","last_in_change":"2023-11-15T05:39:21.656467+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-11-15T05:39:42.569216+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":"27","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":"f9341a14-230a-44eb-91ab-16d9b253131f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6800","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6801","nonce":1470022600}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6803","nonce":1470022600}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6807","nonce":1470022600}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6805","nonce":1470022600}]},"public_addr":"172.21.15.78:6801/1470022600","cluster_addr":"172.21.15.78:6803/1470022600","heartbeat_back_addr":"172.21.15.78:6807/1470022600","heartbeat_front_addr":"172.21.15.78:6805/1470022600","state":["exists","up"]},{"osd":1,"uuid":"c125add4-cde2-4268-baa3-a9f7a77dec6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6803","nonce":14260199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6805","nonce":14260199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6809","nonce":14260199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6807","nonce":14260199}]},"public_addr":"172.21.15.55:6803/14260199","cluster_addr":"172.21.15.55:6805/14260199","heartbeat_back_addr":"172.21.15.55:6809/14260199","heartbeat_front_addr":"172.21.15.55:6807/14260199","state":["exists","up"]},{"osd":2,"uuid":"ba6cb469-c172-4a57-91cb-bfc59bd215f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6809","nonce":2740440635}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6810","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6811","nonce":2740440635}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6814","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6815","nonce":2740440635}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6812","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6813","nonce":2740440635}]},"public_addr":"172.21.15.78:6809/2740440635","cluster_addr":"172.21.15.78:6811/2740440635","heartbeat_back_addr":"172.21.15.78:6815/2740440635","heartbeat_front_addr":"172.21.15.78:6813/2740440635","state":["exists","up"]},{"osd":3,"uuid":"cfe0d56f-8284-46ee-834c-b58a228d4631","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6811","nonce":1859359224}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6813","nonce":1859359224}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6817","nonce":1859359224}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6815","nonce":1859359224}]},"public_addr":"172.21.15.55:6811/1859359224","cluster_addr":"172.21.15.55:6813/1859359224","heartbeat_back_addr":"172.21.15.55:6817/1859359224","heartbeat_front_addr":"172.21.15.55:6815/1859359224","state":["exists","up"]},{"osd":4,"uuid":"a9a3a15d-690c-459c-b5f9-476a1f55a729","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6816","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6817","nonce":1146438437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6818","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6819","nonce":1146438437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6822","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6823","nonce":1146438437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6820","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6821","nonce":1146438437}]},"public_addr":"172.21.15.78:6817/1146438437","cluster_addr":"172.21.15.78:6819/1146438437","heartbeat_back_addr":"172.21.15.78:6823/1146438437","heartbeat_front_addr":"172.21.15.78:6821/1146438437","state":["exists","up"]},{"osd":5,"uuid":"6a3395a4-3af6-40e9-842b-711b851b53ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6819","nonce":152895057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6821","nonce":152895057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6825","nonce":152895057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6823","nonce":152895057}]},"public_addr":"172.21.15.55:6819/152895057","cluster_addr":"172.21.15.55:6821/152895057","heartbeat_back_addr":"172.21.15.55:6825/152895057","heartbeat_front_addr":"172.21.15.55:6823/152895057","state":["exists","up"]},{"osd":6,"uuid":"052c4ce8-405e-4126-b4af-b39de8928560","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6824","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6825","nonce":481285118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6826","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6827","nonce":481285118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6830","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6831","nonce":481285118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6828","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6829","nonce":481285118}]},"public_addr":"172.21.15.78:6825/481285118","cluster_addr":"172.21.15.78:6827/481285118","heartbeat_back_addr":"172.21.15.78:6831/481285118","heartbeat_front_addr":"172.21.15.78:6829/481285118","state":["exists","up"]},{"osd":7,"uuid":"8e16351d-e771-4e98-a62c-a3e926038f2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6827","nonce":4272961046}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6829","nonce":4272961046}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6833","nonce":4272961046}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6831","nonce":4272961046}]},"public_addr":"172.21.15.55:6827/4272961046","cluster_addr":"172.21.15.55:6829/4272961046","heartbeat_back_addr":"172.21.15.55:6833/4272961046","heartbeat_front_addr":"172.21.15.55:6831/4272961046","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-11-15T05:39:35.390359+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-11-15T05:39:38.210194+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-11-15T05:39:40.329287+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-11-15T05:39:43.957843+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-11-15T05:39:44.981657+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-11-15T05:39:49.890409+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-11-15T05:39:49.789694+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-11-15T05:39:55.373659+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:6801/2916579384":"2023-11-16T05:37:51.361801+0000","172.21.15.55:0/2144704471":"2023-11-16T05:37:08.623760+0000","172.21.15.55:0/513313151":"2023-11-16T05:37:51.361801+0000","172.21.15.55:0/2493029315":"2023-11-16T05:37:08.623760+0000","172.21.15.55:6801/1867351845":"2023-11-16T05:37:08.623760+0000","172.21.15.55:6800/1867351845":"2023-11-16T05:37:08.623760+0000","172.21.15.55:0/2967082026":"2023-11-16T05:36:42.908656+0000","172.21.15.55:6800/2916579384":"2023-11-16T05:37:51.361801+0000","172.21.15.55:6800/1924911196":"2023-11-16T05:36:42.908656+0000","172.21.15.55:0/3644874477":"2023-11-16T05:36:42.908656+0000","172.21.15.55:0/2881394505":"2023-11-16T05:37:51.361801+0000","172.21.15.55:6801/1924911196":"2023-11-16T05:36:42.908656+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-11-15T05:40:17.101 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-15T05:40:17.102 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:40:17.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:17 smithi055 conmon[82634]: audit 2023-11-15T05:40:16.666479+0000 mon.smithi055 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.55:0/3436904085' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:40:17.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:17 smithi078 conmon[86742]: audit 2023-11-15T05:40:16.666479+0000 mon.smithi055 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.55:0/3436904085' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:40:17.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:17 smithi078 conmon[86742]: 2023-11-15T05:40:17.697 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:18.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:18 smithi055 conmon[82634]: cluster 2023-11-15T05:40:17.392503+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:40:18.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:18 smithi055 conmon[82634]: .14182) 120 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:18.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:18 smithi078 conmon[86742]: cluster 2023-11-15T05:40:17.392503+0000 mgr.smithi055.asupmf (mgr.14182) 120 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:19.022 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:40:19.023 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":36,"fsid":"cfa6e0e4-8378-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:36:16.900751+0000","modified":"2023-11-15T05:39:58.267888+0000","last_up_change":"2023-11-15T05:39:56.264650+0000","last_in_change":"2023-11-15T05:39:21.656467+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-11-15T05:39:42.569216+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":"27","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":"f9341a14-230a-44eb-91ab-16d9b253131f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6800","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6801","nonce":1470022600}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6803","nonce":1470022600}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6807","nonce":1470022600}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":1470022600},{"type":"v1","addr":"172.21.15.78:6805","nonce":1470022600}]},"public_addr":"172.21.15.78:6801/1470022600","cluster_addr":"172.21.15.78:6803/1470022600","heartbeat_back_addr":"172.21.15.78:6807/1470022600","heartbeat_front_addr":"172.21.15.78:6805/1470022600","state":["exists","up"]},{"osd":1,"uuid":"c125add4-cde2-4268-baa3-a9f7a77dec6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6803","nonce":14260199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6805","nonce":14260199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6809","nonce":14260199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":14260199},{"type":"v1","addr":"172.21.15.55:6807","nonce":14260199}]},"public_addr":"172.21.15.55:6803/14260199","cluster_addr":"172.21.15.55:6805/14260199","heartbeat_back_addr":"172.21.15.55:6809/14260199","heartbeat_front_addr":"172.21.15.55:6807/14260199","state":["exists","up"]},{"osd":2,"uuid":"ba6cb469-c172-4a57-91cb-bfc59bd215f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6809","nonce":2740440635}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6810","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6811","nonce":2740440635}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6814","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6815","nonce":2740440635}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6812","nonce":2740440635},{"type":"v1","addr":"172.21.15.78:6813","nonce":2740440635}]},"public_addr":"172.21.15.78:6809/2740440635","cluster_addr":"172.21.15.78:6811/2740440635","heartbeat_back_addr":"172.21.15.78:6815/2740440635","heartbeat_front_addr":"172.21.15.78:6813/2740440635","state":["exists","up"]},{"osd":3,"uuid":"cfe0d56f-8284-46ee-834c-b58a228d4631","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6811","nonce":1859359224}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6813","nonce":1859359224}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6817","nonce":1859359224}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1859359224},{"type":"v1","addr":"172.21.15.55:6815","nonce":1859359224}]},"public_addr":"172.21.15.55:6811/1859359224","cluster_addr":"172.21.15.55:6813/1859359224","heartbeat_back_addr":"172.21.15.55:6817/1859359224","heartbeat_front_addr":"172.21.15.55:6815/1859359224","state":["exists","up"]},{"osd":4,"uuid":"a9a3a15d-690c-459c-b5f9-476a1f55a729","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6816","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6817","nonce":1146438437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6818","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6819","nonce":1146438437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6822","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6823","nonce":1146438437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6820","nonce":1146438437},{"type":"v1","addr":"172.21.15.78:6821","nonce":1146438437}]},"public_addr":"172.21.15.78:6817/1146438437","cluster_addr":"172.21.15.78:6819/1146438437","heartbeat_back_addr":"172.21.15.78:6823/1146438437","heartbeat_front_addr":"172.21.15.78:6821/1146438437","state":["exists","up"]},{"osd":5,"uuid":"6a3395a4-3af6-40e9-842b-711b851b53ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6819","nonce":152895057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6821","nonce":152895057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6825","nonce":152895057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":152895057},{"type":"v1","addr":"172.21.15.55:6823","nonce":152895057}]},"public_addr":"172.21.15.55:6819/152895057","cluster_addr":"172.21.15.55:6821/152895057","heartbeat_back_addr":"172.21.15.55:6825/152895057","heartbeat_front_addr":"172.21.15.55:6823/152895057","state":["exists","up"]},{"osd":6,"uuid":"052c4ce8-405e-4126-b4af-b39de8928560","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6824","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6825","nonce":481285118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6826","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6827","nonce":481285118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6830","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6831","nonce":481285118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6828","nonce":481285118},{"type":"v1","addr":"172.21.15.78:6829","nonce":481285118}]},"public_addr":"172.21.15.78:6825/481285118","cluster_addr":"172.21.15.78:6827/481285118","heartbeat_back_addr":"172.21.15.78:6831/481285118","heartbeat_front_addr":"172.21.15.78:6829/481285118","state":["exists","up"]},{"osd":7,"uuid":"8e16351d-e771-4e98-a62c-a3e926038f2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6827","nonce":4272961046}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6829","nonce":4272961046}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6833","nonce":4272961046}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":4272961046},{"type":"v1","addr":"172.21.15.55:6831","nonce":4272961046}]},"public_addr":"172.21.15.55:6827/4272961046","cluster_addr":"172.21.15.55:6829/4272961046","heartbeat_back_addr":"172.21.15.55:6833/4272961046","heartbeat_front_addr":"172.21.15.55:6831/4272961046","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-11-15T05:39:35.390359+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-11-15T05:39:38.210194+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-11-15T05:39:40.329287+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-11-15T05:39:43.957843+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-11-15T05:39:44.981657+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-11-15T05:39:49.890409+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-11-15T05:39:49.789694+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-11-15T05:39:55.373659+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:6801/2916579384":"2023-11-16T05:37:51.361801+0000","172.21.15.55:0/2144704471":"2023-11-16T05:37:08.623760+0000","172.21.15.55:0/513313151":"2023-11-16T05:37:51.361801+0000","172.21.15.55:0/2493029315":"2023-11-16T05:37:08.623760+0000","172.21.15.55:6801/1867351845":"2023-11-16T05:37:08.623760+0000","172.21.15.55:6800/1867351845":"2023-11-16T05:37:08.623760+0000","172.21.15.55:0/2967082026":"2023-11-16T05:36:42.908656+0000","172.21.15.55:6800/2916579384":"2023-11-16T05:37:51.361801+0000","172.21.15.55:6800/1924911196":"2023-11-16T05:36:42.908656+0000","172.21.15.55:0/3644874477":"2023-11-16T05:36:42.908656+0000","172.21.15.55:0/2881394505":"2023-11-16T05:37:51.361801+0000","172.21.15.55:6801/1924911196":"2023-11-16T05:36:42.908656+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-11-15T05:40:19.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:19 smithi055 conmon[82634]: audit 2023-11-15T05:40:19.021917+0000 mon.smithi055 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.55:0/322304295' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:40:19.417 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-15T05:40:19.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:19 smithi078 conmon[86742]: audit 2023-11-15T05:40:19.021917+0000 mon.smithi055 (mon 2023-11-15T05:40:19.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:19 smithi078 conmon[86742]: .0) 576 : audit [DBG] from='client.? 172.21.15.55:0/322304295' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:40:20.014 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:20.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:20 smithi055 conmon[82634]: cluster 2023-11-15T05:40:19.392800+0000 mgr.smithi055.asupmf (mgr.14182) 121 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:20.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:20 smithi078 conmon[86742]: cluster 2023-11-15T05:40:19.392800+0000 mgr.smithi055.asupmf (mgr.14182) 121 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:21.721 INFO:teuthology.orchestra.run.smithi055.stdout:68719476747 2023-11-15T05:40:21.722 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-15T05:40:22.322 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:22.540 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:22 smithi055 conmon[82634]: cluster 2023-11-15T05:40:21.393286+0000 mgr.smithi055.asupmf (mgr.14182) 122 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:22 smithi078 conmon[86742]: cluster 2023-11-15T05:40:21.393286+0000 mgr.smithi055.asupmf (mgr.14182) 122 : cluster [DBG] 2023-11-15T05:40:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:22 smithi078 conmon[86742]: pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:23.941 INFO:teuthology.orchestra.run.smithi055.stdout:81604378635 2023-11-15T05:40:23.941 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-15T05:40:24.539 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:24.790 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:24 smithi055 conmon[82634]: cluster 2023-11-15T05:40:23.393632+0000 mgr.smithi055.asupmf (mgr.14182) 123 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:24.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:24 smithi078 conmon[86742]: cluster 2023-11-15T05:40:23.393632+0000 mgr.smithi055.asupmf (mgr.14182) 123 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:26.260 INFO:teuthology.orchestra.run.smithi055.stdout:90194313228 2023-11-15T05:40:26.261 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-15T05:40:26.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:26 smithi055 conmon[82634]: cluster 2023-11-15T05:40:25.394137+0000 mgr.smithi055.asupmf (mgr.14182) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:26.859 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:26.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:26 smithi078 conmon[86742]: cluster 2023-11-15T05:40:25.394137+0000 mgr.smithi055.asupmf (mgr.14182) 124 : cluster [DBG] 2023-11-15T05:40:26.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:26 smithi078 conmon[86742]: pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:28.381 INFO:teuthology.orchestra.run.smithi055.stdout:103079215115 2023-11-15T05:40:28.382 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-15T05:40:28.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:28 smithi055 conmon[82634]: cluster 2023-11-15T05:40:27.394579+0000 mgr.smithi055.asupmf (mgr.14182) 125 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:28 smithi078 conmon[86742]: cluster 2023-11-15T05:40:27.394579+0000 mgr.smithi055.asupmf (mgr.14182) 125 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:28.978 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:30.688 INFO:teuthology.orchestra.run.smithi055.stdout:107374182410 2023-11-15T05:40:30.689 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-15T05:40:30.713 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:30 smithi055 conmon[82634]: cluster 2023-11-15T05:40:29.394857+0000 mgr.smithi055.asupmf (mgr.14182) 126 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:30.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:30 smithi078 conmon[86742]: cluster 2023-11-15T05:40:29.394857+0000 mgr.smithi055.asupmf (mgr.14182) 126 : cluster 2023-11-15T05:40:30.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:30 smithi078 conmon[86742]: [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:31.285 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:32.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:32 smithi055 conmon[82634]: cluster 2023-11-15T05:40:31.395126 2023-11-15T05:40:32.513 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:32 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 127 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:32.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:32 smithi078 conmon[86742]: cluster 2023-11-15T05:40:31.395126+0000 mgr.smithi055.asupmf (mgr.14182) 127 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:32.895 INFO:teuthology.orchestra.run.smithi055.stdout:128849018890 2023-11-15T05:40:32.896 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-15T05:40:33.530 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:34.733 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:34 smithi055 conmon[82634]: cluster 2023-11-15T05:40:33.395407+0000 mgr.smithi055.asupmf (mgr.14182) 128 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:34 smithi078 conmon[86742]: cluster 2023-11-15T05:40:33.395407+0000 mgr.smithi055.asupmf (mgr.14182) 128 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:35.037 INFO:teuthology.orchestra.run.smithi055.stdout:128849018892 2023-11-15T05:40:35.038 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-15T05:40:35.638 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:36.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:36 smithi055 conmon[82634]: cluster 2023-11-15T05:40:35.395698+0000 mgr.smithi055.asupmf (mgr.14182) 129 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:36.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:36 smithi078 conmon[86742]: cluster 2023-11-15T05:40:35.395698+0000 mgr.smithi055.asupmf (mgr.14182) 129 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:37.256 INFO:teuthology.orchestra.run.smithi055.stdout:146028888075 2023-11-15T05:40:37.257 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-15T05:40:37.854 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:38.789 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:38 smithi055 conmon[82634]: cluster 2023-11-15T05:40:37.396008+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:40:38.790 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:38 smithi055 conmon[82634]: 14182) 130 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:38.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:38 smithi078 conmon[86742]: cluster 2023-11-15T05:40:37.396008+0000 mgr.smithi055.asupmf (mgr.14182) 130 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:39.156 INFO:teuthology.orchestra.run.smithi055.stdout:68719476751 2023-11-15T05:40:39.564 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476747 got 68719476751 for osd.0 2023-11-15T05:40:39.565 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-15T05:40:39.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:39 smithi055 conmon[82634]: audit 2023-11-15T05:40:39.156416+0000 mon.smithi055 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.55:0/459273790' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T05:40:39.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:39 smithi078 conmon[86742]: audit 2023-11-15T05:40:39.156416+0000 mon.smithi055 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.55:0/459273790' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T05:40:40.162 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:40.729 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:40 smithi055 conmon[82634]: cluster 2023-11-15T05:40:39.396324+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:40:40.730 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:40 smithi055 conmon[82634]: .14182) 131 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:40 smithi078 conmon[86742]: cluster 2023-11-15T05:40:39.396324+0000 mgr.smithi055.asupmf (mgr.14182) 131 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:41.580 INFO:teuthology.orchestra.run.smithi055.stdout:81604378638 2023-11-15T05:40:41.971 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378635 got 81604378638 for osd.1 2023-11-15T05:40:41.972 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-15T05:40:42.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:42 smithi055 conmon[82634]: cluster 2023-11-15T05:40:41.396617+0000 mgr.smithi055.asupmf (mgr.14182) 132 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:42.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:42 smithi055 conmon[82634]: audit 2023-11-15T05:40:41.579398+0000 mon.smithi055 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.55:0/149482666' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T05:40:42.571 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:42.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:42 smithi078 conmon[86742]: cluster 2023-11-15T05:40:41.396617+0000 mgr.smithi055.asupmf (mgr.14182) 132 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:42.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:42 smithi078 conmon[86742]: audit 2023-11-15T05:40:41.579398+0000 mon.smithi055 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.55:0/149482666' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T05:40:43.850 INFO:teuthology.orchestra.run.smithi055.stdout:90194313232 2023-11-15T05:40:44.296 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313228 got 90194313232 for osd.2 2023-11-15T05:40:44.296 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-15T05:40:44.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:44 smithi055 conmon[82634]: cluster 2023-11-15T05:40:43.397127+0000 mgr.smithi055.asupmf (mgr.14182) 133 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:44.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:44 smithi055 conmon[82634]: audit 2023-11-15T05:40:43.849488+0000 mon.smithi055 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.55:0/760618693' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T05:40:44.895 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:44.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:44 smithi078 conmon[86742]: cluster 2023-11-15T05:40:43.397127+0000 mgr.smithi055.asupmf (mgr.14182) 133 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:44 smithi078 conmon[86742]: audit 2023-11-15T05:40:43.849488+0000 mon.smithi055 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.55:0/760618693' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T05:40:46.372 INFO:teuthology.orchestra.run.smithi055.stdout:103079215119 2023-11-15T05:40:46.761 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:46 smithi055 conmon[82634]: cluster 2023-11-15T05:40:45.397671 2023-11-15T05:40:46.762 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:46 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 134 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:46.762 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:46 smithi055 conmon[82634]: audit 2023-11-15T05:40:46.372258+0000 mon.smithi055 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.55:0/3438590180' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T05:40:46.815 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215115 got 103079215119 for osd.3 2023-11-15T05:40:46.816 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-15T05:40:46.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:46 smithi078 conmon[86742]: cluster 2023-11-15T05:40:45.397671+0000 mgr.smithi055.asupmf (mgr.14182) 134 : cluster 2023-11-15T05:40:46.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:46 smithi078 conmon[86742]: [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:46.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:46 smithi078 conmon[86742]: audit 2023-11-15T05:40:46.372258+0000 mon.smithi055 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.55:0/3438590180' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T05:40:47.414 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:48.769 INFO:teuthology.orchestra.run.smithi055.stdout:107374182414 2023-11-15T05:40:48.790 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:48 smithi055 conmon[82634]: cluster 2023-11-15T05:40:47.398215+0000 mgr.smithi055.asupmf (mgr.14182) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:48.791 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:48 smithi055 conmon[82634]: 2023-11-15T05:40:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:48 smithi078 conmon[86742]: cluster 2023-11-15T05:40:47.398215+0000 mgr.smithi055.asupmf (mgr.14182) 135 : cluster 2023-11-15T05:40:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:48 smithi078 conmon[86742]: [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:49.236 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182410 got 107374182414 for osd.4 2023-11-15T05:40:49.236 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-15T05:40:49.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:49 smithi055 conmon[82634]: audit 2023-11-15T05:40:48.768848+0000 2023-11-15T05:40:49.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:49 smithi055 conmon[82634]: mon.smithi055 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.55:0/1748238870' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T05:40:49.832 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:49.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:49 smithi078 conmon[86742]: audit 2023-11-15T05:40:48.768848+0000 mon.smithi055 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.55:0/1748238870' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T05:40:49.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:49 smithi078 conmon[86742]: 2023-11-15T05:40:50.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:50 smithi055 conmon[82634]: cluster 2023-11-15T05:40:49.398513+0000 mgr.smithi055.asupmf (mgr.14182) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:50.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:50 smithi078 conmon[86742]: cluster 2023-11-15T05:40:49.398513+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:40:50.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:50 smithi078 conmon[86742]: ) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:51.201 INFO:teuthology.orchestra.run.smithi055.stdout:128849018894 2023-11-15T05:40:51.642 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018890 got 128849018894 for osd.5 2023-11-15T05:40:51.643 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-15T05:40:51.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:51 smithi055 conmon[82634]: audit 2023-11-15T05:40:51.201564+0000 2023-11-15T05:40:51.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:51 smithi055 conmon[82634]: mon.smithi055 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.55:0/2828709013' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T05:40:51.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:51 smithi078 conmon[86742]: audit 2023-11-15T05:40:51.201564+0000 mon.smithi055 (mon.0) 582 2023-11-15T05:40:51.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:51 smithi078 conmon[86742]: : audit [DBG] from='client.? 172.21.15.55:0/2828709013' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T05:40:52.240 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:52.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:52 smithi055 conmon[82634]: cluster 2023-11-15T05:40:51.398772+0000 mgr.smithi055.asupmf ( 2023-11-15T05:40:52.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:52 smithi055 conmon[82634]: mgr.14182) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:52.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:52 smithi078 conmon[86742]: cluster 2023-11-15T05:40:51.398772+0000 mgr.smithi055.asupmf (mgr.14182) 137 : cluster 2023-11-15T05:40:52.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:52 smithi078 conmon[86742]: [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:53.709 INFO:teuthology.orchestra.run.smithi055.stdout:128849018896 2023-11-15T05:40:54.148 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018892 got 128849018896 for osd.6 2023-11-15T05:40:54.149 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-15T05:40:54.748 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:54.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:54 smithi055 conmon[82634]: cluster 2023-11-15T05:40:53.399122+0000 mgr.smithi055.asupmf (mgr.14182) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:54.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:54 smithi055 conmon[82634]: audit 2023-11-15T05:40:53.708749+0000 mon.smithi055 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.55:0/573811423' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T05:40:54.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:54 smithi078 conmon[86742]: cluster 2023-11-15T05:40:53.399122+0000 mgr.smithi055.asupmf (mgr.14182) 138 : cluster [DBG] 2023-11-15T05:40:54.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:54 smithi078 conmon[86742]: pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:54.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:54 smithi078 conmon[86742]: audit 2023-11-15T05:40:53.708749+0000 mon.smithi055 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.55:0/573811423' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T05:40:56.094 INFO:teuthology.orchestra.run.smithi055.stdout:146028888078 2023-11-15T05:40:56.557 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888075 got 146028888078 for osd.7 2023-11-15T05:40:56.558 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-15T05:40:56.558 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T05:40:56.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:56 smithi055 conmon[82634]: cluster 2023-11-15T05:40:55.399688+0000 mgr.smithi055.asupmf (mgr.14182) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:56.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:56 smithi055 conmon[82634]: audit 2023-11-15T05:40:56.093840+0000 mon.smithi055 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.55:0/931845975' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T05:40:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:56 smithi078 conmon[86742]: cluster 2023-11-15T05:40:55.399688+0000 mgr.smithi055.asupmf (mgr.14182) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:56 smithi078 conmon[86742]: 2023-11-15T05:40:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:56 smithi078 conmon[86742]: audit 2023-11-15T05:40:56.093840+0000 mon.smithi055 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.55:0/931845975' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T05:40:57.154 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:58.508 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:40:58.509 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-11-15T05:40:58.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:58 smithi055 conmon[82634]: cluster 2023-11-15T05:40:57.400053+0000 2023-11-15T05:40:58.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:58 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 140 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:58.876 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":118,"stamp":"2023-11-15T05:40:57.399888+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":2379540,"kb_used_data":2772,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548908,"statfs":{"total":767926730752,"available":765490081792,"internally_reserved":0,"allocated":2838528,"data_stored":1099465,"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":36,"state":"active+clean","last_fresh":"2023-11-15T05:39:58.920878+0000","last_change":"2023-11-15T05:39:58.920878+0000","last_active":"2023-11-15T05:39:58.920878+0000","last_peered":"2023-11-15T05:39:58.920878+0000","last_clean":"2023-11-15T05:39:58.920878+0000","last_became_active":"2023-11-15T05:39:58.920557+0000","last_became_peered":"2023-11-15T05:39:58.920557+0000","last_unstale":"2023-11-15T05:39:58.920878+0000","last_undegraded":"2023-11-15T05:39:58.920878+0000","last_fullsized":"2023-11-15T05:39:58.920878+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T05:39:43.115330+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T05:39:43.115330+0000","last_clean_scrub_stamp":"2023-11-15T05:39:43.115330+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888079,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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.44800000000000001}]},{"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.502}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.375}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34799999999999998}]},{"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.54500000000000004}]},{"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.46400000000000002}]}]},{"osd":6,"up_from":30,"seq":128849018896,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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.33800000000000002}]},{"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.49399999999999999}]},{"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.39600000000000002}]},{"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.69699999999999995}]},{"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.45100000000000001}]},{"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.68500000000000005}]},{"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.71599999999999997}]}]},{"osd":1,"up_from":19,"seq":81604378642,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137283,"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":"Wed Nov 15 05:40:42 2023","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.48699999999999999}]},{"osd":2,"last update":"Wed Nov 15 05:40:42 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.59599999999999997}]},{"osd":3,"last update":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.30399999999999999}]},{"osd":4,"last update":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.47999999999999998}]},{"osd":5,"last update":"Wed Nov 15 05:40:53 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.317}]},{"osd":6,"last update":"Wed Nov 15 05:40:53 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.55900000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.435}]}]},{"osd":0,"up_from":16,"seq":68719476755,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.73099999999999998}]},{"osd":2,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.54500000000000004}]},{"osd":3,"last update":"Wed Nov 15 05:40:49 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.68799999999999994}]},{"osd":4,"last update":"Wed Nov 15 05:40:49 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.66000000000000003}]},{"osd":5,"last update":"Wed Nov 15 05:40:51 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.754},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.77300000000000002}]},{"osd":6,"last update":"Wed Nov 15 05:40:51 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.625}]},{"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.78900000000000003}]}]},{"osd":2,"up_from":21,"seq":90194313234,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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":"Wed Nov 15 05:40:45 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.47299999999999998}]},{"osd":1,"last update":"Wed Nov 15 05:40:45 2023","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.73199999999999998}]},{"osd":3,"last update":"Wed Nov 15 05:40:45 2023","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.76700000000000002}]},{"osd":4,"last update":"Wed Nov 15 05:40:46 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.52100000000000002}]},{"osd":5,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.82599999999999996}]},{"osd":6,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.54900000000000004}]},{"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.745}]}]},{"osd":3,"up_from":24,"seq":103079215121,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":136594,"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":"Wed Nov 15 05:40:50 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.77100000000000002}]},{"osd":1,"last update":"Wed Nov 15 05:40:50 2023","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.51800000000000002}]},{"osd":2,"last update":"Wed Nov 15 05:40:50 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.59099999999999997}]},{"osd":4,"last update":"Wed Nov 15 05:40:50 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.82499999999999996}]},{"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.53700000000000003}]},{"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.69399999999999995}]},{"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.60999999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182416,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.35899999999999999}]},{"osd":1,"last update":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.54100000000000004}]},{"osd":2,"last update":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.432}]},{"osd":3,"last update":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.495}]},{"osd":5,"last update":"Wed Nov 15 05:40:55 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.44600000000000001}]},{"osd":6,"last update":"Wed Nov 15 05:40:55 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.56299999999999994}]},{"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.51200000000000001}]}]},{"osd":5,"up_from":30,"seq":128849018895,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.45200000000000001}]},{"osd":1,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.39000000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.498},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.54400000000000004}]},{"osd":3,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.41299999999999998}]},{"osd":4,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.51500000000000001}]},{"osd":6,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.52900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58699999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T05:40:58.878 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T05:40:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:58 smithi078 conmon[86742]: cluster 2023-11-15T05:40:57.400053+0000 mgr.smithi055.asupmf (mgr.14182) 140 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:58 smithi078 conmon[86742]: 2023-11-15T05:40:59.478 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:40:59.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:59 smithi055 conmon[82634]: audit 2023-11-15T05:40:58.502684+0000 2023-11-15T05:40:59.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:40:59 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 141 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:40:59.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:40:59 smithi078 conmon[86742]: audit 2023-11-15T05:40:58.502684+0000 mgr.smithi055.asupmf (mgr.14182) 141 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:00.800 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:00 smithi055 conmon[82634]: cluster 2023-11-15T05 2023-11-15T05:41:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:00 smithi055 conmon[82634]: :40:59.400445+0000 mgr.smithi055.asupmf (mgr.14182) 142 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:00.803 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-11-15T05:41:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:00 smithi078 conmon[86742]: cluster 2023-11-15T05:40:59.400445+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:41:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:00 smithi078 conmon[86742]: 14182) 142 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:01.300 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":119,"stamp":"2023-11-15T05:40:59.400248+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":2379540,"kb_used_data":2772,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548908,"statfs":{"total":767926730752,"available":765490081792,"internally_reserved":0,"allocated":2838528,"data_stored":1099465,"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":36,"state":"active+clean","last_fresh":"2023-11-15T05:39:58.920878+0000","last_change":"2023-11-15T05:39:58.920878+0000","last_active":"2023-11-15T05:39:58.920878+0000","last_peered":"2023-11-15T05:39:58.920878+0000","last_clean":"2023-11-15T05:39:58.920878+0000","last_became_active":"2023-11-15T05:39:58.920557+0000","last_became_peered":"2023-11-15T05:39:58.920557+0000","last_unstale":"2023-11-15T05:39:58.920878+0000","last_undegraded":"2023-11-15T05:39:58.920878+0000","last_fullsized":"2023-11-15T05:39:58.920878+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T05:39:43.115330+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T05:39:43.115330+0000","last_clean_scrub_stamp":"2023-11-15T05:39:43.115330+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888079,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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.44800000000000001}]},{"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.502}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.375}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34799999999999998}]},{"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.54500000000000004}]},{"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.46400000000000002}]}]},{"osd":6,"up_from":30,"seq":128849018897,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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":"Wed Nov 15 05:40:54 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.49199999999999999}]},{"osd":1,"last update":"Wed Nov 15 05:40:54 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.65000000000000002}]},{"osd":2,"last update":"Wed Nov 15 05:40:54 2023","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.61599999999999999}]},{"osd":3,"last update":"Wed Nov 15 05:40:54 2023","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.022,"5min":1.022,"15min":1.022},"last":0.68899999999999995}]},{"osd":4,"last update":"Wed Nov 15 05:40:54 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.57099999999999995}]},{"osd":5,"last update":"Wed Nov 15 05:40:54 2023","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.82099999999999995},{"interface":"front","average":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.70899999999999996}]},{"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.78900000000000003}]}]},{"osd":1,"up_from":19,"seq":81604378642,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137283,"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":"Wed Nov 15 05:40:42 2023","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.48699999999999999}]},{"osd":2,"last update":"Wed Nov 15 05:40:42 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.59599999999999997}]},{"osd":3,"last update":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.30399999999999999}]},{"osd":4,"last update":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.47999999999999998}]},{"osd":5,"last update":"Wed Nov 15 05:40:53 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.317}]},{"osd":6,"last update":"Wed Nov 15 05:40:53 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.55900000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.435}]}]},{"osd":0,"up_from":16,"seq":68719476755,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.73099999999999998}]},{"osd":2,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.54500000000000004}]},{"osd":3,"last update":"Wed Nov 15 05:40:49 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.68799999999999994}]},{"osd":4,"last update":"Wed Nov 15 05:40:49 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.66000000000000003}]},{"osd":5,"last update":"Wed Nov 15 05:40:51 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.754},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.77300000000000002}]},{"osd":6,"last update":"Wed Nov 15 05:40:51 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.625}]},{"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.78900000000000003}]}]},{"osd":2,"up_from":21,"seq":90194313235,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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":"Wed Nov 15 05:40:45 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.39100000000000001}]},{"osd":1,"last update":"Wed Nov 15 05:40:45 2023","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.56299999999999994}]},{"osd":3,"last update":"Wed Nov 15 05:40:45 2023","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.53200000000000003}]},{"osd":4,"last update":"Wed Nov 15 05:40:46 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.46300000000000002}]},{"osd":5,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.55100000000000005}]},{"osd":6,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.504}]},{"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.54500000000000004}]}]},{"osd":3,"up_from":24,"seq":103079215121,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":136594,"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":"Wed Nov 15 05:40:50 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.77100000000000002}]},{"osd":1,"last update":"Wed Nov 15 05:40:50 2023","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.51800000000000002}]},{"osd":2,"last update":"Wed Nov 15 05:40:50 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.59099999999999997}]},{"osd":4,"last update":"Wed Nov 15 05:40:50 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.82499999999999996}]},{"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.53700000000000003}]},{"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.69399999999999995}]},{"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.60999999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182416,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.35899999999999999}]},{"osd":1,"last update":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.54100000000000004}]},{"osd":2,"last update":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.432}]},{"osd":3,"last update":"Wed Nov 15 05:40:47 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.495}]},{"osd":5,"last update":"Wed Nov 15 05:40:55 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.44600000000000001}]},{"osd":6,"last update":"Wed Nov 15 05:40:55 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.56299999999999994}]},{"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.51200000000000001}]}]},{"osd":5,"up_from":30,"seq":128849018896,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":137598,"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":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.42899999999999999}]},{"osd":1,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.315},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.44900000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.49399999999999999}]},{"osd":3,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.41099999999999998}]},{"osd":4,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.55000000000000004}]},{"osd":6,"last update":"Wed Nov 15 05:40:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.50600000000000001}]},{"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.56000000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T05:41:01.302 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-15T05:41:01.302 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-15T05:41:01.302 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-15T05:41:01.303 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-15T05:41:01.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:01 smithi055 conmon[82634]: audit 2023-11-15T05:41:00.798053+0000 mgr.smithi055.asupmf (mgr.14182) 143 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:01.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:01 smithi078 conmon[86742]: audit 2023-11-15T05:41:00.798053+0000 mgr.smithi055.asupmf (mgr.14182) 143 : audit [DBG] 2023-11-15T05:41:01.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:01 smithi078 conmon[86742]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:01.904 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/mon.smithi055/config 2023-11-15T05:41:02.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:02 smithi055 conmon[82634]: cluster 2023-11-15T05:41:01.400737+0000 mgr.smithi055.asupmf 2023-11-15T05:41:02.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:02 smithi055 conmon[82634]: (mgr.14182) 144 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:02.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:02 smithi078 conmon[86742]: cluster 2023-11-15T05:41:01.400737+0000 mgr.smithi055.asupmf (mgr.14182) 144 : 2023-11-15T05:41:02.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:02 smithi078 conmon[86742]: cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:03.282 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:03.719 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:03 smithi055 conmon[82634]: audit 2023-11-15T05:41:03.281419+0000 mon.smithi055 (mon. 2023-11-15T05:41:03.719 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:03 smithi055 conmon[82634]: 0) 585 : audit [DBG] from='client.? 172.21.15.55:0/143765059' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T05:41:03.723 INFO:teuthology.orchestra.run.smithi055.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-15T05:41:03.724 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-15T05:41:03.724 INFO:tasks.cephadm:Setup complete, yielding 2023-11-15T05:41:03.725 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:41:03.734 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi055.front.sepia.ceph.com 2023-11-15T05:41:03.735 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-15T05:41:03.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:03 smithi078 conmon[86742]: audit 2023-11-15T05:41:03.281419+0000 mon.smithi055 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.55:0/143765059' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T05:41:03.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:03 smithi078 conmon[86742]: 2023-11-15T05:41:04.788 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:04 smithi055 conmon[82634]: cluster 2023-11-15T05:41:03.401157+0000 mgr.smithi055.asupmf (mgr.14182) 145 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:04.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:04 smithi078 conmon[86742]: cluster 2023-11-15T05:41:03.401157+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:41:04.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:04 smithi078 conmon[86742]: 14182) 145 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:05.421 INFO:teuthology.orchestra.run.smithi055.stdout:Backend: cephadm 2023-11-15T05:41:05.421 INFO:teuthology.orchestra.run.smithi055.stdout:Available: Yes 2023-11-15T05:41:05.421 INFO:teuthology.orchestra.run.smithi055.stdout:Paused: No 2023-11-15T05:41:05.880 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-15T05:41:06.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:06 smithi055 conmon[82634]: cluster 2023-11-15T05:41:05.401486+0000 mgr.smithi055.asupmf (mgr.14182) 146 : 2023-11-15T05:41:06.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:06 smithi055 conmon[82634]: cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:06.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:06 smithi055 conmon[82634]: audit 2023-11-15T05:41:05.420306+0000 mgr.smithi055.asupmf (mgr.14182) 147 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:06 smithi078 conmon[86742]: cluster 2023-11-15T05:41:05.401486+0000 mgr.smithi055.asupmf (mgr.14182) 146 : cluster [DBG] 2023-11-15T05:41:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:06 smithi078 conmon[86742]: pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:06 smithi078 conmon[86742]: audit 2023-11-15T05:41:05.420306+0000 mgr.smithi055.asupmf (mgr.14182) 147 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:07.700 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-15T05:41:07.700 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.smithi055 smithi055 *:9093,9094 running (2m) 66s ago 3m - - 0.23.0 ba2b418f427c e2267df1344b 2023-11-15T05:41:07.700 INFO:teuthology.orchestra.run.smithi055.stdout:crash.smithi055 smithi055 running (3m) 66s ago 3m - - 16.2.14-170-g620f25c1 d02b7545bf4f 2bb96adc6d93 2023-11-15T05:41:07.701 INFO:teuthology.orchestra.run.smithi055.stdout:crash.smithi078 smithi078 running (2m) 70s ago 2m 7419k - 16.2.14-170-g620f25c1 d02b7545bf4f 828b5af5b490 2023-11-15T05:41:07.701 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.smithi055 smithi055 *:3000 running (2m) 66s ago 3m - - 8.3.5 dad864ee21e9 1cf9e9f441f5 2023-11-15T05:41:07.701 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.smithi055.asupmf smithi055 *:9283 running (4m) 66s ago 4m - - 16.2.14-170-g620f25c1 d02b7545bf4f 6496fc66a8b8 2023-11-15T05:41:07.701 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.smithi078.xtewjq smithi078 *:8443,9283 running (2m) 70s ago 2m 393M - 16.2.14-170-g620f25c1 d02b7545bf4f 490d71ce9a2d 2023-11-15T05:41:07.701 INFO:teuthology.orchestra.run.smithi055.stdout:mon.smithi055 smithi055 running (4m) 66s ago 4m - 2048M 16.2.14-170-g620f25c1 d02b7545bf4f f897f3345fea 2023-11-15T05:41:07.702 INFO:teuthology.orchestra.run.smithi055.stdout:mon.smithi078 smithi078 running (2m) 70s ago 2m 65.0M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 2177c6acf5a9 2023-11-15T05:41:07.702 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.smithi055 smithi055 *:9100 running (3m) 66s ago 3m - - 1.3.1 1dbe0e931976 e5f1b59380e1 2023-11-15T05:41:07.702 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.smithi078 smithi078 *:9100 running (2m) 70s ago 2m 23.9M - 1.3.1 1dbe0e931976 59a47d58e0ce 2023-11-15T05:41:07.702 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi078 running (96s) 70s ago 96s 32.6M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f c8fb66f50e4b 2023-11-15T05:41:07.702 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (94s) 66s ago 93s - 3237M 16.2.14-170-g620f25c1 d02b7545bf4f 3b7b53929b5a 2023-11-15T05:41:07.703 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi078 running (91s) 70s ago 91s 30.1M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f 3c6bc0a8b851 2023-11-15T05:41:07.703 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (88s) 66s ago 87s - 3237M 16.2.14-170-g620f25c1 d02b7545bf4f 77f42929d763 2023-11-15T05:41:07.703 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi078 running (87s) 70s ago 86s 28.2M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f 9d23ab725f05 2023-11-15T05:41:07.703 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi055 running (82s) 66s ago 82s - 3237M 16.2.14-170-g620f25c1 d02b7545bf4f a238873d9b1d 2023-11-15T05:41:07.703 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi078 running (82s) 70s ago 82s 28.3M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f 92d4adf0aa7e 2023-11-15T05:41:07.704 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi055 running (76s) 66s ago 76s - 3237M 16.2.14-170-g620f25c1 d02b7545bf4f 9e827ada501d 2023-11-15T05:41:07.704 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.smithi055 smithi055 *:9095 running (2m) 66s ago 3m - - 2.33.4 514e6a882f6e 69ede292dcb0 2023-11-15T05:41:08.015 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-15T05:41:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:08 smithi055 conmon[82634]: cluster 2023-11-15T05:41:07.401808+0000 mgr.smithi055.asupmf 2023-11-15T05:41:08.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:08 smithi055 conmon[82634]: (mgr.14182) 148 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:08.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:08 smithi055 conmon[82634]: audit 2023-11-15T05:41:07.691648+0000 mgr.smithi055.asupmf (mgr.14182) 149 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:08 smithi078 conmon[86742]: cluster 2023-11-15T05:41:07.401808+0000 mgr.smithi055.asupmf (mgr.14182) 148 : cluster 2023-11-15T05:41:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:08 smithi078 conmon[86742]: [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:08 smithi078 conmon[86742]: audit 2023-11-15T05:41:07.691648+0000 mgr.smithi055.asupmf (mgr.14182) 149 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:09.684 INFO:teuthology.orchestra.run.smithi055.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-15T05:41:09.685 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager ?:9093,9094 1/1 68s ago 4m count:1 2023-11-15T05:41:09.685 INFO:teuthology.orchestra.run.smithi055.stdout:crash 2/2 72s ago 4m * 2023-11-15T05:41:09.685 INFO:teuthology.orchestra.run.smithi055.stdout:grafana ?:3000 1/1 68s ago 4m count:1 2023-11-15T05:41:09.685 INFO:teuthology.orchestra.run.smithi055.stdout:mgr 2/2 72s ago 4m count:2 2023-11-15T05:41:09.686 INFO:teuthology.orchestra.run.smithi055.stdout:mon 2/2 72s ago 3m smithi055:172.21.15.55=smithi055;smithi078:172.21.15.78=smithi078;count:2 2023-11-15T05:41:09.686 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter ?:9100 2/2 72s ago 4m * 2023-11-15T05:41:09.686 INFO:teuthology.orchestra.run.smithi055.stdout:osd.all-available-devices 8 72s ago 2m * 2023-11-15T05:41:09.686 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus ?:9095 1/1 68s ago 4m count:1 2023-11-15T05:41:10.049 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-15T05:41:10.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:10 smithi055 conmon[82634]: cluster 2023-11-15T05:41:09.402114+0000 mgr.smithi055.asupmf (mgr.14182) 150 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:10.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:10 smithi055 conmon[82634]: audit 2023-11-15T05:41:09.680630+0000 mgr.smithi055.asupmf (mgr.14182) 151 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:10 smithi078 conmon[86742]: cluster 2023-11-15T05:41:09.402114+0000 mgr.smithi055.asupmf (mgr.14182) 150 : cluster [DBG] 2023-11-15T05:41:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:10 smithi078 conmon[86742]: pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:10.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:10 smithi078 conmon[86742]: audit 2023-11-15T05:41:09.680630+0000 mgr.smithi055.asupmf (mgr.14182) 151 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:11.731 INFO:teuthology.orchestra.run.smithi055.stdout:HOST ADDR LABELS STATUS 2023-11-15T05:41:11.731 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 172.21.15.55 2023-11-15T05:41:11.732 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 172.21.15.78 2023-11-15T05:41:11.732 INFO:teuthology.orchestra.run.smithi055.stdout:2 hosts in cluster 2023-11-15T05:41:12.084 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-15T05:41:12.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:12 smithi055 conmon[82634]: cluster 2023-11-15T05:41:11.402416+0000 mgr.smithi055.asupmf ( 2023-11-15T05:41:12.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:12 smithi055 conmon[82634]: mgr.14182) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:12.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:12 smithi055 conmon[82634]: audit 2023-11-15T05:41:11.730328+0000 mgr.smithi055.asupmf (mgr.14182) 153 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:12.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:12 smithi078 conmon[86742]: cluster 2023-11-15T05:41:11.402416+0000 mgr.smithi055.asupmf (mgr.14182) 152 : cluster [DBG] 2023-11-15T05:41:12.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:12 smithi078 conmon[86742]: pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:12.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:12 smithi078 conmon[86742]: audit 2023-11-15T05:41:11.730328+0000 mgr.smithi055.asupmf (mgr.14182) 153 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:13.905 INFO:teuthology.orchestra.run.smithi055.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T05:41:13.906 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 /dev/nvme0n1 ssd INTEL SSDPEDKE040T7_BTLE736102VS4P0KGN 3726G 68s ago LVM detected, locked 2023-11-15T05:41:13.906 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 /dev/nvme1n1 ssd Linux_bdb818f7f3c360248b3c 89.4G 68s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:13.906 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 /dev/nvme2n1 ssd Linux_a75d709fc5d1a60d5ac2 89.4G 68s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:13.906 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 /dev/nvme3n1 ssd Linux_76dee9a9010ffcaa7cdd 89.4G 68s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:13.907 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 /dev/nvme4n1 ssd Linux_44047ee9b05224682a91 89.4G 68s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:13.907 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400QR400BGN 372G 73s ago LVM detected, locked 2023-11-15T05:41:13.907 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 /dev/nvme1n1 ssd Linux_ba75e2a17a94e9c6a27e 89.4G 73s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:13.907 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 /dev/nvme2n1 ssd Linux_840c1b34833235c32729 89.4G 73s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:13.907 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 /dev/nvme3n1 ssd Linux_f0e155fff06ebd7e4a63 89.4G 73s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:13.907 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 /dev/nvme4n1 ssd Linux_c768205ff42854fd62c8 89.4G 73s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:14.319 INFO:teuthology.run_tasks:Running task vip... 2023-11-15T05:41:14.328 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-15T05:41:14.330 INFO:tasks.vip:peername 172.21.15.55 2023-11-15T05:41:14.338 INFO:tasks.vip:172.21.15.55 in 172.21.0.0/20, pos 3894 2023-11-15T05:41:14.346 INFO:tasks.vip:smithi055.front.sepia.ceph.com static 10.0.15.55, vnet 10.0.0.0/16 2023-11-15T05:41:14.346 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-15T05:41:14.347 DEBUG:teuthology.orchestra.run.smithi055:> sudo ip route ls 2023-11-15T05:41:14.375 INFO:teuthology.orchestra.run.smithi055.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-11-15T05:41:14.375 INFO:teuthology.orchestra.run.smithi055.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.55 metric 100 2023-11-15T05:41:14.376 INFO:tasks.vip:Configuring 10.0.15.55 on smithi055.front.sepia.ceph.com iface ens1f0... 2023-11-15T05:41:14.377 DEBUG:teuthology.orchestra.run.smithi055:> sudo ip addr add 10.0.15.55/16 dev ens1f0 2023-11-15T05:41:14.442 INFO:tasks.vip:peername 172.21.15.78 2023-11-15T05:41:14.445 INFO:tasks.vip:172.21.15.78 in 172.21.0.0/20, pos 3917 2023-11-15T05:41:14.449 INFO:tasks.vip:smithi078.front.sepia.ceph.com static 10.0.15.78, vnet 10.0.0.0/16 2023-11-15T05:41:14.450 DEBUG:teuthology.orchestra.run.smithi078:> sudo ip route ls 2023-11-15T05:41:14.487 INFO:teuthology.orchestra.run.smithi078.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-15T05:41:14.487 INFO:teuthology.orchestra.run.smithi078.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.78 metric 100 2023-11-15T05:41:14.488 INFO:tasks.vip:Configuring 10.0.15.78 on smithi078.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:41:14.488 DEBUG:teuthology.orchestra.run.smithi078:> sudo ip addr add 10.0.15.78/16 dev enp3s0f1 2023-11-15T05:41:14.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:14 smithi055 conmon[82634]: cluster 2023-11-15T05:41:13.402892+0000 mgr.smithi055.asupmf (mgr.14182) 154 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:14.558 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:41:14.567 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi055.front.sepia.ceph.com 2023-11-15T05:41:14.567 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-15T05:41:14.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:14 smithi078 conmon[86742]: cluster 2023-11-15T05:41:13.402892+0000 mgr.smithi055.asupmf (mgr.14182) 154 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:14.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:14 smithi078 conmon[86742]: 2023-11-15T05:41:15.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:15 smithi055 conmon[82634]: audit 2023-11-15T05:41:13.903497+0000 mgr.smithi055.asupmf (mgr.14182) 155 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:15.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:15 smithi055 conmon[82634]: audit 2023-11-15T05:41:15.134989+0000 mon.smithi055 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:41:15.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:15 smithi078 conmon[86742]: audit 2023-11-15T05:41:13.903497+0000 mgr.smithi055.asupmf (mgr.14182) 155 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:15.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:15 smithi078 conmon[86742]: audit 2023-11-15T05:41:15.134989+0000 mon.smithi055 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:41:16.249 INFO:teuthology.orchestra.run.smithi055.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T05:41:16.249 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 /dev/nvme0n1 ssd INTEL SSDPEDKE040T7_BTLE736102VS4P0KGN 3726G 71s ago LVM detected, locked 2023-11-15T05:41:16.249 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 /dev/nvme1n1 ssd Linux_bdb818f7f3c360248b3c 89.4G 71s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:16.249 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 /dev/nvme2n1 ssd Linux_a75d709fc5d1a60d5ac2 89.4G 71s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:16.250 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 /dev/nvme3n1 ssd Linux_76dee9a9010ffcaa7cdd 89.4G 71s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:16.250 INFO:teuthology.orchestra.run.smithi055.stdout:smithi055 /dev/nvme4n1 ssd Linux_44047ee9b05224682a91 89.4G 71s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:16.250 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400QR400BGN 372G 75s ago LVM detected, locked 2023-11-15T05:41:16.250 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 /dev/nvme1n1 ssd Linux_ba75e2a17a94e9c6a27e 89.4G 75s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:16.251 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 /dev/nvme2n1 ssd Linux_840c1b34833235c32729 89.4G 75s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:16.251 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 /dev/nvme3n1 ssd Linux_f0e155fff06ebd7e4a63 89.4G 75s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:16.251 INFO:teuthology.orchestra.run.smithi055.stdout:smithi078 /dev/nvme4n1 ssd Linux_c768205ff42854fd62c8 89.4G 75s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:16.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:16 smithi055 conmon[82634]: cluster 2023-11-15T05:41:15.403179+0000 2023-11-15T05:41:16.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:16 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 156 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:16.799 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T05:41:16.809 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi055.front.sepia.ceph.com 2023-11-15T05:41:16.809 DEBUG:teuthology.orchestra.run.smithi055:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T05:41:16.839 INFO:teuthology.orchestra.run.smithi055.stderr:+ systemctl stop nfs-server 2023-11-15T05:41:16.846 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi078.front.sepia.ceph.com 2023-11-15T05:41:16.847 DEBUG:teuthology.orchestra.run.smithi078:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T05:41:16.871 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:16 smithi078 conmon[86742]: cluster 2023-11-15T05:41:15.403179+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:41:16.873 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:16 smithi078 conmon[86742]: 14182) 156 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:16.874 INFO:teuthology.orchestra.run.smithi078.stderr:+ systemctl stop nfs-server 2023-11-15T05:41:16.882 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:41:16.891 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi055.front.sepia.ceph.com 2023-11-15T05:41:16.892 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-15T05:41:17.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:17 smithi055 conmon[82634]: audit 2023-11-15T05:41:16.246767+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:41:17.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:17 smithi055 conmon[82634]: .14182) 157 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:17.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:17 smithi078 conmon[86742]: audit 2023-11-15T05:41:16.246767+0000 mgr.smithi055.asupmf (mgr.14182) 157 : audit [DBG] 2023-11-15T05:41:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:17 smithi078 conmon[86742]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:18 smithi055 conmon[82634]: cluster 2023-11-15T05:41:17.403713+0000 mgr.smithi055.asupmf (mgr.14182) 158 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:18 smithi055 conmon[82634]: audit 2023-11-15T05:41:18.041612+0000 mon.smithi055 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:18.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:18 smithi078 conmon[86742]: cluster 2023-11-15T05:41:17.403713+0000 mgr.smithi055.asupmf (mgr.14182) 158 2023-11-15T05:41:18.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:18 smithi078 conmon[86742]: : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:18.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:18 smithi078 conmon[86742]: audit 2023-11-15T05:41:18.041612+0000 mon.smithi055 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:19.676 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:19 smithi078 conmon[86742]: audit 2023-11-15T05:41:18.830355+0000 mgr.smithi055.asupmf (mgr.14182) 159 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:19.676 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:19 smithi078 conmon[86742]: audit 2023-11-15T05:41:18.830853+0000 mon.smithi055 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-15T05:41:19.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:19 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:41:19.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:19 smithi055 conmon[82634]: 11-15T05:41:18.830355+0000 mgr.smithi055.asupmf (mgr.14182) 159 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:19.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:19 smithi055 conmon[82634]: audit 2023-11-15T05:41:18.830853+0000 mon.smithi055 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-15T05:41:20.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: cluster 2023-11-15T05:41:19.404026+0000 2023-11-15T05:41:20.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:20.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: audit 2023-11-15T05:41:19.484606+0000 mon.smithi055 2023-11-15T05:41:20.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-15T05:41:20.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: cluster 2023-11-15T05 2023-11-15T05:41:20.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: :41:19.484680+0000 mon.smithi055 (mon.0 2023-11-15T05:41:20.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: ) 590 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T05:41:20.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:41:20.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: 11-15T05:41:19.485504+0000 2023-11-15T05:41:20.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: mon.smithi055 (mon.0) 591 : audit [INF] 2023-11-15T05:41:20.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-15T05:41:20.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:20 smithi055 conmon[82634]: debug 2023-11-15T05:41:20.499+0000 7feb25bd5700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-15T05:41:20.841 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:20 smithi078 conmon[86742]: cluster 2023-11-15T05:41:19.404026+0000 mgr.smithi055.asupmf (mgr.14182) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:20.841 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:20 smithi078 conmon[86742]: audit 2023-11-15T05:41:19.484606+0000 mon.smithi055 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-15T05:41:20.841 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:20 smithi078 conmon[86742]: cluster 2023-11-15T05:41:19.484680+0000 mon.smithi055 (mon.0) 590 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T05:41:20.841 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:20 smithi078 conmon[86742]: audit 2023-11-15T05:41:19.485504+0000 mon.smithi055 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-15T05:41:20.962 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-11-15T05:41:20.973 INFO:tasks.cephadm:Applying spec(s): placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 --- service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '10.0.31.55/16' 2023-11-15T05:41:20.973 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch apply -i - 2023-11-15T05:41:21.799 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: audit 2023-11-15T05:41: 2023-11-15T05:41:21.800 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: 20.496479+0000 mon.smithi055 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-15T05:41:21.800 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: cluster 2023-11-15T05:41:20.496708+0000 mon.smithi055 (mon.0) 593 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T05:41:21.800 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: audit 2023-11-15T05:41:20.499293+0000 mon.smithi055 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-15T05:41:21.800 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: cluster 2023-11-15T05:41:20.500109+0000 mon.smithi055 (mon.0) 595 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-15T05:41:21.801 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: cluster 2023-11-15T05:41:20.500141+0000 mon.smithi055 (mon.0) 596 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-15T05:41:21.801 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: cluster 2023-11-15T05:41:20.508602+0000 mon.smithi055 (mon.0) 597 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T05:41:21.801 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: audit 2023-11-15T05:41:20.509081+0000 mon.smithi055 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-15T05:41:21.801 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: cluster 2023-11-15T05:41:20.509161+0000 mon.smithi055 (mon.0) 599 : cluster [DBG] fsmap foofs:0 2023-11-15T05:41:21.801 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:20.514473+0000 mgr.smithi055.asupmf (mgr.14182) 161 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-15T05:41:21.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: audit 2023-11-15T05:41:20.521282+0000 mon.smithi055 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:21.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: audit 2023-11-15T05:41:21.103520+0000 mon.smithi055 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:21.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:21 smithi055 conmon[82634]: audit 2023-11-15T05:41:21.332772+0000 mon.smithi055 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:21.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: audit 2023-11-15T05:41:20.496479+0000 mon.smithi055 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-15T05:41:21.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: 2023-11-15T05:41:21.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: cluster 2023-11-15T05:41:20.496708+0000 mon.smithi055 (mon.0) 593 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T05:41:21.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: audit 2023-11-15T05:41:20.499293+0000 mon.smithi055 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-15T05:41:21.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: cluster 2023-11-15T05:41:20.500109+0000 mon.smithi055 (mon.0) 595 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-15T05:41:21.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: cluster 2023-11-15T05:41:20.500141+0000 mon.smithi055 (mon.0) 596 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-15T05:41:21.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: cluster 2023-11-15T05:41:20.508602+0000 mon.smithi055 (mon.0) 597 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T05:41:21.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: audit 2023-11-15T05:41:20.509081+0000 mon.smithi055 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-15T05:41:21.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: cluster 2023-11-15T05:41:20.509161+0000 mon.smithi055 (mon.0) 599 : cluster [DBG] fsmap foofs:0 2023-11-15T05:41:21.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:20.514473+0000 mgr.smithi055.asupmf (mgr.14182) 161 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-15T05:41:21.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: audit 2023-11-15T05:41:20.521282+0000 mon.smithi055 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:21.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: audit 2023-11-15T05:41:21.103520+0000 mon.smithi055 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:21.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:21 smithi078 conmon[86742]: audit 2023-11-15T05:41:21.332772+0000 mon.smithi055 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:22.619 INFO:teuthology.orchestra.run.smithi055.stdout:Scheduled nfs.foo update... 2023-11-15T05:41:22.619 INFO:teuthology.orchestra.run.smithi055.stdout:Scheduled ingress.nfs.foo update... 2023-11-15T05:41:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:22 smithi055 conmon[82634]: cluster 2023-11-15T05:41:21.404358+0000 mgr.smithi055.asupmf (mgr.14182) 162 : cluster [DBG] pgmap v133: 65 pgs: 14 creating+peering, 4 active+clean, 47 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:22 smithi055 conmon[82634]: cluster 2023-11-15T05:41:21.511203+0000 mon.smithi055 (mon.0) 603 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T05:41:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:22 smithi055 conmon[82634]: audit 2023-11-15T05:41:21.532994+0000 mon.smithi055 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:22.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:22 smithi078 conmon[86742]: cluster 2023-11-15T05:41:21.404358+0000 mgr.smithi055.asupmf (mgr.14182) 162 : cluster [DBG] pgmap v133: 65 pgs: 14 creating+peering, 4 active+clean, 47 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:22.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:22 smithi078 conmon[86742]: cluster 2023-11-15T05:41:21.511203+0000 mon.smithi055 (mon.0) 603 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T05:41:22.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:22 smithi078 conmon[86742]: audit 2023-11-15T05:41:21.532994+0000 mon.smithi055 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:23.231 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T05:41:23.280 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-15T05:41:23.283 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:23.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:23 smithi055 conmon[82634]: cluster 2023-11-15T05:41:22.519411 2023-11-15T05:41:23.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:23 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 605 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T05:41:23.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:23 smithi055 conmon[82634]: audit 2023-11-15T05:41:22.599192+0000 mgr.smithi055.asupmf (mgr.14182) 163 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:23.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:23 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:22.602621+0000 mgr.smithi055.asupmf (mgr.14182) 164 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-11-15T05:41:23.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:23 smithi055 conmon[82634]: audit 2023-11-15T05:41:22.610264+0000 mon.smithi055 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:23.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:23 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:22.610831+0000 mgr.smithi055.asupmf (mgr.14182) 165 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T05:41:23.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:23 smithi055 conmon[82634]: audit 2023-11-15T05:41:22.617942+0000 mon.smithi055 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:23.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: cluster 2023-11-15T05:41:22.519411+0000 mon.smithi055 (mon.0) 605 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T05:41:23.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: audit 2023-11-15T05:41:22.599192+0000 mgr.smithi055.asupmf (mgr.14182) 163 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:23.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: cephadm 2023-11-15T05 2023-11-15T05:41:23.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: :41:22.602621+0000 mgr.smithi055.asupmf (mgr.14182) 164 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-11-15T05:41:23.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: 2023-11-15T05:41:23.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: audit 2023-11-15T05:41:23.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: 2023-11-15T05:41:22. 2023-11-15T05:41:23.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: 610264+0000 mon.smithi055 (mon.0) 606 2023-11-15T05:41:23.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:23.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: cephadm 2023-11 2023-11-15T05:41:23.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: -15T05:41:22.610831+0000 mgr.smithi055.asupmf ( 2023-11-15T05:41:23.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: mgr.14182) 165 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T05:41:23.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: 2023-11-15T05:41:23.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:41:23.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: 15T05:41:22.617942+0000 mon.smithi055 2023-11-15T05:41:23.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: (mon.0) 607 : audit [INF] 2023-11-15T05:41:23.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:23 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:24.892 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:24 smithi055 conmon[82634]: cluster 2023-11-15T05:41:23.404717+0000 mgr.smithi055.asupmf 2023-11-15T05:41:24.893 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:24 smithi055 conmon[82634]: (mgr.14182) 166 : cluster [DBG] pgmap v136: 65 pgs: 14 creating+peering, 46 active+clean, 5 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:24.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:24 smithi078 conmon[86742]: cluster 2023-11-15T05:41:23.404717+0000 mgr.smithi055.asupmf (mgr.14182) 166 : cluster [DBG] 2023-11-15T05:41:24.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:24 smithi078 conmon[86742]: pgmap v136: 65 pgs: 14 creating+peering, 46 active+clean, 5 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:25.133 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:25.133 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:25.553 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:26.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: audit 2023-11-15T05:41:25.128598+0000 mgr.smithi055.asupmf (mgr.14182) 167 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:26.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: audit 2023-11-15T05:41:25.228451+0000 mon.smithi055 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:26.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: cluster 2023-11-15T05:41:25.405105+0000 mgr.smithi055.asupmf (mgr.14182) 168 : cluster [DBG] pgmap v137: 65 pgs: 7 creating+peering, 58 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:26.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: audit 2023-11-15T05:41:25.636733+0000 mon.smithi055 (mon.0) 609 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:26.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: audit 2023-11-15T05:41:25.637438+0000 mon.smithi055 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:41:26.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: audit 2023-11-15T05:41:25.645965+0000 mon.smithi055 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:26.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: audit 2023-11-15T05:41:25.649430+0000 mon.smithi055 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:41:26.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: audit 2023-11-15T05:41:25.661224+0000 mon.smithi055 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:26.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: audit 2023-11-15T05:41:25.661915+0000 mon.smithi055 (mon.0) 614 : audit 2023-11-15T05:41:26.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi078.jztjge", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T05:41:26.554 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: audit 2023-11-15T05:41:25.665403+0000 mon.smithi055 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi078.jztjge", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T05:41:26.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: audit 2023-11-15T05:41:25.665998+0000 mon.smithi055 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:26.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:26 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:25.666566+0000 mgr.smithi055.asupmf (mgr.14182) 169 : cephadm [INF] Deploying daemon mds.foofs.smithi078.jztjge on smithi078 2023-11-15T05:41:26.555 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:26.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: audit 2023-11-15T05:41:25.128598+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:41:26.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 167 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:26.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: audit 2023-11-15T05:41:25.228451+0000 mon.smithi055 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:26.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: cluster 2023-11-15T05:41:25.405105+0000 2023-11-15T05:41:26.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 168 : cluster [DBG] 2023-11-15T05:41:26.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: pgmap v137: 65 pgs: 7 creating+peering, 58 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:26.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:41:26.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: T05:41:25.636733+0000 mon.smithi055 2023-11-15T05:41:26.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: (mon.0) 609 : audit [DBG] 2023-11-15T05:41:26.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:26.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: audit 2023-11-15T 2023-11-15T05:41:26.572 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 05:41:25.637438+0000 mon.smithi055 ( 2023-11-15T05:41:26.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:41:26.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 2023-11-15T05:41:26.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:41:26.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 41:25.645965+0000 mon.smithi055 (mon. 2023-11-15T05:41:26.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 0) 611 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:26.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:41:26.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 15T05:41:25.649430+0000 2023-11-15T05:41:26.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: mon.smithi055 (mon.0) 612 : audit [DBG] 2023-11-15T05:41:26.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:41:26.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:41:26.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: -15T05:41:25.661224+0000 2023-11-15T05:41:26.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: mon.smithi055 (mon.0) 613 : audit 2023-11-15T05:41:26.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:26.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:41:26.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 11-15T05:41:25.661915 2023-11-15T05:41:26.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 614 : audit 2023-11-15T05:41:26.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi078.jztjge", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T05:41:26.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:41:26.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 11-15T05:41:25.665403 2023-11-15T05:41:26.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 615 : audit 2023-11-15T05:41:26.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi078.jztjge", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T05:41:26.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:41:26.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: T05:41:25.665998+0000 2023-11-15T05:41:26.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: mon.smithi055 (mon.0) 616 : audit 2023-11-15T05:41:26.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:26.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:26.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 2023-11-15T05:41: 2023-11-15T05:41:26.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 25.666566+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:41:26.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:26 smithi078 conmon[86742]: 14182) 169 : cephadm [INF] Deploying daemon mds.foofs.smithi078.jztjge on smithi078 2023-11-15T05:41:28.298 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:28.298 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:28.890 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: cluster 2023-11-15T05:41:27.405500+0000 mgr.smithi055.asupmf (mgr.14182) 170 : cluster [DBG] pgmap v138: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:28.891 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: audit 2023-11-15T05:41:27.836624+0000 mon.smithi055 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:28.891 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: audit 2023-11-15T05:41:27.837754+0000 mon.smithi055 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi055.exjcyn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T05:41:28.891 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: audit 2023-11-15T05:41:27.841412+0000 mon.smithi055 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi055.exjcyn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T05:41:28.891 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: audit 2023-11-15T05:41:27.842041+0000 mon.smithi055 (mon.0) 620 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:28.891 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:27.842623+0000 mgr.smithi055.asupmf (mgr.14182) 171 : cephadm [INF] Deploying daemon mds.foofs.smithi055.exjcyn on smithi055 2023-11-15T05:41:28.892 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: cluster 2023-11-15T05:41:28.465238+0000 mon.smithi055 (mon.0) 621 : cluster [DBG] mds.? [v2:172.21.15.78:6832/2305030740,v1:172.21.15.78:6833/2305030740] up:boot 2023-11-15T05:41:28.892 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: cluster 2023-11-15T05:41:28.465286+0000 mon.smithi055 (mon.0) 622 : cluster [INF] daemon mds.foofs.smithi078.jztjge assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-15T05:41:28.892 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: cluster 2023-11-15T05:41:28.465335+0000 mon.smithi055 (mon.0) 623 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-15T05:41:28.892 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: cluster 2023-11-15T05:41:28.465354+0000 mon.smithi055 (mon.0) 624 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-15T05:41:28.892 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: cluster 2023-11-15T05:41:28.465366+0000 mon.smithi055 (mon.0) 625 : cluster [INF] Cluster is now healthy 2023-11-15T05:41:28.893 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: cluster 2023-11-15T05:41:28.465490+0000 mon.smithi055 (mon.0) 626 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-15T05:41:28.893 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: audit 2023-11-15T05:41:28.465579+0000 mon.smithi055 (mon.0) 2023-11-15T05:41:28.893 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: 627 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi078.jztjge"}]: dispatch 2023-11-15T05:41:28.893 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: cluster 2023-11 2023-11-15T05:41:28.893 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: -15T05:41:28.468105+0000 mon.smithi055 2023-11-15T05:41:28.894 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: (mon.0) 628 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi078.jztjge=up:creating} 2023-11-15T05:41:28.894 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: cluster 2023- 2023-11-15T05:41:28.894 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: 11-15T05:41:28.479112+0000 2023-11-15T05:41:28.894 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: mon.smithi055 (mon.0) 629 : cluster [INF] 2023-11-15T05:41:28.894 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:28 smithi055 conmon[82634]: daemon mds.foofs.smithi078.jztjge is now active in filesystem foofs as rank 0 2023-11-15T05:41:28.909 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:29.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: cluster 2023-11-15T05:41:27.405500+0000 mgr.smithi055.asupmf (mgr.14182) 170 : cluster 2023-11-15T05:41:29.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: [DBG] pgmap v138: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:29.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: audit 2023-11-15T05:41:27.836624+0000 mon.smithi055 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:29.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: audit 2023-11-15T05:41:27.837754+0000 mon.smithi055 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi055.exjcyn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T05:41:29.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: audit 2023-11-15T05:41:27.841412+0000 mon.smithi055 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi055.exjcyn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T05:41:29.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: audit 2023-11-15T05:41:27.842041+0000 mon.smithi055 (mon.0) 620 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:29.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: cephadm 2023- 2023-11-15T05:41:29.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: 11-15T05:41:27.842623+0000 mgr.smithi055.asupmf (mgr.14182) 171 : cephadm [INF] Deploying daemon mds.foofs.smithi055.exjcyn on smithi055 2023-11-15T05:41:29.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: cluster 2023-11-15T05:41:28.465238+0000 mon.smithi055 (mon. 2023-11-15T05:41:29.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: 0) 621 : cluster [DBG] mds.? [v2:172.21.15.78:6832/2305030740,v1:172.21.15.78:6833/2305030740] up:boot 2023-11-15T05:41:29.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: cluster 2023-11-15T05:41:28.465286+0000 2023-11-15T05:41:29.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: mon.smithi055 (mon.0) 622 : cluster [INF] daemon mds.foofs.smithi078.jztjge assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-15T05:41:29.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: cluster 2023-11-15T05: 2023-11-15T05:41:29.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: 41:28.465335+0000 mon.smithi055 (mon.0) 623 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-15T05:41:29.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: cluster 2023-11-15 2023-11-15T05:41:29.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: T05:41:28.465354+0000 mon.smithi055 (mon.0) 624 : cluster [INF] 2023-11-15T05:41:29.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-15T05:41:29.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: cluster 2023-11-15T05:41 2023-11-15T05:41:29.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: :28.465366+0000 mon.smithi055 (mon.0) 625 : cluster 2023-11-15T05:41:29.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: [INF] Cluster is now healthy 2023-11-15T05:41:29.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: cluster 2023-11-15T05: 2023-11-15T05:41:29.152 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: 41:28.465490+0000 mon.smithi055 (mon.0) 626 : cluster 2023-11-15T05:41:29.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: [DBG] fsmap foofs:0 1 up:standby 2023-11-15T05:41:29.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: audit 2023-11-15T05:41 2023-11-15T05:41:29.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: :28.465579+0000 mon.smithi055 (mon.0) 627 : audit 2023-11-15T05:41:29.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi078.jztjge"}]: dispatch 2023-11-15T05:41:29.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: cluster 2023-11-15T05:41: 2023-11-15T05:41:29.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: 28.468105+0000 mon.smithi055 (mon.0) 628 : cluster [DBG] 2023-11-15T05:41:29.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: fsmap foofs:1 {0=foofs.smithi078.jztjge=up:creating} 2023-11-15T05:41:29.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: cluster 2023-11-15T05:41:28 2023-11-15T05:41:29.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: .479112+0000 mon.smithi055 (mon.0) 629 : cluster [INF] daemon mds.foofs.smithi078.jztjge is now active in filesystem foofs as rank 0 2023-11-15T05:41:29.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:28 smithi078 conmon[86742]: 2023-11-15T05:41:29.910 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:30.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:29 smithi055 conmon[82634]: audit 2023-11-15T05:41:28.294013+0000 2023-11-15T05:41:30.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:29 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 172 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:30.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:29 smithi055 conmon[82634]: cluster 2023-11-15T05:41:29.469592+0000 mon.smithi055 (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.78:6832/2305030740,v1:172.21.15.78:6833/2305030740] up:active 2023-11-15T05:41:30.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:29 smithi055 conmon[82634]: cluster 2023-11-15T05:41:29.469635+0000 mon.smithi055 (mon.0) 631 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi078.jztjge=up:active} 2023-11-15T05:41:30.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:29 smithi078 conmon[86742]: audit 2023-11-15T05:41:28.294013+0000 mgr.smithi055.asupmf (mgr.14182) 172 : audit [DBG] 2023-11-15T05:41:30.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:29 smithi078 conmon[86742]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:30.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:29 smithi078 conmon[86742]: cluster 2023-11-15T05:41:29.469592+0000 mon.smithi055 (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.78:6832/2305030740,v1:172.21.15.78:6833/2305030740] up:active 2023-11-15T05:41:30.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:29 smithi078 conmon[86742]: cluster 2023-11-15T05:41:29.469635+0000 mon.smithi055 (mon.0) 2023-11-15T05:41:30.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:29 smithi078 conmon[86742]: 631 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi078.jztjge=up:active} 2023-11-15T05:41:31.293 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:30 smithi055 conmon[82634]: cluster 2023-11-15T05:41:29.406074+0000 mgr.smithi055.asupmf (mgr.14182) 173 : cluster [DBG] pgmap v139: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:31.294 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:30 smithi055 conmon[82634]: audit 2023-11-15T05:41:30.530387+0000 mon.smithi055 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:31.294 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:30 smithi055 conmon[82634]: audit 2023-11-15T05:41:30.536742+0000 mon.smithi055 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:30 smithi078 conmon[86742]: cluster 2023-11-15T05:41:29.406074+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:41:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:30 smithi078 conmon[86742]: 14182) 173 : cluster [DBG] pgmap v139: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:30 smithi078 conmon[86742]: audit 2023-11-15T05:41:30.530387+0000 mon.smithi055 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:30 smithi078 conmon[86742]: audit 2023-11-15T05:41:30.536742+0000 2023-11-15T05:41:31.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:30 smithi078 conmon[86742]: mon.smithi055 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:31.679 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:31.679 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:32.013 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:32.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: audit 2023-11-15T05:41:30.554710+0000 mon.smithi055 (mon 2023-11-15T05:41:32.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: .0) 634 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T05:41:32.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: cluster 2023-11-15T05:41:30.999755+0000 mon.smithi055 (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.55:6834/4092709451,v1:172.21.15.55:6835/4092709451] up:boot 2023-11-15T05:41:32.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: cluster 2023-11-15T05:41:31.000206+0000 mon.smithi055 (mon.0) 636 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi078.jztjge=up:active} 1 up:standby 2023-11-15T05:41:32.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: audit 2023-11-15T05:41:31.000951+0000 mon.smithi055 (mon.0) 637 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi055.exjcyn"}]: dispatch 2023-11-15T05:41:32.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: cluster 2023-11-15T05:41:31.003817+0000 mon.smithi055 (mon.0) 638 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi078.jztjge=up:active} 1 up:standby 2023-11-15T05:41:32.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: cluster 2023-11-15T05:41:31.406440+0000 mgr.smithi055.asupmf (mgr.14182) 174 : cluster [DBG] pgmap v140: 65 pgs: 65 active+clean; 2.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:32.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: audit 2023-11-15T05:41:31.539466+0000 mon.smithi055 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T05:41:32.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: cluster 2023-11-15T05:41:31.539520+0000 mon.smithi055 (mon.0) 640 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T05:41:32.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: audit 2023-11-15T05:41:31.540933+0000 mon.smithi055 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T05:41:32.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: audit 2023-11-15T05:41:31.584631+0000 mon.smithi055 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:32.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:31 smithi055 conmon[82634]: audit 2023-11-15T05:41:31.674976+0000 mgr.smithi055.asupmf (mgr.14182) 175 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:32.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: audit 2023-11-15T05:41:30.554710+0000 mon.smithi055 (mon.0) 634 : audit 2023-11-15T05:41:32.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T05:41:32.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: cluster 2023-11-15T05:41:30.999755+0000 mon.smithi055 (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.55:6834/4092709451,v1:172.21.15.55:6835/4092709451] up:boot 2023-11-15T05:41:32.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: cluster 2023-11-15T05:41:32.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: 2023-11-15T05:41:31.000206+0000 mon.smithi055 (mon.0) 636 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi078.jztjge=up:active} 1 up:standby 2023-11-15T05:41:32.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: audit 2023-11-15T05:41:31.000951 2023-11-15T05:41:32.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 637 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi055.exjcyn"}]: dispatch 2023-11-15T05:41:32.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: cluster 2023- 2023-11-15T05:41:32.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: 11-15T05:41:31.003817+0000 mon.smithi055 (mon.0) 638 : cluster 2023-11-15T05:41:32.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: [DBG] fsmap foofs:1 {0=foofs.smithi078.jztjge=up:active} 1 up:standby 2023-11-15T05:41:32.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: cluster 2023-11-15T05 2023-11-15T05:41:32.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: :41:31.406440+0000 mgr.smithi055.asupmf (mgr.14182) 174 : cluster 2023-11-15T05:41:32.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: [DBG] pgmap v140: 65 pgs: 65 active+clean; 2.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:32.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: audit 2023-11-15T05:41 2023-11-15T05:41:32.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: :31.539466+0000 mon.smithi055 (mon.0) 639 : audit 2023-11-15T05:41:32.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T05:41:32.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: cluster 2023-11-15T05:41: 2023-11-15T05:41:32.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: 31.539520+0000 mon.smithi055 (mon.0) 640 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T05:41:32.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: audit 2023 2023-11-15T05:41:32.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: -11-15T05:41:31.540933+0000 mon.smithi055 (mon. 2023-11-15T05:41:32.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: 0) 641 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T05:41:32.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: audit 2023 2023-11-15T05:41:32.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: -11-15T05:41:31.584631+0000 mon.smithi055 (mon.0 2023-11-15T05:41:32.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: ) 642 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:32.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: audit 2023 2023-11-15T05:41:32.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: -11-15T05:41:31.674976+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:41:32.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:31 smithi078 conmon[86742]: 14182) 175 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:33.014 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:33.648 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11-15T05:41:32.543820+0000 mon.smithi055 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T05:41:33.648 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: cluster 2023-11-15T05:41:32.544008+0000 mon.smithi055 (mon.0) 644 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T05:41:33.648 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:32.545618+0000 mgr.smithi055.asupmf (mgr.14182) 176 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi055.kzmhcv 2023-11-15T05:41:33.649 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11-15T05:41:32.546049+0000 mon.smithi055 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi055.kzmhcv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T05:41:33.649 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11-15T05:41:32.556669+0000 mon.smithi055 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi055.kzmhcv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T05:41:33.649 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:32.557866+0000 mgr.smithi055.asupmf (mgr.14182) 177 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T05:41:33.649 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11-15T05:41:32.558297+0000 mon.smithi055 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T05:41:33.649 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11-15T05:41:32.566190+0000 mon.smithi055 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T05:41:33.650 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11-15T05:41:32.567933+0000 2023-11-15T05:41:33.650 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: mon.smithi055 (mon.0) 649 : audit [DBG] 2023-11-15T05:41:33.650 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:33.650 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11-15 2023-11-15T05:41:33.651 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: T05:41:32.606653 2023-11-15T05:41:33.651 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 650 : audit [INF] 2023-11-15T05:41:33.651 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T05:41:33.651 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11- 2023-11-15T05:41:33.651 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 15T05:41:32.610482 2023-11-15T05:41:33.652 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 651 : audit [INF] 2023-11-15T05:41:33.652 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T05:41:33.652 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: cephadm 2023-11-15 2023-11-15T05:41:33.652 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: T05:41:32.652701+0000 2023-11-15T05:41:33.653 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 178 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-11-15T05:41:33.653 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 2023-11-15T05:41:33.653 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: cephadm 2023-11-15T 2023-11-15T05:41:33.653 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 05:41:32.695120+0000 2023-11-15T05:41:33.654 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 179 : cephadm [INF] 2023-11-15T05:41:33.654 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: Creating key for client.nfs.foo.0.0.smithi055.kzmhcv-rgw 2023-11-15T05:41:33.654 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11-15 2023-11-15T05:41:33.654 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: T05:41:32.695468+0000 2023-11-15T05:41:33.655 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: mon.smithi055 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi055.kzmhcv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:41:33.655 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 2023-11-15T05:41:33.655 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11-15T05:41:33.657 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 2023-11-15T05: 2023-11-15T05:41:33.657 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 41:32.698557+0000 mon.smithi055 (mon. 2023-11-15T05:41:33.657 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 0) 653 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi055.kzmhcv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:41:33.657 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: audit 2023-11-15T05:41:33.657 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 2023-11-15T05: 2023-11-15T05:41:33.658 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 41:32.701942+0000 mon.smithi055 (mon. 2023-11-15T05:41:33.658 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 0) 654 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:33.658 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:33.658 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 2023-11-15T05:41 2023-11-15T05:41:33.659 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: :32.702659+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:41:33.659 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:33 smithi055 conmon[82634]: 14182) 180 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi055.kzmhcv on smithi055 2023-11-15T05:41:33.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11-15T05:41:32.543820+0000 mon.smithi055 (mon.0) 643 : 2023-11-15T05:41:33.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T05:41:33.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: cluster 2023-11-15T05:41:32.544008+0000 mon.smithi055 (mon.0) 644 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T05:41:33.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:32.545618+0000 2023-11-15T05:41:33.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 176 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi055.kzmhcv 2023-11-15T05:41:33.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:41:33.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: :41:32.546049+0000 mon.smithi055 (mon.0) 645 : 2023-11-15T05:41:33.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi055.kzmhcv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T05:41:33.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11-15T05:41:32 2023-11-15T05:41:33.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: .556669+0000 mon.smithi055 (mon.0) 646 : audit [INF] 2023-11-15T05:41:33.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi055.kzmhcv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T05:41:33.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:32.557866+0000 2023-11-15T05:41:33.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 177 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T05:41:33.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:41:33.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: -15T05:41:32.558297+0000 mon.smithi055 (mon. 2023-11-15T05:41:33.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: 0) 647 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T05:41:33.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11-15T05:41 2023-11-15T05:41:33.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: :32.566190+0000 mon.smithi055 (mon.0) 648 : audit 2023-11-15T05:41:33.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T05:41:33.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11-15T05:41: 2023-11-15T05:41:33.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: 32.567933+0000 mon.smithi055 (mon.0) 649 : audit 2023-11-15T05:41:33.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:33.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11-15T05:41:32 2023-11-15T05:41:33.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: .606653+0000 mon.smithi055 (mon.0) 650 : audit 2023-11-15T05:41:33.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T05:41:33.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11-15T05:41:32.610482 2023-11-15T05:41:33.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 651 : audit [INF] 2023-11-15T05:41:33.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T05:41:33.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:32.652701+0000 2023-11-15T05:41:33.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 178 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-11-15T05:41:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: 2023-11-15T05:41:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: 2023-11-15T05:41:32.695120+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:41:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: 179 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi055.kzmhcv-rgw 2023-11-15T05:41:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:41:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: 41:32.695468+0000 mon.smithi055 (mon.0) 652 2023-11-15T05:41:33.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi055.kzmhcv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:41:33.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11-15T05:41:32 2023-11-15T05:41:33.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: .698557+0000 mon.smithi055 (mon.0) 653 : audit 2023-11-15T05:41:33.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi055.kzmhcv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:41:33.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: audit 2023-11-15T05:41:32.701942 2023-11-15T05:41:33.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 654 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:33.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: 2023-11-15T05:41:33.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:33.907 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:33 smithi078 conmon[86742]: 2023-11-15T05:41:32.702659+0000 mgr.smithi055.asupmf (mgr.14182) 180 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi055.kzmhcv on smithi055 2023-11-15T05:41:34.831 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:34 smithi055 conmon[82634]: cluster 2023-11-15T05:41:33.406971+0000 mgr.smithi055.asupmf ( 2023-11-15T05:41:34.831 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:34 smithi055 conmon[82634]: mgr.14182) 181 : cluster [DBG] pgmap v143: 97 pgs: 8 creating+peering, 14 unknown, 75 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 5.0 KiB/s wr, 15 op/s 2023-11-15T05:41:34.831 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:34 smithi055 conmon[82634]: cluster 2023-11-15T05:41:33.552456+0000 mon.smithi055 (mon.0) 655 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T05:41:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:34 smithi078 conmon[86742]: cluster 2023-11-15T05:41:33.406971+0000 mgr.smithi055.asupmf (mgr.14182) 181 : cluster [DBG] pgmap v143: 97 pgs: 8 creating+peering, 14 unknown, 75 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 5.0 KiB/s wr, 15 op/s 2023-11-15T05:41:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:34 smithi078 conmon[86742]: cluster 2023-11-15T05:41:33.552456+0000 mon.smithi055 (mon.0) 655 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T05:41:35.220 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:35.220 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:35.761 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:36.762 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:37.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: audit 2023-11-15T05:41:35.215827+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:41:37.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: 182 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:37.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: cluster 2023-11-15T05:41:35.407360+0000 mgr.smithi055.asupmf (mgr.14182) 183 : cluster [DBG] pgmap v145: 97 pgs: 8 creating+peering, 7 unknown, 82 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.5 KiB/s wr, 7 op/s 2023-11-15T05:41:37.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: audit 2023-11-15T05:41:35.673152+0000 mon.smithi055 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:37.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:35.674283+0000 mgr.smithi055.asupmf (mgr.14182) 184 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi078.veoanh 2023-11-15T05:41:37.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: audit 2023-11-15T05:41:35.674539+0000 mon.smithi055 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi078.veoanh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T05:41:37.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: audit 2023-11-15T05:41:35.682272+0000 mon.smithi055 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi078.veoanh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T05:41:37.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: cephadm 2023-11-15T05 2023-11-15T05:41:37.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: :41:35.682799+0000 mgr.smithi055.asupmf (mgr.14182) 185 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-15T05:41:37.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: audit 2023-11-15T05:41 2023-11-15T05:41:37.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: :35.683022+0000 mon.smithi055 (mon.0) 659 : audit [INF] 2023-11-15T05:41:37.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T05:41:37.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: audit 2023-11-15T05:41:37.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: 2023-11-15T05:41:35.690034+0000 mon.smithi055 ( 2023-11-15T05:41:37.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T05:41:37.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: audit 2023-11-15 2023-11-15T05:41:37.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: T05:41:35.691007+0000 mon.smithi055 (mon. 2023-11-15T05:41:37.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: 0) 661 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:37.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: audit 2023-11-15T05: 2023-11-15T05:41:37.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: 41:36.527914+0000 mon.smithi055 (mon.0) 662 2023-11-15T05:41:37.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:37.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: audit 2023-11-15T05: 2023-11-15T05:41:37.057 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: 41:36.596936+0000 mon.smithi055 (mon.0) 2023-11-15T05:41:37.058 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:36 smithi055 conmon[82634]: 663 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:37.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: audit 2023-11-15T05:41:35.215827+0000 mgr.smithi055.asupmf (mgr.14182) 182 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:37.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: cluster 2023-11-15T05:41:35.407360+0000 mgr.smithi055.asupmf (mgr.14182) 183 : cluster [DBG] pgmap v145: 97 pgs: 8 creating+peering, 7 unknown, 82 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.5 KiB/s wr, 7 op/s 2023-11-15T05:41:37.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: audit 2023-11-15T05:41:35.673152+0000 mon.smithi055 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:37.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:35.674283+0000 mgr.smithi055.asupmf (mgr.14182) 184 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi078.veoanh 2023-11-15T05:41:37.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: audit 2023-11-15T05:41:35.674539+0000 mon.smithi055 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi078.veoanh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T05:41:37.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: audit 2023-11-15T05:41:35.682272+0000 mon.smithi055 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi078.veoanh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T05:41:37.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:35.682799+0000 mgr.smithi055.asupmf (mgr.14182) 185 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-15T05:41:37.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: audit 2023-11-15T05:41:35.683022+0000 mon.smithi055 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T05:41:37.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: audit 2023-11-15T05:41:35.690034+0000 mon.smithi055 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T05:41:37.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: audit 2023-11-15T05:41 2023-11-15T05:41:37.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: :35.691007+0000 mon.smithi055 (mon.0) 661 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:37.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: audit 2023 2023-11-15T05:41:37.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: -11-15T05:41:36.527914+0000 mon.smithi055 2023-11-15T05:41:37.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:37.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:41:37.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: -15T05:41:36.596936+0000 mon.smithi055 ( 2023-11-15T05:41:37.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:36 smithi078 conmon[86742]: mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:38.562 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:38.562 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: cluster 2023-11-15T05:41:37.407922+0000 mgr.smithi055.asupmf ( 2023-11-15T05:41:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: mgr.14182) 186 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 5 op/s 2023-11-15T05:41:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: audit 2023-11-15T05:41:38.551539+0000 mon.smithi055 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T05:41:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: audit 2023-11-15T05:41:38.558782+0000 mon.smithi055 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T05:41:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: audit 2023-11-15T 2023-11-15T05:41:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: 05:41:38.606126+0000 mon.smithi055 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi078.veoanh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:41:38.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: audit 2023-11-15T05:41:38.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: 2023-11-15T05:41:38.609486+0000 mon.smithi055 (mon 2023-11-15T05:41:38.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: .0) 667 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi078.veoanh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:41:38.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: audit 2023-11-15T05:41:38.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: 2023-11-15T05:41:38.610555 2023-11-15T05:41:38.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 668 : audit [DBG] 2023-11-15T05:41:38.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:38 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:39.019 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:39.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: cluster 2023-11-15T05:41:37.407922+0000 mgr.smithi055.asupmf (mgr.14182) 186 : 2023-11-15T05:41:39.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 5 op/s 2023-11-15T05:41:39.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: audit 2023-11-15T05:41:38.551539+0000 mon.smithi055 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T05:41:39.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: audit 2023-11-15T05:41:38 2023-11-15T05:41:39.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: .558782+0000 mon.smithi055 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T05:41:39.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:41:39.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: 11-15T05:41:38.606126 2023-11-15T05:41:39.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 666 : audit 2023-11-15T05:41:39.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi078.veoanh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:41:39.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:41:39.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: 11-15T05:41:38.609486+0000 2023-11-15T05:41:39.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: mon.smithi055 (mon.0) 667 : audit 2023-11-15T05:41:39.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi078.veoanh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:41:39.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: audit 2023- 2023-11-15T05:41:39.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: 11-15T05:41:38.610555 2023-11-15T05:41:39.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 668 : audit 2023-11-15T05:41:39.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:38 smithi078 conmon[86742]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:39.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:39 smithi078 conmon[86742]: audit 2023-11-15T05:41:38.557187+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:41:39.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:39 smithi078 conmon[86742]: 14182) 187 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:39.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:39 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:38.605701+0000 mgr.smithi055.asupmf (mgr.14182) 188 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T05:41:39.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:39 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:38.605799+0000 mgr.smithi055.asupmf (mgr.14182) 189 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi078.veoanh-rgw 2023-11-15T05:41:39.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:39 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:38.611394+0000 mgr.smithi055.asupmf (mgr.14182) 190 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi078.veoanh on smithi078 2023-11-15T05:41:40.021 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:40.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:39 smithi055 conmon[82634]: audit 2023-11-15T05:41:38.557187+0000 2023-11-15T05:41:40.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:39 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 187 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:40.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:39 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:38.605701+0000 mgr.smithi055.asupmf (mgr.14182) 188 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T05:41:40.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:39 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:38.605799+0000 mgr.smithi055.asupmf (mgr.14182) 189 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi078.veoanh-rgw 2023-11-15T05:41:40.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:39 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:38.611394+0000 mgr.smithi055.asupmf (mgr.14182) 190 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi078.veoanh on smithi078 2023-11-15T05:41:40.972 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:40 smithi055 conmon[82634]: cluster 2023-11-15T05:41:39.408550+0000 mgr.smithi055.asupmf 2023-11-15T05:41:40.973 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:40 smithi055 conmon[82634]: (mgr.14182) 191 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-11-15T05:41:41.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:40 smithi078 conmon[86742]: cluster 2023-11-15T05:41:39.408550+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:41:41.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:40 smithi078 conmon[86742]: .14182) 191 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-11-15T05:41:41.865 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:41.865 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:42.088 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:41 smithi055 conmon[82634]: audit 2023-11-15T05:41:40.805951+0000 mon.smithi055 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:42.089 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:41 smithi055 conmon[82634]: audit 2023-11-15T05:41:40.812471+0000 mon.smithi055 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:42.089 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:41 smithi055 conmon[82634]: cephadm 2023-11-15T05:41:40.820442+0000 mgr.smithi055.asupmf (mgr.14182) 192 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.lrvbwb on smithi078 2023-11-15T05:41:42.089 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:41 smithi055 conmon[82634]: audit 2023-11-15T05:41:41.605487+0000 mon.smithi055 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:42.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:41 smithi078 conmon[86742]: audit 2023-11-15T05:41:40.805951+0000 mon.smithi055 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:42.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:41 smithi078 conmon[86742]: audit 2023-11-15T05:41:40.812471+0000 mon.smithi055 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:42.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:41 smithi078 conmon[86742]: cephadm 2023-11-15T05:41:40.820442+0000 mgr.smithi055.asupmf (mgr.14182) 192 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.lrvbwb on smithi078 2023-11-15T05:41:42.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:41 smithi078 conmon[86742]: audit 2023-11-15T05:41:41.605487+0000 mon.smithi055 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:42.286 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:43.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:42 smithi078 conmon[86742]: cluster 2023-11-15T05:41:41.409234+0000 mgr.smithi055.asupmf (mgr.14182) 193 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2023-11-15T05:41:43.287 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:43.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:42 smithi055 conmon[82634]: cluster 2023-11-15T05:41:41.409234+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:41:43.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:42 smithi055 conmon[82634]: ) 193 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2023-11-15T05:41:44.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:43 smithi078 conmon[86742]: audit 2023-11-15T05:41:41.861119+0000 mgr.smithi055.asupmf (mgr.14182) 194 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:44.202 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:43 smithi055 conmon[82634]: audit 2023-11-15T05:41:41.861119+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:41:44.203 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:43 smithi055 conmon[82634]: ) 194 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:45.000 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:45.000 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:45.023 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:44 smithi055 conmon[82634]: cluster 2023-11-15T05:41:43.409826+0000 mgr.smithi055.asupmf (mgr.14182) 195 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2023-11-15T05:41:45.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:44 smithi078 conmon[86742]: cluster 2023-11-15T05:41:43.409826+0000 mgr.smithi055.asupmf (mgr.14182) 195 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2023-11-15T05:41:45.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:44 smithi078 conmon[86742]: 2023-11-15T05:41:45.451 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:46.453 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:47.087 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:46 smithi055 conmon[82634]: audit 2023-11-15T05:41:44.996401+0000 mgr.smithi055.asupmf ( 2023-11-15T05:41:47.087 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:46 smithi055 conmon[82634]: mgr.14182) 196 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:47.087 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:46 smithi055 conmon[82634]: cluster 2023-11-15T05:41:45.410410+0000 mgr.smithi055.asupmf (mgr.14182) 197 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-15T05:41:47.087 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:46 smithi055 conmon[82634]: audit 2023-11-15T05:41:46.613163+0000 mon.smithi055 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:47.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:46 smithi078 conmon[86742]: audit 2023-11-15T05:41:44.996401+0000 mgr.smithi055.asupmf (mgr.14182) 196 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:47.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:46 smithi078 conmon[86742]: cluster 2023-11-15T05:41:45.410410+0000 mgr.smithi055.asupmf (mgr.14182) 197 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-15T05:41:47.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:46 smithi078 conmon[86742]: audit 2023-11-15T05:41:46.613163+0000 mon.smithi055 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:41:48.299 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:48.299 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:48.718 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:49.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:48 smithi055 conmon[82634]: cluster 2023-11-15T05:41:47.410860+0000 mgr.smithi055.asupmf (mgr.14182) 198 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-15T05:41:49.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:48 smithi078 conmon[86742]: cluster 2023-11-15T05:41:47.410860+0000 mgr.smithi055.asupmf (mgr.14182) 198 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-15T05:41:49.719 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:50.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:49 smithi055 conmon[82634]: audit 2023-11-15T05:41:48.295362 2023-11-15T05:41:50.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:49 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 199 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:50.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:49 smithi078 conmon[86742]: audit 2023-11-15T05:41:48.295362+0000 mgr.smithi055.asupmf (mgr.14182) 199 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:51.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:50 smithi055 conmon[82634]: cluster 2023-11-15T05:41:49.411405+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:41:51.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:50 smithi055 conmon[82634]: .14182) 200 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-15T05:41:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:50 smithi078 conmon[86742]: cluster 2023-11-15T05:41:49.411405+0000 mgr.smithi055.asupmf (mgr.14182) 200 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-15T05:41:51.447 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:51.448 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:51.881 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:52.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:52 smithi078 conmon[86742]: cluster 2023-11-15T05:41:51.411885+0000 mgr.smithi055.asupmf (mgr.14182) 201 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 767 B/s wr, 2 op/s 2023-11-15T05:41:52.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:52 smithi078 conmon[86742]: audit 2023-11-15T05:41:51.443664+0000 mgr.smithi055.asupmf (mgr.14182) 202 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:52.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:52 smithi055 conmon[82634]: cluster 2023-11-15T05:41:51.411885+0000 mgr.smithi055.asupmf (mgr.14182) 201 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 767 B/s wr, 2 op/s 2023-11-15T05:41:52.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:52 smithi055 conmon[82634]: audit 2023-11-15T05:41:51.443664+0000 mgr.smithi055.asupmf (mgr.14182) 202 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:52.882 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:54.597 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:54.598 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:54.770 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:54 smithi055 conmon[82634]: cluster 2023-11-15T05:41:53.412471+0000 2023-11-15T05:41:54.770 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:54 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 203 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 682 B/s wr, 2 op/s 2023-11-15T05:41:54.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:54 smithi078 conmon[86742]: cluster 2023-11-15T05:41:53.412471+0000 mgr.smithi055.asupmf (mgr.14182) 203 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 682 B/s wr, 2 op/s 2023-11-15T05:41:55.042 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:55.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:55 smithi055 conmon[82634]: audit 2023-11-15T05:41:54.593073+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:41:55.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:55 smithi055 conmon[82634]: 204 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:55.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:55 smithi078 conmon[86742]: audit 2023-11-15T05:41:54.593073+0000 mgr.smithi055.asupmf (mgr.14182) 204 2023-11-15T05:41:55.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:55 smithi078 conmon[86742]: : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:56.043 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:41:56.750 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:56 smithi055 conmon[82634]: cluster 2023-11-15T05:41:55.412887+0000 mgr.smithi055.asupmf ( 2023-11-15T05:41:56.751 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:56 smithi055 conmon[82634]: mgr.14182) 205 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-11-15T05:41:56.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:56 smithi078 conmon[86742]: cluster 2023-11-15T05:41:55.412887+0000 mgr.smithi055.asupmf (mgr.14182) 205 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-11-15T05:41:57.780 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:41:57.780 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:41:58.205 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:41:58.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:58 smithi055 conmon[82634]: cluster 2023-11-15T05:41:57.413318 2023-11-15T05:41:58.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:58 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 206 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:41:58.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:41:58 smithi055 conmon[82634]: audit 2023-11-15T05:41:57.776004+0000 mgr.smithi055.asupmf (mgr.14182) 207 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:58 smithi078 conmon[86742]: cluster 2023-11-15T05:41:57.413318+0000 mgr.smithi055.asupmf (mgr.14182) 206 : cluster 2023-11-15T05:41:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:58 smithi078 conmon[86742]: [DBG] pgmap v156: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:41:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:41:58 smithi078 conmon[86742]: audit 2023-11-15T05:41:57.776004+0000 mgr.smithi055.asupmf (mgr.14182) 207 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:59.206 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:00 smithi055 conmon[82634]: cluster 2023-11-15T05:41:59.413755+0000 mgr.smithi055.asupmf (mgr.14182) 208 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:00.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:00 smithi078 conmon[86742]: cluster 2023-11-15T05:41:59.413755+0000 mgr.smithi055.asupmf (mgr.14182) 208 : cluster 2023-11-15T05:42:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:00 smithi078 conmon[86742]: [DBG] pgmap v157: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:01.027 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:01.027 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:01.368 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:02.370 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:02.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:02 smithi078 conmon[86742]: audit 2023-11-15T05:42:01.022518+0000 mgr.smithi055.asupmf (mgr.14182) 209 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:02.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:02 smithi078 conmon[86742]: cluster 2023-11-15T05:42:01.414189+0000 mgr.smithi055.asupmf (mgr.14182) 210 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:02.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:02 smithi055 conmon[82634]: audit 2023-11-15T05:42:01.022518+0000 mgr.smithi055.asupmf (mgr.14182) 209 : audit [DBG] 2023-11-15T05:42:02.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:02 smithi055 conmon[82634]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:02.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:02 smithi055 conmon[82634]: cluster 2023-11-15T05:42:01.414189+0000 mgr.smithi055.asupmf (mgr.14182) 210 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:04.213 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:04.213 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:04.489 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:04 smithi055 conmon[82634]: cluster 2023-11-15T05:42:03.414648+0000 mgr.smithi055.asupmf (mgr.14182) 211 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:04.531 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:04.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:04 smithi078 conmon[86742]: cluster 2023-11-15T05:42:03.414648+0000 mgr.smithi055.asupmf (mgr.14182) 211 : cluster [DBG] 2023-11-15T05:42:04.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:04 smithi078 conmon[86742]: pgmap v159: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:05.532 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:05.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:05 smithi055 conmon[82634]: audit 2023-11-15T05:42:04.209134+0000 mgr.smithi055.asupmf (mgr.14182) 212 : audit 2023-11-15T05:42:05.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:05 smithi055 conmon[82634]: [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:05.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:05 smithi078 conmon[86742]: audit 2023-11-15T05:42:04.209134+0000 mgr.smithi055.asupmf (mgr.14182) 212 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:06.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:06 smithi055 conmon[82634]: cluster 2023-11-15T05:42:05.415291+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:42:06.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:06 smithi055 conmon[82634]: 14182) 213 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:06 smithi078 conmon[86742]: cluster 2023-11-15T05:42:05.415291+0000 mgr.smithi055.asupmf (mgr.14182) 213 : cluster [DBG] 2023-11-15T05:42:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:06 smithi078 conmon[86742]: pgmap v160: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:07.313 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:07.314 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:07.794 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:08.796 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:08 smithi055 conmon[82634]: audit 2023-11-15T05:42:07.309864+0000 mgr.smithi055.asupmf (mgr.14182) 214 2023-11-15T05:42:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:08 smithi055 conmon[82634]: : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:08 smithi055 conmon[82634]: cluster 2023-11-15T05:42:07.415745+0000 mgr.smithi055.asupmf (mgr.14182) 215 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:08 smithi078 conmon[86742]: audit 2023-11-15T05:42:07.309864+0000 mgr.smithi055.asupmf (mgr.14182) 214 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:08 smithi078 conmon[86742]: cluster 2023-11-15T05:42:07.415745+0000 mgr.smithi055.asupmf (mgr.14182) 215 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:10.515 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:10.515 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:10.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:10 smithi055 conmon[82634]: cluster 2023-11-15T05:42:09.416371+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:42:10.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:10 smithi055 conmon[82634]: 14182) 216 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:10 smithi078 conmon[86742]: cluster 2023-11-15T05:42:09.416371+0000 mgr.smithi055.asupmf (mgr.14182) 216 : cluster [DBG] 2023-11-15T05:42:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:10 smithi078 conmon[86742]: pgmap v162: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:10.944 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:11.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:11 smithi055 conmon[82634]: audit 2023-11-15T05:42:10.510888+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:42:11.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:11 smithi055 conmon[82634]: ) 217 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:11.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:11 smithi078 conmon[86742]: audit 2023-11-15T05:42:10.510888+0000 mgr.smithi055.asupmf (mgr.14182) 217 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:11.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:11 smithi078 conmon[86742]: 2023-11-15T05:42:11.945 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:12.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:12 smithi055 conmon[82634]: cluster 2023-11-15T05:42:11.416888+0000 mgr.smithi055.asupmf (mgr.14182) 218 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:12.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:12 smithi078 conmon[86742]: cluster 2023-11-15T05:42:11.416888+0000 mgr.smithi055.asupmf (mgr.14182) 218 : cluster 2023-11-15T05:42:12.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:12 smithi078 conmon[86742]: [DBG] pgmap v163: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:13.768 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:13.769 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:14.210 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:14.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:14 smithi055 conmon[82634]: cluster 2023-11-15T05:42:13.417367+0000 2023-11-15T05:42:14.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:14 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 219 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:14.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:14 smithi055 conmon[82634]: audit 2023-11-15T05:42:13.764680+0000 mgr.smithi055.asupmf (mgr.14182) 220 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:14.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:14 smithi078 conmon[86742]: cluster 2023-11-15T05:42:13.417367+0000 mgr.smithi055.asupmf (mgr.14182) 219 : cluster [DBG] 2023-11-15T05:42:14.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:14 smithi078 conmon[86742]: pgmap v164: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:14.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:14 smithi078 conmon[86742]: audit 2023-11-15T05:42:13.764680+0000 mgr.smithi055.asupmf (mgr.14182) 220 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:15.211 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:16.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:16 smithi055 conmon[82634]: cluster 2023-11-15T05:42:15.417769+0000 mgr.smithi055.asupmf (mgr.14182) 221 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:16.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:16 smithi078 conmon[86742]: cluster 2023-11-15T05:42:15.417769+0000 mgr.smithi055.asupmf (mgr.14182) 221 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:16.928 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:16.928 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:17.372 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:18.373 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:18 smithi055 conmon[82634]: audit 2023-11-15T05:42:16.924164+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:42:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:18 smithi055 conmon[82634]: .14182) 222 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:18 smithi055 conmon[82634]: cluster 2023-11-15T05:42:17.418216+0000 mgr.smithi055.asupmf (mgr.14182) 223 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:18 smithi078 conmon[86742]: audit 2023-11-15T05:42:16.924164+0000 mgr.smithi055.asupmf (mgr.14182) 222 : audit [DBG] 2023-11-15T05:42:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:18 smithi078 conmon[86742]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:18.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:18 smithi078 conmon[86742]: cluster 2023-11-15T05:42:17.418216+0000 mgr.smithi055.asupmf (mgr.14182) 223 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:20.111 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:20.111 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:20.536 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:20.894 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:20 smithi055 conmon[82634]: cluster 2023-11-15T05:42:19.418742+0000 mgr.smithi055.asupmf (mgr.14182) 224 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:20.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:20 smithi078 conmon[86742]: cluster 2023-11-15T05:42:19.418742+0000 mgr.smithi055.asupmf (mgr.14182) 224 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:21.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:21 smithi055 conmon[82634]: audit 2023-11-15T05:42:20.107239+0000 mgr.smithi055.asupmf (mgr.14182) 225 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:21.894 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:21.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:21 smithi078 conmon[86742]: audit 2023-11-15T05:42:20.107239+0000 mgr.smithi055.asupmf (mgr.14182) 225 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:22 smithi055 conmon[82634]: cluster 2023-11-15T05:42:21.419240+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:42:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:22 smithi055 conmon[82634]: 226 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:22.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:22 smithi078 conmon[86742]: cluster 2023-11-15T05:42:21.419240+0000 mgr.smithi055.asupmf (mgr.14182) 226 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:23.697 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:23.697 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:24.046 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:24.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:24 smithi055 conmon[82634]: cluster 2023-11-15T05:42:23.419736+0000 mgr.smithi055.asupmf (mgr.14182) 227 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:24.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:24 smithi055 conmon[82634]: audit 2023-11-15T05:42:23.691576+0000 mgr.smithi055.asupmf (mgr.14182) 228 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:24.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:24 smithi078 conmon[86742]: cluster 2023-11-15T05:42:23.419736+0000 mgr.smithi055.asupmf (mgr.14182) 227 : cluster [DBG] 2023-11-15T05:42:24.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:24 smithi078 conmon[86742]: pgmap v169: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:24.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:24 smithi078 conmon[86742]: audit 2023-11-15T05:42:23.691576+0000 mgr.smithi055.asupmf (mgr.14182) 228 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:25.047 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:26.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:26 smithi055 conmon[82634]: cluster 2023-11-15T05:42:25.420171+0000 mgr.smithi055.asupmf (mgr.14182) 229 : cluster 2023-11-15T05:42:26.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:26 smithi055 conmon[82634]: [DBG] pgmap v170: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:26.893 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:26.893 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:26.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:26 smithi078 conmon[86742]: cluster 2023-11-15T05:42:25.420171+0000 mgr.smithi055.asupmf (mgr.14182) 229 : cluster [DBG] 2023-11-15T05:42:26.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:26 smithi078 conmon[86742]: pgmap v170: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:27.308 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:28.310 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:28.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:28 smithi055 conmon[82634]: audit 2023-11-15T05:42:26.889457+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:42:28.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:28 smithi055 conmon[82634]: .14182) 230 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:28.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:28 smithi055 conmon[82634]: cluster 2023-11-15T05:42:27.420622+0000 mgr.smithi055.asupmf (mgr.14182) 231 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:28 smithi078 conmon[86742]: audit 2023-11-15T05:42:26.889457+0000 mgr.smithi055.asupmf (mgr.14182) 230 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:28 smithi078 conmon[86742]: cluster 2023-11-15T05:42:27.420622+0000 mgr.smithi055.asupmf (mgr.14182) 231 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:30.022 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:30.022 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:30.473 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:30.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:30 smithi055 conmon[82634]: cluster 2023-11-15T05:42:29. 2023-11-15T05:42:30.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:30 smithi055 conmon[82634]: 421063+0000 mgr.smithi055.asupmf (mgr.14182) 232 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:30.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:30 smithi078 conmon[86742]: cluster 2023-11-15T05:42:29.421063+0000 mgr.smithi055.asupmf (mgr.14182) 232 : cluster 2023-11-15T05:42:30.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:30 smithi078 conmon[86742]: [DBG] pgmap v172: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:31.474 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:31.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:31 smithi055 conmon[82634]: audit 2023-11-15T05:42:30.017515+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:42:31.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:31 smithi055 conmon[82634]: ) 233 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:31.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:31 smithi078 conmon[86742]: audit 2023-11-15T05:42:30.017515+0000 mgr.smithi055.asupmf (mgr.14182) 233 : audit [DBG] 2023-11-15T05:42:31.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:31 smithi078 conmon[86742]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:32.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:32 smithi055 conmon[82634]: cluster 2023-11-15T05:42:31.421804+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:42:32.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:32 smithi055 conmon[82634]: .14182) 234 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:32.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:32 smithi078 conmon[86742]: cluster 2023-11-15T05:42:31.421804+0000 mgr.smithi055.asupmf (mgr.14182) 234 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:32.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:32 smithi078 conmon[86742]: 2023-11-15T05:42:33.515 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:33.516 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:33.935 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:34 smithi078 conmon[86742]: cluster 2023-11-15T05:42:33.422279+0000 mgr.smithi055.asupmf (mgr.14182) 235 : cluster 2023-11-15T05:42:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:34 smithi078 conmon[86742]: [DBG] pgmap v174: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:34 smithi078 conmon[86742]: audit 2023-11-15T05:42:33.512112+0000 mgr.smithi055.asupmf (mgr.14182) 236 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:34.937 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:34.968 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:34 smithi055 conmon[82634]: cluster 2023-11-15T05:42:33.422279+0000 mgr.smithi055.asupmf (mgr.14182) 235 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:34.968 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:34 smithi055 conmon[82634]: audit 2023-11-15T05:42:33.512112+0000 mgr.smithi055.asupmf (mgr.14182) 236 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:36.773 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:36.773 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:36.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:36 smithi055 conmon[82634]: cluster 2023-11-15T05:42:35 2023-11-15T05:42:36.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:36 smithi055 conmon[82634]: .422862+0000 mgr.smithi055.asupmf (mgr.14182) 237 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:36.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:36 smithi078 conmon[86742]: cluster 2023-11-15T05:42:35.422862+0000 mgr.smithi055.asupmf (mgr.14182) 237 : cluster [DBG] 2023-11-15T05:42:36.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:36 smithi078 conmon[86742]: pgmap v175: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:37.197 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:37 smithi055 conmon[82634]: audit 2023-11-15T05:42:36.768491+0000 mgr.smithi055.asupmf (mgr.14182) 238 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:37.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:37 smithi078 conmon[86742]: audit 2023-11-15T05:42:36.768491+0000 mgr.smithi055.asupmf (mgr.14182) 238 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:37 smithi078 conmon[86742]: 2023-11-15T05:42:38.199 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:38 smithi078 conmon[86742]: cluster 2023-11-15T05:42:37.423503+0000 mgr.smithi055.asupmf (mgr.14182) 239 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:38.909 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:38 smithi055 conmon[82634]: cluster 2023-11-15T05:42:37.423503+0000 mgr.smithi055.asupmf 2023-11-15T05:42:38.909 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:38 smithi055 conmon[82634]: (mgr.14182) 239 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:39.865 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:39.865 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:40.261 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:40 smithi078 conmon[86742]: cluster 2023-11-15T05:42:39.423984+0000 mgr.smithi055.asupmf (mgr.14182) 240 : cluster [DBG] 2023-11-15T05:42:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:40 smithi078 conmon[86742]: pgmap v177: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:41.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:40 smithi055 conmon[82634]: cluster 2023-11-15T05:42:39.423984+0000 2023-11-15T05:42:41.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:40 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 240 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:41.262 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:41.850 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:41 smithi055 conmon[82634]: audit 2023-11-15T05:42:39.861177+0000 mgr.smithi055.asupmf (mgr.14182) 241 : audit [DBG] 2023-11-15T05:42:41.850 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:41 smithi055 conmon[82634]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:41.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:41 smithi078 conmon[86742]: audit 2023-11-15T05:42:39.861177+0000 mgr.smithi055.asupmf (mgr.14182) 241 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:41.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:41 smithi078 conmon[86742]: 2023-11-15T05:42:42.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:42 smithi078 conmon[86742]: cluster 2023-11-15T05:42:41.424418+0000 mgr.smithi055.asupmf (mgr.14182) 242 : cluster 2023-11-15T05:42:42.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:42 smithi078 conmon[86742]: [DBG] pgmap v178: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:42.940 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:42.941 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:42.959 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:42 smithi055 conmon[82634]: cluster 2023-11-15T05:42:41.424418+0000 mgr.smithi055.asupmf (mgr.14182) 242 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:43.412 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:44.414 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:44.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:44 smithi055 conmon[82634]: audit 2023-11-15T05:42:42.933986+0000 mgr.smithi055.asupmf 2023-11-15T05:42:44.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:44 smithi055 conmon[82634]: (mgr.14182) 243 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:44.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:44 smithi055 conmon[82634]: cluster 2023-11-15T05:42:43.424914+0000 mgr.smithi055.asupmf (mgr.14182) 244 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:44 smithi078 conmon[86742]: audit 2023-11-15T05:42:42.933986+0000 mgr.smithi055.asupmf (mgr.14182) 243 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:44 smithi078 conmon[86742]: 2023-11-15T05:42:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:44 smithi078 conmon[86742]: cluster 2023-11-15T05:42:43.424914+0000 mgr.smithi055.asupmf (mgr.14182) 244 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:46.156 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:46.156 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:46.579 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:46.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:46 smithi055 conmon[82634]: cluster 2023-11-15T05:42:45.425582+0000 mgr.smithi055.asupmf (mgr.14182) 245 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:46.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:46 smithi078 conmon[86742]: cluster 2023-11-15T05:42:45.425582+0000 mgr.smithi055.asupmf (mgr.14182) 245 : cluster [DBG] 2023-11-15T05:42:46.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:46 smithi078 conmon[86742]: pgmap v180: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:47.580 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:47 smithi055 conmon[82634]: audit 2023-11-15T05:42:46.152665+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:42:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:47 smithi055 conmon[82634]: ) 246 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:47 smithi078 conmon[86742]: audit 2023-11-15T05:42:46.152665+0000 mgr.smithi055.asupmf (mgr.14182) 246 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:47 smithi078 conmon[86742]: 2023-11-15T05:42:48.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:48 smithi055 conmon[82634]: cluster 2023-11-15T05:42:47.426277+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:42:48.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:48 smithi055 conmon[82634]: .14182) 247 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:48 smithi078 conmon[86742]: cluster 2023-11-15T05:42:47.426277+0000 mgr.smithi055.asupmf (mgr.14182) 247 : cluster [DBG] 2023-11-15T05:42:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:48 smithi078 conmon[86742]: pgmap v181: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:49.405 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:49.405 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:49.728 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:50.729 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:50.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:50 smithi078 conmon[86742]: audit 2023-11-15T05:42:49.401316+0000 mgr.smithi055.asupmf (mgr.14182) 248 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:50.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:50 smithi078 conmon[86742]: cluster 2023-11-15T05:42:49.426734+0000 mgr.smithi055.asupmf (mgr.14182) 249 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:51.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:50 smithi055 conmon[82634]: audit 2023-11-15T05:42:49.401316+0000 mgr.smithi055.asupmf ( 2023-11-15T05:42:51.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:50 smithi055 conmon[82634]: mgr.14182) 248 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:51.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:50 smithi055 conmon[82634]: cluster 2023-11-15T05:42:49.426734+0000 mgr.smithi055.asupmf (mgr.14182) 249 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:52.399 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:52.399 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:52 smithi055 conmon[82634]: cluster 2023-11-15T05:42:51.427154+0000 mgr.smithi055.asupmf (mgr.14182) 250 : cluster 2023-11-15T05:42:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:52 smithi055 conmon[82634]: [DBG] pgmap v183: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:52.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:52 smithi078 conmon[86742]: cluster 2023-11-15T05:42:51.427154+0000 mgr.smithi055.asupmf (mgr.14182) 250 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:52.780 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:53.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:53 smithi078 conmon[86742]: audit 2023-11-15T05:42:52.394338+0000 mgr.smithi055.asupmf (mgr.14182) 251 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:53.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:53 smithi078 conmon[86742]: 2023-11-15T05:42:53.781 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:53.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:53 smithi055 conmon[82634]: audit 2023-11-15T05:42:52.394338+0000 mgr.smithi055.asupmf (mgr.14182) 251 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:54.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:54 smithi078 conmon[86742]: cluster 2023-11-15T05:42:53.427692+0000 mgr.smithi055.asupmf (mgr.14182) 252 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:54.696 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:54 smithi055 conmon[82634]: cluster 2023-11-15T05:42:53.427692+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:42:54.697 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:54 smithi055 conmon[82634]: .14182) 252 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:42:55.486 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:55.486 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:55.841 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:56.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:56 smithi055 conmon[82634]: cluster 2023-11-15T05:42:55.428166+0000 mgr.smithi055.asupmf (mgr.14182) 253 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:56.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:56 smithi055 conmon[82634]: 2023-11-15T05:42:56.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:56 smithi055 conmon[82634]: audit 2023-11-15T05:42:55.481815+0000 mgr.smithi055.asupmf (mgr.14182) 254 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:56.842 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:56 smithi078 conmon[86742]: cluster 2023-11-15T05:42:55.428166+0000 mgr.smithi055.asupmf (mgr.14182) 253 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:56 smithi078 conmon[86742]: 2023-11-15T05:42:56.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:56 smithi078 conmon[86742]: audit 2023-11-15T05:42:55.481815+0000 mgr.smithi055.asupmf (mgr.14182) 254 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:58.544 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:42:58.544 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:58.745 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:58 smithi055 conmon[82634]: cluster 2023-11-15T05:42:57 2023-11-15T05:42:58.745 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:58 smithi055 conmon[82634]: .428667+0000 mgr.smithi055.asupmf (mgr.14182) 255 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:58 smithi078 conmon[86742]: cluster 2023-11-15T05:42:57.428667+0000 mgr.smithi055.asupmf (mgr.14182) 255 : 2023-11-15T05:42:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:58 smithi078 conmon[86742]: cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:42:59.004 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:42:59.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:59 smithi055 conmon[82634]: audit 2023-11-15T05:42:58.539204+0000 mgr.smithi055.asupmf (mgr.14182) 256 2023-11-15T05:42:59.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:42:59 smithi055 conmon[82634]: : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:59.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:59 smithi078 conmon[86742]: audit 2023-11-15T05:42:58.539204+0000 mgr.smithi055.asupmf (mgr.14182) 256 : audit 2023-11-15T05:42:59.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:42:59 smithi078 conmon[86742]: [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:00.004 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:00 smithi055 conmon[82634]: cluster 2023-11-15T05:42:59.429363+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:43:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:00 smithi055 conmon[82634]: ) 257 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:00 smithi078 conmon[86742]: cluster 2023-11-15T05:42:59.429363+0000 mgr.smithi055.asupmf (mgr.14182) 257 : cluster 2023-11-15T05:43:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:00 smithi078 conmon[86742]: [DBG] pgmap v187: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:01.686 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:01.687 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:02.154 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:02.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:02 smithi055 conmon[82634]: cluster 2023-11-15T05:43:01.429846+0000 mgr.smithi055.asupmf ( 2023-11-15T05:43:02.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:02 smithi055 conmon[82634]: mgr.14182) 258 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:02.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:02 smithi055 conmon[82634]: audit 2023-11-15T05:43:01.682306+0000 mgr.smithi055.asupmf (mgr.14182) 259 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:02.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:02 smithi078 conmon[86742]: cluster 2023-11-15T05:43:01.429846+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:43:02.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:02 smithi078 conmon[86742]: 258 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:02.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:02 smithi078 conmon[86742]: audit 2023-11-15T05:43:01.682306+0000 mgr.smithi055.asupmf (mgr.14182) 259 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:03.157 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:04.655 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:04 smithi055 conmon[82634]: cluster 2023-11-15T05:43:03.430490+0000 mgr.smithi055.asupmf 2023-11-15T05:43:04.655 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:04 smithi055 conmon[82634]: (mgr.14182) 260 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:04.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:04 smithi078 conmon[86742]: cluster 2023-11-15T05:43:03.430490+0000 mgr.smithi055.asupmf (mgr.14182) 260 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:05.056 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:05.056 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:05.520 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:06.522 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:06.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:06 smithi055 conmon[82634]: audit 2023-11-15T05:43:05.052126+0000 mgr.smithi055.asupmf (mgr.14182) 261 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:06.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:06 smithi055 conmon[82634]: cluster 2023-11-15T05:43:05.430972+0000 mgr.smithi055.asupmf (mgr.14182) 262 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:06 smithi078 conmon[86742]: audit 2023-11-15T05:43:05.052126+0000 mgr.smithi055.asupmf (mgr.14182) 261 : audit [DBG] 2023-11-15T05:43:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:06 smithi078 conmon[86742]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:06 smithi078 conmon[86742]: cluster 2023-11-15T05:43:05.430972+0000 mgr.smithi055.asupmf (mgr.14182) 262 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:08.258 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:08.259 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:08.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:08 smithi055 conmon[82634]: cluster 2023-11-15T05:43:07.431378+0000 mgr.smithi055.asupmf (mgr.14182) 263 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:08.680 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:08 smithi078 conmon[86742]: cluster 2023-11-15T05:43:07.431378+0000 mgr.smithi055.asupmf (mgr.14182) 263 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:09.681 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:09.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:09 smithi055 conmon[82634]: audit 2023-11-15T05:43:08.254778+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:43:09.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:09 smithi055 conmon[82634]: ) 264 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:09.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:09 smithi078 conmon[86742]: audit 2023-11-15T05:43:08.254778+0000 mgr.smithi055.asupmf (mgr.14182) 264 : audit 2023-11-15T05:43:09.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:09 smithi078 conmon[86742]: [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:10.788 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:10 smithi055 conmon[82634]: cluster 2023-11-15T05:43:09.431972+0000 2023-11-15T05:43:10.788 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:10 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 265 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:10 smithi078 conmon[86742]: cluster 2023-11-15T05:43:09.431972+0000 mgr.smithi055.asupmf (mgr.14182) 265 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:11.435 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:11.435 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:11.840 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:12.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:12 smithi078 conmon[86742]: audit 2023-11-15T05:43:11.431194+0000 mgr.smithi055.asupmf (mgr.14182) 266 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:12.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:12 smithi078 conmon[86742]: cluster 2023-11-15T05:43:11.432378+0000 mgr.smithi055.asupmf 2023-11-15T05:43:12.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:12 smithi078 conmon[86742]: (mgr.14182) 267 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:12.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:12 smithi055 conmon[82634]: audit 2023-11-15T05:43:11.431194+0000 mgr.smithi055.asupmf (mgr.14182) 266 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:12.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:12 smithi055 conmon[82634]: cluster 2023-11-15T05:43:11.432378+0000 mgr.smithi055.asupmf (mgr.14182) 267 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:12.841 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:14.555 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:14.556 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:14.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:14 smithi055 conmon[82634]: cluster 2023-11-15T05:43: 2023-11-15T05:43:14.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:14 smithi055 conmon[82634]: 13.432854+0000 mgr.smithi055.asupmf (mgr.14182) 268 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:14.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:14 smithi078 conmon[86742]: cluster 2023-11-15T05:43:13.432854+0000 mgr.smithi055.asupmf (mgr.14182) 268 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:14.993 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:15.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:15 smithi055 conmon[82634]: audit 2023-11-15T05:43:14.551680+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:43:15.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:15 smithi055 conmon[82634]: 269 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:15.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:15 smithi078 conmon[86742]: audit 2023-11-15T05:43:14.551680+0000 mgr.smithi055.asupmf (mgr.14182) 269 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:15.995 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:16.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:16 smithi055 conmon[82634]: cluster 2023-11-15T05:43:15.433393+0000 mgr.smithi055.asupmf (mgr.14182) 270 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:16.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:16 smithi078 conmon[86742]: cluster 2023-11-15T05:43:15.433393+0000 mgr.smithi055.asupmf (mgr.14182) 270 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:17.719 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:17.720 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:18.154 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:18 smithi055 conmon[82634]: cluster 2023-11-15T05:43:17.433941+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:43:18.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:18 smithi055 conmon[82634]: 14182) 271 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:18.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:18 smithi055 conmon[82634]: audit 2023-11-15T05:43:17.715984+0000 mgr.smithi055.asupmf (mgr.14182) 272 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:18 smithi078 conmon[86742]: cluster 2023-11-15T05:43:17.433941+0000 mgr.smithi055.asupmf (mgr.14182) 271 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:18 smithi078 conmon[86742]: audit 2023-11-15T05:43:17.715984+0000 mgr.smithi055.asupmf (mgr.14182) 272 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:19.155 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:20.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:20 smithi055 conmon[82634]: cluster 2023-11-15T05:43:19.434470+0000 mgr.smithi055.asupmf (mgr.14182) 273 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:20.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:20 smithi078 conmon[86742]: cluster 2023-11-15T05:43:19.434470+0000 mgr.smithi055.asupmf (mgr.14182) 273 : 2023-11-15T05:43:20.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:20 smithi078 conmon[86742]: cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:20.990 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:20.991 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:21.401 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:22.402 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:22 smithi078 conmon[86742]: audit 2023-11-15T05:43:20.986987+0000 mgr.smithi055.asupmf (mgr.14182) 274 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:22 smithi078 conmon[86742]: cluster 2023-11-15T05:43:21.434890+0000 mgr.smithi055.asupmf (mgr.14182) 275 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:22 smithi055 conmon[82634]: audit 2023-11-15T05:43:20.986987+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:43:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:22 smithi055 conmon[82634]: ) 274 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:22 smithi055 conmon[82634]: cluster 2023-11-15T05:43:21.434890+0000 mgr.smithi055.asupmf (mgr.14182) 275 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:24.121 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:24.122 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:24.569 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:24.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:24 smithi055 conmon[82634]: cluster 2023-11-15T05:43:23.435587+0000 mgr.smithi055.asupmf (mgr.14182) 276 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:24.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:24 smithi078 conmon[86742]: cluster 2023-11-15T05:43:23.435587+0000 mgr.smithi055.asupmf (mgr.14182) 276 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:25.570 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:25.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:25 smithi055 conmon[82634]: audit 2023-11-15T05:43:24.117783+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:43:25.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:25 smithi055 conmon[82634]: .14182) 277 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:25.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:25 smithi078 conmon[86742]: audit 2023-11-15T05:43:24.117783+0000 mgr.smithi055.asupmf (mgr.14182) 277 : 2023-11-15T05:43:25.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:25 smithi078 conmon[86742]: audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:26.785 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:26 smithi055 conmon[82634]: cluster 2023-11-15T05:43:25.436184+0000 mgr.smithi055.asupmf 2023-11-15T05:43:26.785 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:26 smithi055 conmon[82634]: (mgr.14182) 278 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:26.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:26 smithi078 conmon[86742]: cluster 2023-11-15T05:43:25.436184+0000 mgr.smithi055.asupmf (mgr.14182) 278 : cluster 2023-11-15T05:43:26.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:26 smithi078 conmon[86742]: [DBG] pgmap v200: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:27.188 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:27.188 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:27.633 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:28.635 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:28.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:28 smithi055 conmon[82634]: audit 2023-11-15T05:43:27.184212+0000 mgr.smithi055.asupmf ( 2023-11-15T05:43:28.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:28 smithi055 conmon[82634]: mgr.14182) 279 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:28.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:28 smithi055 conmon[82634]: cluster 2023-11-15T05:43:27.436615+0000 mgr.smithi055.asupmf (mgr.14182) 280 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:28 smithi078 conmon[86742]: audit 2023-11-15T05:43:27.184212+0000 mgr.smithi055.asupmf (mgr.14182) 279 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:28 smithi078 conmon[86742]: 2023-11-15T05:43:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:28 smithi078 conmon[86742]: cluster 2023-11-15T05:43:27.436615+0000 mgr.smithi055.asupmf (mgr.14182) 280 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:30.416 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:30.416 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:30.789 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:30 smithi055 conmon[82634]: cluster 2023-11-15T05:43:29.437021+0000 mgr.smithi055.asupmf (mgr.14182) 281 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:30.791 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:30.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:30 smithi078 conmon[86742]: cluster 2023-11-15T05:43:29.437021+0000 mgr.smithi055.asupmf (mgr.14182) 281 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:30.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:30 smithi078 conmon[86742]: 2023-11-15T05:43:31.792 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:31.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:31 smithi055 conmon[82634]: audit 2023-11-15T05:43:30.412500+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:43:31.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:31 smithi055 conmon[82634]: .14182) 282 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:31.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:31 smithi078 conmon[86742]: audit 2023-11-15T05:43:30.412500+0000 mgr.smithi055.asupmf (mgr.14182) 282 : audit [DBG] 2023-11-15T05:43:31.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:31 smithi078 conmon[86742]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:32.699 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:32 smithi055 conmon[82634]: cluster 2023-11-15T05:43:31.437616+0000 mgr.smithi055.asupmf (mgr.14182) 283 : 2023-11-15T05:43:32.700 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:32 smithi055 conmon[82634]: cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:32.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:32 smithi078 conmon[86742]: cluster 2023-11-15T05:43:31.437616+0000 mgr.smithi055.asupmf (mgr.14182) 283 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:32.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:32 smithi078 conmon[86742]: 2023-11-15T05:43:33.520 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:33.520 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:33.852 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:34.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:34 smithi055 conmon[82634]: cluster 2023-11-15T05:43:33.438092+0000 mgr.smithi055.asupmf (mgr.14182) 284 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:34.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:34 smithi055 conmon[82634]: audit 2023-11-15T05:43:33.516744+0000 mgr.smithi055.asupmf (mgr.14182) 285 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:34.854 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:34 smithi078 conmon[86742]: cluster 2023-11-15T05:43:33.438092+0000 mgr.smithi055.asupmf (mgr.14182) 284 : cluster [DBG] 2023-11-15T05:43:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:34 smithi078 conmon[86742]: pgmap v204: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:34 smithi078 conmon[86742]: audit 2023-11-15T05:43:33.516744+0000 mgr.smithi055.asupmf (mgr.14182) 285 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:36.597 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:36.597 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:36.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:36 smithi055 conmon[82634]: cluster 2023-11-15T05:43:35.438483+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:43:36.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:36 smithi055 conmon[82634]: 14182) 286 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:36.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:36 smithi078 conmon[86742]: cluster 2023-11-15T05:43:35.438483+0000 mgr.smithi055.asupmf (mgr.14182) 286 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:37.021 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:37 smithi055 conmon[82634]: audit 2023-11-15T05:43:36.592762+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:43:37.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:37 smithi055 conmon[82634]: 14182) 287 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:37 smithi078 conmon[86742]: audit 2023-11-15T05:43:36.592762+0000 mgr.smithi055.asupmf (mgr.14182) 287 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:38.022 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:38 smithi055 conmon[82634]: cluster 2023-11-15T05:43:37.439093+0000 mgr.smithi055.asupmf (mgr.14182) 288 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:38 smithi078 conmon[86742]: cluster 2023-11-15T05:43:37.439093+0000 mgr.smithi055.asupmf (mgr.14182) 288 : cluster 2023-11-15T05:43:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:38 smithi078 conmon[86742]: [DBG] pgmap v206: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:39.719 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:39.720 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:40.173 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:40.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:40 smithi055 conmon[82634]: cluster 2023-11-15T05:43:39.439498+0000 2023-11-15T05:43:40.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:40 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 289 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:40.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:40 smithi055 conmon[82634]: audit 2023-11-15T05:43:39.715842+0000 mgr.smithi055.asupmf (mgr.14182) 290 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:40 smithi078 conmon[86742]: cluster 2023-11-15T05:43:39.439498+0000 mgr.smithi055.asupmf (mgr.14182) 289 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:40 smithi078 conmon[86742]: 2023-11-15T05:43:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:40 smithi078 conmon[86742]: audit 2023-11-15T05:43:39.715842+0000 mgr.smithi055.asupmf (mgr.14182) 290 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:41.174 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:42.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:42 smithi055 conmon[82634]: cluster 2023-11-15T05:43:41.439895+0000 mgr.smithi055.asupmf (mgr.14182) 291 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:42.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:42 smithi078 conmon[86742]: cluster 2023-11-15T05:43:41.439895+0000 mgr.smithi055.asupmf (mgr.14182) 291 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:42.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:42 smithi078 conmon[86742]: 2023-11-15T05:43:43.019 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:43.019 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:43.425 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:44.427 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:44.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:44 smithi055 conmon[82634]: audit 2023-11-15T05:43:43.015198+0000 mgr.smithi055.asupmf 2023-11-15T05:43:44.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:44 smithi055 conmon[82634]: (mgr.14182) 292 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:44.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:44 smithi055 conmon[82634]: cluster 2023-11-15T05:43:43.440373+0000 mgr.smithi055.asupmf (mgr.14182) 293 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:44 smithi078 conmon[86742]: audit 2023-11-15T05:43:43.015198+0000 mgr.smithi055.asupmf (mgr.14182) 292 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:44 smithi078 conmon[86742]: cluster 2023-11-15T05:43:43.440373+0000 mgr.smithi055.asupmf (mgr.14182) 293 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:46.165 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:46.165 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:46.595 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:46.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:46 smithi055 conmon[82634]: cluster 2023-11-15T05:43:45.440959+0000 mgr.smithi055.asupmf (mgr.14182) 294 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:46.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:46 smithi078 conmon[86742]: cluster 2023-11-15T05:43:45.440959+0000 mgr.smithi055.asupmf (mgr.14182) 294 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:46.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:46 smithi078 conmon[86742]: 2023-11-15T05:43:47.596 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:47 smithi055 conmon[82634]: audit 2023-11-15T05:43:46.161083+0000 mgr.smithi055.asupmf (mgr.14182) 295 : audit 2023-11-15T05:43:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:47 smithi055 conmon[82634]: [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:47 smithi078 conmon[86742]: audit 2023-11-15T05:43:46.161083+0000 mgr.smithi055.asupmf (mgr.14182) 295 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:47 smithi078 conmon[86742]: 2023-11-15T05:43:48.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:48 smithi055 conmon[82634]: cluster 2023-11-15T05:43:47.441540+0000 mgr.smithi055.asupmf (mgr.14182) 296 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:48 smithi078 conmon[86742]: cluster 2023-11-15T05:43:47.441540+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:43:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:48 smithi078 conmon[86742]: 296 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:49.267 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:49.267 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:49.745 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:50.746 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:50.777 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:50 smithi055 conmon[82634]: audit 2023-11-15T05:43:49.263211+0000 mgr.smithi055.asupmf (mgr.14182) 297 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:50.777 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:50 smithi055 conmon[82634]: cluster 2023-11-15T05:43:49.441973+0000 mgr.smithi055.asupmf (mgr.14182) 298 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:50.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:50 smithi078 conmon[86742]: audit 2023-11-15T05:43:49.263211+0000 mgr.smithi055.asupmf (mgr.14182) 297 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:50.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:50 smithi078 conmon[86742]: 2023-11-15T05:43:50.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:50 smithi078 conmon[86742]: cluster 2023-11-15T05:43:49.441973+0000 mgr.smithi055.asupmf (mgr.14182) 298 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:52.474 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:52.474 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:52.630 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:52 smithi055 conmon[82634]: cluster 2023-11-15T05:43:51.442367+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:43:52.630 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:52 smithi055 conmon[82634]: .14182) 299 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:52.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:52 smithi078 conmon[86742]: cluster 2023-11-15T05:43:51.442367+0000 mgr.smithi055.asupmf (mgr.14182) 299 : cluster [DBG] 2023-11-15T05:43:52.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:52 smithi078 conmon[86742]: pgmap v213: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:52.894 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:53.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:53 smithi078 conmon[86742]: audit 2023-11-15T05:43:52.469674+0000 mgr.smithi055.asupmf (mgr.14182) 300 : audit [DBG] 2023-11-15T05:43:53.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:53 smithi078 conmon[86742]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:53.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:53 smithi055 conmon[82634]: audit 2023-11-15T05:43:52.469674+0000 mgr.smithi055.asupmf (mgr.14182) 300 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:53.895 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:54.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:54 smithi078 conmon[86742]: cluster 2023-11-15T05:43:53.443028+0000 mgr.smithi055.asupmf (mgr.14182) 301 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:54.659 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:54 smithi055 conmon[82634]: cluster 2023-11-15T05:43:53.443028+0000 mgr.smithi055.asupmf (mgr.14182) 301 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:43:55.732 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:55.732 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:56.158 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:43:56.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:56 smithi055 conmon[82634]: cluster 2023-11-15T05:43:55.443459+0000 mgr.smithi055.asupmf (mgr.14182) 302 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:56.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:56 smithi055 conmon[82634]: audit 2023-11-15T05:43:56.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:56 smithi055 conmon[82634]: 2023-11-15T05:43:55.728174+0000 mgr.smithi055.asupmf (mgr.14182) 303 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:56 smithi078 conmon[86742]: cluster 2023-11-15T05:43:55.443459+0000 mgr.smithi055.asupmf (mgr.14182) 302 : cluster [DBG] 2023-11-15T05:43:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:56 smithi078 conmon[86742]: pgmap v215: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:56 smithi078 conmon[86742]: audit 2023-11-15T05:43:55.728174+0000 mgr.smithi055.asupmf (mgr.14182) 303 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:57.160 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:58.516 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:58 smithi055 conmon[82634]: cluster 2023-11-15T05:43:57.443936+0000 2023-11-15T05:43:58.516 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:43:58 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 304 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:58.883 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:43:58.883 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:43:58 smithi078 conmon[86742]: cluster 2023-11-15T05:43:57.443936+0000 mgr.smithi055.asupmf (mgr.14182) 304 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:59.313 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:00.314 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:00 smithi055 conmon[82634]: audit 2023-11-15T05:43:58.879400+0000 2023-11-15T05:44:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:00 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 305 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:00 smithi055 conmon[82634]: cluster 2023-11-15T05:43:59.444359+0000 mgr.smithi055.asupmf (mgr.14182) 306 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:00 smithi078 conmon[86742]: audit 2023-11-15T05:43:58.879400+0000 mgr.smithi055.asupmf (mgr.14182) 305 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:00 smithi078 conmon[86742]: cluster 2023-11-15T05:43:59.444359+0000 mgr.smithi055.asupmf (mgr.14182) 306 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:01.993 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:01.993 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:02.363 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:02.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:02 smithi078 conmon[86742]: cluster 2023-11-15T05:44:01.444828+0000 mgr.smithi055.asupmf (mgr.14182) 307 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:02.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:02 smithi055 conmon[82634]: cluster 2023-11-15T05:44:01.444828+0000 mgr.smithi055.asupmf (mgr.14182) 307 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:03.365 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:03.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:03 smithi078 conmon[86742]: audit 2023-11-15T05:44:01.988624+0000 mgr.smithi055.asupmf (mgr.14182) 308 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:03.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:03 smithi055 conmon[82634]: audit 2023-11-15T05:44:01.988624+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:44:03.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:03 smithi055 conmon[82634]: ) 308 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:04.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:04 smithi055 conmon[82634]: cluster 2023-11-15T05:44:03.445420+0000 2023-11-15T05:44:04.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:04 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 309 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:04.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:04 smithi078 conmon[86742]: cluster 2023-11-15T05:44:03.445420+0000 mgr.smithi055.asupmf (mgr.14182) 309 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:05.094 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:05.095 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:05.531 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:06.532 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:06.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:06 smithi055 conmon[82634]: audit 2023-11-15T05:44:05.090859+0000 mgr.smithi055.asupmf (mgr.14182) 310 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:06.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:06 smithi055 conmon[82634]: cluster 2023-11-15T05:44:05.445838+0000 mgr.smithi055.asupmf (mgr.14182) 311 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:06.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:06 smithi078 conmon[86742]: audit 2023-11-15T05:44:05.090859+0000 mgr.smithi055.asupmf (mgr.14182) 310 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:06 smithi078 conmon[86742]: 2023-11-15T05:44:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:06 smithi078 conmon[86742]: cluster 2023-11-15T05:44:05.445838+0000 mgr.smithi055.asupmf (mgr.14182) 311 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:08.263 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:08.264 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:08.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:08 smithi055 conmon[82634]: cluster 2023-11-15T05:44:07.446337+0000 mgr.smithi055.asupmf (mgr.14182) 312 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:08.692 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:08 smithi078 conmon[86742]: cluster 2023-11-15T05:44:07.446337+0000 mgr.smithi055.asupmf (mgr.14182) 312 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:09.693 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:09.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:09 smithi055 conmon[82634]: audit 2023-11-15T05:44:08.259474+0000 mgr.smithi055.asupmf (mgr.14182) 313 2023-11-15T05:44:09.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:09 smithi055 conmon[82634]: : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:09.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:09 smithi078 conmon[86742]: audit 2023-11-15T05:44:08.259474+0000 mgr.smithi055.asupmf (mgr.14182) 313 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:10.520 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: cluster 2023-11-15T05:44:09.446960+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:44:10.520 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: 14182) 314 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:10.521 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: cephadm 2023-11-15T05:44:09.822892+0000 mgr.smithi055.asupmf (mgr.14182) 315 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.521 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.521 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.522 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.522 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.lrvbwb ... 2023-11-15T05:44:10.522 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.523 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:10.523 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:42:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.524 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:42:55Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.524 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:43:32Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.524 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:10.525 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: Traceback (most recent call last): 2023-11-15T05:44:10.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:44:10.526 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: yield (conn, connr) 2023-11-15T05:44:10.527 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:44:10.528 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: code, '\n'.join(err))) 2023-11-15T05:44:10.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.lrvbwb ... 2023-11-15T05:44:10.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:10.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:42:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:42:55Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:43:32Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:10.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net 2023-11-15T05:44:10.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: =host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: cephadm 2023-11-15T05:44:09.823172+0000 mgr.smithi055.asupmf (mgr.14182) 316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: audit 2023-11-15T05:44:09.823542+0000 mon.smithi055 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.lrvbwb"}]: dispatch 2023-11-15T05:44:10.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: cephadm 2023-11-15T05:44:09.824312+0000 mgr.smithi055.asupmf (mgr.14182) 317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.lrvbwb ... 2023-11-15T05:44:10.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:10.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:42:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:42:55Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:43:32Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:10.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.810 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:10 smithi055 conmon[82634]: cephadm 2023-11-15T05:44:09.826740+0000 mgr.smithi055.asupmf (mgr.14182) 318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi055.ssahyf on smithi055 2023-11-15T05:44:10.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: cluster 2023-11-15T05:44:09.446960+0000 mgr.smithi055.asupmf (mgr.14182) 314 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:10.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: cephadm 2023-11-15T05:44:09.822892+0000 mgr.smithi055.asupmf (mgr.14182) 315 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.lrvbwb ... 2023-11-15T05:44:10.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:10.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:42:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:42:55Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:43:32Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:10.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: Traceback (most recent call last): 2023-11-15T05:44:10.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:44:10.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: yield (conn, connr) 2023-11-15T05:44:10.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:44:10.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: code, '\n'.join(err))) 2023-11-15T05:44:10.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.907 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.907 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.lrvbwb ... 2023-11-15T05:44:10.907 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:10.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:42:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:42:55Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:43:32Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:10.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-11-15T05:44:10.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: cephadm 2023-11-15T05:44:09.823172+0000 mgr.smithi055.asupmf (mgr.14182) 316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: audit 2023-11-15T05:44:09.823542+0000 mon.smithi055 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.lrvbwb"}]: dispatch 2023-11-15T05:44:10.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: cephadm 2023-11-15T05:44:09.824312+0000 mgr.smithi055.asupmf (mgr.14182) 317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb 2023-11-15T05:44:10.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb 2023-11-15T05:44:10.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.lrvbwb ... 2023-11-15T05:44:10.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:44:10.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:42:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:42:55Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:43:32Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:44:10.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:44:10.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:44:10.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:10 smithi078 conmon[86742]: cephadm 2023-11-15T05:44:09.826740+0000 mgr.smithi055.asupmf (mgr.14182) 318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi055.ssahyf on smithi055 2023-11-15T05:44:11.518 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:11.518 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:11.944 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:12.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:12 smithi078 conmon[86742]: cluster 2023-11-15T05:44:11.447384+0000 mgr.smithi055.asupmf (mgr.14182) 319 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:12.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:12 smithi078 conmon[86742]: audit 2023-11-15T05:44:11.511679+0000 mgr.smithi055.asupmf (mgr.14182) 320 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:12.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:12 smithi055 conmon[82634]: cluster 2023-11-15T05:44:11.447384+0000 mgr.smithi055.asupmf (mgr.14182) 319 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:12.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:12 smithi055 conmon[82634]: audit 2023-11-15T05:44:11.511679+0000 mgr.smithi055.asupmf (mgr.14182) 320 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:12.945 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:14.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:14 smithi055 conmon[82634]: cluster 2023-11-15T05:44: 2023-11-15T05:44:14.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:14 smithi055 conmon[82634]: 13.447828+0000 mgr.smithi055.asupmf (mgr.14182) 321 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:14.649 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:14.649 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:14.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:14 smithi078 conmon[86742]: cluster 2023-11-15T05:44:13.447828+0000 mgr.smithi055.asupmf (mgr.14182) 321 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:15.093 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:15.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:15 smithi055 conmon[82634]: audit 2023-11-15T05:44:14.645351+0000 mgr.smithi055.asupmf (mgr.14182) 322 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:15.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:15 smithi078 conmon[86742]: audit 2023-11-15T05:44:14.645351+0000 mgr.smithi055.asupmf (mgr.14182) 322 : audit 2023-11-15T05:44:15.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:15 smithi078 conmon[86742]: [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:16.094 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:16.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:16 smithi055 conmon[82634]: cluster 2023-11-15T05:44:15.448256 2023-11-15T05:44:16.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:16 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 323 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:16.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:16 smithi078 conmon[86742]: cluster 2023-11-15T05:44:15.448256+0000 mgr.smithi055.asupmf (mgr.14182) 323 : cluster 2023-11-15T05:44:16.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:16 smithi078 conmon[86742]: [DBG] pgmap v225: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:17.749 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:17.749 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:18.140 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:18 smithi055 conmon[82634]: cluster 2023-11-15T05:44:17.448727+0000 mgr.smithi055.asupmf ( 2023-11-15T05:44:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:18 smithi055 conmon[82634]: mgr.14182) 324 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:18.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:18 smithi055 conmon[82634]: audit 2023-11-15T05:44:17.744863+0000 mgr.smithi055.asupmf (mgr.14182) 325 : audit 2023-11-15T05:44:18.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:18 smithi055 conmon[82634]: [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:18 smithi078 conmon[86742]: cluster 2023-11-15T05:44:17.448727+0000 mgr.smithi055.asupmf (mgr.14182) 324 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:18 smithi078 conmon[86742]: audit 2023-11-15T05:44:17.744863+0000 mgr.smithi055.asupmf (mgr.14182) 325 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:19.141 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:20.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:20 smithi055 conmon[82634]: cluster 2023-11-15T05:44:19.449152+0000 mgr.smithi055.asupmf (mgr.14182) 326 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:20.864 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:20.865 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:20.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:20 smithi078 conmon[86742]: cluster 2023-11-15T05:44:19.449152+0000 mgr.smithi055.asupmf (mgr.14182) 326 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:21.303 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:21.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:21 smithi055 conmon[82634]: audit 2023-11-15T05:44:20.860457+0000 2023-11-15T05:44:21.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:21 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 327 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:21.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:21 smithi078 conmon[86742]: audit 2023-11-15T05:44:20.860457+0000 mgr.smithi055.asupmf (mgr.14182) 327 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:22.304 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:22 smithi055 conmon[82634]: cluster 2023-11-15T05:44:21.449584+0000 2023-11-15T05:44:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:22 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 328 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:22.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:22 smithi078 conmon[86742]: cluster 2023-11-15T05:44:21.449584+0000 mgr.smithi055.asupmf (mgr.14182) 328 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:23.952 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:23.952 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:24.340 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:24.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:24 smithi055 conmon[82634]: cluster 2023-11-15T05:44:23.450300+0000 mgr.smithi055.asupmf (mgr.14182) 329 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:24.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:24 smithi078 conmon[86742]: cluster 2023-11-15T05:44:23.450300+0000 mgr.smithi055.asupmf (mgr.14182) 329 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:25.341 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:25.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:25 smithi055 conmon[82634]: audit 2023-11-15T05:44:23.948106+0000 mgr.smithi055.asupmf (mgr.14182) 330 : 2023-11-15T05:44:25.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:25 smithi055 conmon[82634]: audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:25.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:25 smithi078 conmon[86742]: audit 2023-11-15T05:44:23.948106+0000 mgr.smithi055.asupmf (mgr.14182) 330 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:26.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:26 smithi055 conmon[82634]: cluster 2023-11-15T05:44:25.450700+0000 mgr.smithi055.asupmf (mgr.14182) 331 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:26.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:26 smithi078 conmon[86742]: cluster 2023-11-15T05:44:25.450700+0000 mgr.smithi055.asupmf (mgr.14182) 331 : cluster [DBG] 2023-11-15T05:44:26.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:26 smithi078 conmon[86742]: pgmap v230: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:27.044 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:27.044 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:27.505 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:28.507 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:28.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:28 smithi055 conmon[82634]: audit 2023-11-15T05:44:27.039937+0000 mgr.smithi055.asupmf 2023-11-15T05:44:28.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:28 smithi055 conmon[82634]: (mgr.14182) 332 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:28.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:28 smithi055 conmon[82634]: cluster 2023-11-15T05:44:27.451256+0000 mgr.smithi055.asupmf (mgr.14182) 333 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:28 smithi078 conmon[86742]: audit 2023-11-15T05:44:27.039937+0000 mgr.smithi055.asupmf (mgr.14182) 332 : 2023-11-15T05:44:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:28 smithi078 conmon[86742]: audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:28 smithi078 conmon[86742]: cluster 2023-11-15T05:44:27.451256+0000 mgr.smithi055.asupmf (mgr.14182) 333 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:30.232 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:30.232 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:30.760 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:30.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:30 smithi055 conmon[82634]: cluster 2023-11-15T05:44:29.451826+0000 mgr.smithi055.asupmf (mgr.14182) 334 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:30.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:30 smithi078 conmon[86742]: cluster 2023-11-15T05:44:29.451826+0000 mgr.smithi055.asupmf (mgr.14182) 334 : cluster 2023-11-15T05:44:30.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:30 smithi078 conmon[86742]: [DBG] pgmap v232: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:31.761 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:31.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:31 smithi055 conmon[82634]: audit 2023-11-15T05:44:30.227943+0000 mgr.smithi055.asupmf (mgr.14182) 335 : 2023-11-15T05:44:31.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:31 smithi055 conmon[82634]: audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:31.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:31 smithi078 conmon[86742]: audit 2023-11-15T05:44:30.227943+0000 mgr.smithi055.asupmf (mgr.14182) 335 : audit 2023-11-15T05:44:31.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:31 smithi078 conmon[86742]: [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:32.658 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:32 smithi055 conmon[82634]: cluster 2023- 2023-11-15T05:44:32.658 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:32 smithi055 conmon[82634]: 11-15T05:44:31.452464+0000 mgr.smithi055.asupmf (mgr.14182) 336 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:32.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:32 smithi078 conmon[86742]: cluster 2023-11-15T05:44:31.452464+0000 mgr.smithi055.asupmf (mgr.14182) 336 : 2023-11-15T05:44:32.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:32 smithi078 conmon[86742]: cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:33.518 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:33.519 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:33.924 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:34 smithi078 conmon[86742]: cluster 2023-11-15T05:44:33.452950+0000 mgr.smithi055.asupmf (mgr.14182) 337 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:34 smithi078 conmon[86742]: audit 2023-11-15T05:44:33.514585 2023-11-15T05:44:34.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:34 smithi078 conmon[86742]: +0000 mgr.smithi055.asupmf (mgr.14182) 338 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:34.926 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:34.958 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:34 smithi055 conmon[82634]: cluster 2023-11-15T05:44:33.452950+0000 mgr.smithi055.asupmf (mgr.14182) 337 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:34.959 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:34 smithi055 conmon[82634]: audit 2023-11-15T05:44:33.514585+0000 mgr.smithi055.asupmf (mgr.14182) 338 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:36.729 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:36.729 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:36.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:36 smithi078 conmon[86742]: cluster 2023-11-15T05:44:35.453332+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:44:36.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:36 smithi078 conmon[86742]: 339 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:36.907 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:36 smithi055 conmon[82634]: cluster 2023-11-15T05:44:35.453332+0000 mgr.smithi055.asupmf (mgr.14182) 339 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:37.193 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:37 smithi055 conmon[82634]: audit 2023-11-15T05:44:36.725302+0000 mgr.smithi055.asupmf (mgr.14182) 340 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:37 smithi078 conmon[86742]: audit 2023-11-15T05:44:36.725302+0000 mgr.smithi055.asupmf (mgr.14182) 340 : audit [DBG] 2023-11-15T05:44:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:37 smithi078 conmon[86742]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:38.195 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:38 smithi078 conmon[86742]: cluster 2023-11-15T05:44:37.453977+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:44:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:38 smithi078 conmon[86742]: 14182) 341 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:38.981 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:38 smithi055 conmon[82634]: cluster 2023-11-15T05:44:37. 2023-11-15T05:44:38.982 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:38 smithi055 conmon[82634]: 453977+0000 mgr.smithi055.asupmf (mgr.14182) 341 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:40.020 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:40.020 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:40.546 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:40.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:40 smithi055 conmon[82634]: cluster 2023-11-15T05:44:39.454600+0000 mgr.smithi055.asupmf (mgr.14182) 342 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:40 smithi078 conmon[86742]: cluster 2023-11-15T05:44:39.454600+0000 mgr.smithi055.asupmf (mgr.14182) 342 : cluster 2023-11-15T05:44:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:40 smithi078 conmon[86742]: [DBG] pgmap v237: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:41.548 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:41.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:41 smithi078 conmon[86742]: audit 2023-11-15T05:44:40.015719+0000 mgr.smithi055.asupmf (mgr.14182) 343 : audit 2023-11-15T05:44:41.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:41 smithi078 conmon[86742]: [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:42.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:41 smithi055 conmon[82634]: audit 2023-11-15T05:44:40.015719+0000 mgr.smithi055.asupmf (mgr.14182) 343 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:42.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:42 smithi055 conmon[82634]: cluster 2023-11-15T05:44:41.455141+0000 mgr.smithi055.asupmf (mgr.14182) 344 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:42.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:42 smithi078 conmon[86742]: cluster 2023-11-15T05:44:41.455141+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:44:42.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:42 smithi078 conmon[86742]: 14182) 344 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:43.255 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:43.255 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:43.717 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:44.719 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:44 smithi078 conmon[86742]: audit 2023-11-15T05:44:43.251026+0000 mgr.smithi055.asupmf (mgr.14182) 345 : audit [DBG] 2023-11-15T05:44:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:44 smithi078 conmon[86742]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:44 smithi078 conmon[86742]: cluster 2023-11-15T05:44:43.455854+0000 mgr.smithi055.asupmf (mgr.14182) 346 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:45.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:44 smithi055 conmon[82634]: audit 2023-11-15T05:44:43.251026+0000 mgr.smithi055.asupmf (mgr.14182) 345 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:45.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:44 smithi055 conmon[82634]: cluster 2023-11-15T05:44:43.455854+0000 mgr.smithi055.asupmf (mgr.14182) 346 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:46.443 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:46.444 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:46.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:46 smithi055 conmon[82634]: cluster 2023-11-15T05:44:45 2023-11-15T05:44:46.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:46 smithi055 conmon[82634]: .456339+0000 mgr.smithi055.asupmf (mgr.14182) 347 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:46.877 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:46.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:46 smithi078 conmon[86742]: cluster 2023-11-15T05:44:45.456339+0000 mgr.smithi055.asupmf (mgr.14182) 347 : 2023-11-15T05:44:46.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:46 smithi078 conmon[86742]: cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:47 smithi055 conmon[82634]: audit 2023-11-15T05:44:46.440034+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:44:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:47 smithi055 conmon[82634]: ) 348 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:47.878 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:47 smithi078 conmon[86742]: audit 2023-11-15T05:44:46.440034+0000 mgr.smithi055.asupmf (mgr.14182) 348 2023-11-15T05:44:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:47 smithi078 conmon[86742]: : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:48.756 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:48 smithi055 conmon[82634]: cluster 2023-11-15T05:44:47.457036+0000 mgr.smithi055.asupmf (mgr.14182) 349 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:48 smithi078 conmon[86742]: cluster 2023-11-15T05:44:47.457036+0000 mgr.smithi055.asupmf (mgr.14182) 349 : 2023-11-15T05:44:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:48 smithi078 conmon[86742]: cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:49.605 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:49.605 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:50.240 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:50.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:50 smithi078 conmon[86742]: cluster 2023-11-15T05:44:49.457463+0000 mgr.smithi055.asupmf (mgr.14182) 350 : 2023-11-15T05:44:50.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:50 smithi078 conmon[86742]: cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:50.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:50 smithi078 conmon[86742]: audit 2023-11-15T05:44:49.599657+0000 mgr.smithi055.asupmf (mgr.14182) 351 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:51.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:50 smithi055 conmon[82634]: cluster 2023-11-15T05:44:49.457463 2023-11-15T05:44:51.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:50 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 350 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:51.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:50 smithi055 conmon[82634]: audit 2023-11-15T05:44:49.599657+0000 mgr.smithi055.asupmf (mgr.14182) 351 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:51.241 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:52.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:52 smithi055 conmon[82634]: cluster 2023-11-15T05:44:51.457919+0000 mgr.smithi055.asupmf (mgr.14182) 352 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:52.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:52 smithi078 conmon[86742]: cluster 2023-11-15T05:44:51.457919+0000 mgr.smithi055.asupmf (mgr.14182) 352 : cluster [DBG] 2023-11-15T05:44:52.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:52 smithi078 conmon[86742]: pgmap v243: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:52.965 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:52.966 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:53.392 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:54.393 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:54.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:54 smithi055 conmon[82634]: audit 2023-11-15T05:44: 2023-11-15T05:44:54.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:54 smithi055 conmon[82634]: 52.961357+0000 mgr.smithi055.asupmf (mgr.14182) 353 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:54.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:54 smithi055 conmon[82634]: cluster 2023-11-15T05:44:53.458499+0000 mgr.smithi055.asupmf (mgr.14182) 354 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:54.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:54 smithi078 conmon[86742]: audit 2023-11-15T05:44:52.961357+0000 mgr.smithi055.asupmf (mgr.14182) 353 : audit 2023-11-15T05:44:54.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:54 smithi078 conmon[86742]: [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:54.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:54 smithi078 conmon[86742]: cluster 2023-11-15T05:44:53.458499+0000 mgr.smithi055.asupmf (mgr.14182) 354 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:44:56.099 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:56.099 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:56.555 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:44:56.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:56 smithi055 conmon[82634]: cluster 2023-11-15T05:44:55.458876+0000 mgr.smithi055.asupmf (mgr.14182) 355 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:56 smithi078 conmon[86742]: cluster 2023-11-15T05:44:55.458876+0000 mgr.smithi055.asupmf (mgr.14182) 355 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:57.556 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:57.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:57 smithi055 conmon[82634]: audit 2023-11-15T05:44:56.095664+0000 mgr.smithi055.asupmf (mgr.14182) 356 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:57 smithi078 conmon[86742]: audit 2023-11-15T05:44:56.095664+0000 mgr.smithi055.asupmf (mgr.14182) 356 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:58.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:44:58 smithi055 conmon[82634]: cluster 2023-11-15T05:44:57.459315+0000 mgr.smithi055.asupmf (mgr.14182) 357 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:58.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:44:58 smithi078 conmon[86742]: cluster 2023-11-15T05:44:57.459315+0000 mgr.smithi055.asupmf (mgr.14182) 357 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:59.280 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:44:59.281 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:59.703 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:00.704 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:00 smithi055 conmon[82634]: audit 2023-11-15T05:44:59.276884+0000 mgr.smithi055.asupmf (mgr.14182) 358 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:00 smithi055 conmon[82634]: cluster 2023-11-15T05:44:59.459709+0000 mgr.smithi055.asupmf (mgr.14182) 359 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:00 smithi078 conmon[86742]: audit 2023-11-15T05:44:59.276884+0000 mgr.smithi055.asupmf (mgr.14182) 358 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:00 smithi078 conmon[86742]: cluster 2023-11-15T05:44:59.459709+0000 mgr.smithi055.asupmf (mgr.14182) 359 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:02.544 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:02.545 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:02.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:02 smithi055 conmon[82634]: cluster 2023-11-15T05:45:01.460109 2023-11-15T05:45:02.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:02 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 360 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:02.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:02 smithi078 conmon[86742]: cluster 2023-11-15T05:45:01.460109+0000 mgr.smithi055.asupmf (mgr.14182) 360 : cluster [DBG] 2023-11-15T05:45:02.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:02 smithi078 conmon[86742]: pgmap v248: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:02.957 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:03.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:03 smithi078 conmon[86742]: audit 2023-11-15T05:45:02.540136+0000 mgr.smithi055.asupmf (mgr.14182) 361 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:03.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:03 smithi055 conmon[82634]: audit 2023-11-15T05:45:02.540136+0000 mgr.smithi055.asupmf (mgr.14182) 361 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:03.958 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:04.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:04 smithi078 conmon[86742]: cluster 2023-11-15T05:45:03.460699+0000 mgr.smithi055.asupmf (mgr.14182) 362 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:04.688 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:04 smithi055 conmon[82634]: cluster 2023-11-15T05:45:03.460699 2023-11-15T05:45:04.688 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:04 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 362 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:05.677 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:05.678 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:06.117 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:06.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:06 smithi055 conmon[82634]: cluster 2023-11-15T05:45:05.461101+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:45:06.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:06 smithi055 conmon[82634]: 14182) 363 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:06.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:06 smithi055 conmon[82634]: audit 2023-11-15T05:45:05.673788+0000 mgr.smithi055.asupmf (mgr.14182) 364 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:06 smithi078 conmon[86742]: cluster 2023-11-15T05:45:05.461101+0000 mgr.smithi055.asupmf (mgr.14182) 363 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:06 smithi078 conmon[86742]: audit 2023-11-15T05:45:05.673788+0000 mgr.smithi055.asupmf (mgr.14182) 364 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:07.119 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:08.801 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:08.801 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:08 smithi055 conmon[82634]: cluster 2023-11-15T05:45:07.461508+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:45:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:08 smithi055 conmon[82634]: ) 365 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:08 smithi078 conmon[86742]: cluster 2023-11-15T05:45:07.461508+0000 mgr.smithi055.asupmf (mgr.14182) 365 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:09.168 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:09.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:09 smithi055 conmon[82634]: audit 2023-11-15T05:45:08.796207+0000 mgr.smithi055.asupmf ( 2023-11-15T05:45:09.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:09 smithi055 conmon[82634]: mgr.14182) 366 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:09.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:09 smithi078 conmon[86742]: audit 2023-11-15T05:45:08.796207+0000 mgr.smithi055.asupmf (mgr.14182) 366 : audit [DBG] 2023-11-15T05:45:09.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:09 smithi078 conmon[86742]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:10.169 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:10.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:10 smithi055 conmon[82634]: cluster 2023-11-15T05:45:09.462023+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:45:10.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:10 smithi055 conmon[82634]: .14182) 367 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:10 smithi078 conmon[86742]: cluster 2023-11-15T05:45:09.462023+0000 mgr.smithi055.asupmf (mgr.14182) 367 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:11.898 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:11.899 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:12.431 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:12.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:12 smithi078 conmon[86742]: cluster 2023-11-15T05:45:11.462525+0000 mgr.smithi055.asupmf (mgr.14182) 368 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:12.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:12 smithi055 conmon[82634]: cluster 2023-11-15T05:45:11.462525+0000 mgr.smithi055.asupmf (mgr.14182) 368 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:13.433 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:13.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:13 smithi078 conmon[86742]: audit 2023-11-15T05:45:11.894644+0000 mgr.smithi055.asupmf (mgr.14182) 369 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:13.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:13 smithi055 conmon[82634]: audit 2023-11-15T05:45:11.894644+0000 mgr.smithi055.asupmf (mgr.14182) 369 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:14.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:14 smithi078 conmon[86742]: cluster 2023-11-15T05:45:13.463112+0000 mgr.smithi055.asupmf (mgr.14182) 370 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:14.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:14 smithi055 conmon[82634]: cluster 2023-11-15T05:45:13.463112+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:45:14.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:14 smithi055 conmon[82634]: 14182) 370 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:15.263 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:15.263 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:15.696 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:16.698 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:16.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:16 smithi055 conmon[82634]: audit 2023-11-15T05:45:15.259673+0000 mgr.smithi055.asupmf (mgr.14182) 371 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:16.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:16 smithi055 conmon[82634]: cluster 2023-11-15T05:45:15.463489+0000 mgr.smithi055.asupmf (mgr.14182) 372 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:16.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:16 smithi078 conmon[86742]: audit 2023-11-15T05:45:15.259673+0000 mgr.smithi055.asupmf (mgr.14182) 371 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:16.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:16 smithi078 conmon[86742]: cluster 2023-11-15T05:45:15. 2023-11-15T05:45:16.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:16 smithi078 conmon[86742]: 463489+0000 mgr.smithi055.asupmf (mgr.14182) 372 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:18.396 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:18.397 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:18 smithi055 conmon[82634]: cluster 2023-11-15T05:45:17.463915+0000 mgr.smithi055.asupmf (mgr.14182) 373 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:18.848 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:18.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:18 smithi078 conmon[86742]: cluster 2023-11-15T05:45:17.463915+0000 mgr.smithi055.asupmf (mgr.14182) 373 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:19.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:19 smithi055 conmon[82634]: audit 2023-11-15T05:45:18.392982+0000 mgr.smithi055.asupmf (mgr.14182) 374 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:19.849 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:19.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:19 smithi078 conmon[86742]: audit 2023-11-15T05:45:18.392982+0000 mgr.smithi055.asupmf (mgr.14182) 374 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:19.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:19 smithi078 conmon[86742]: 2023-11-15T05:45:20.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:20 smithi055 conmon[82634]: cluster 2023-11-15T05:45:19.464433+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:45:20.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:20 smithi055 conmon[82634]: .14182) 375 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:20.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:20 smithi078 conmon[86742]: cluster 2023-11-15T05:45:19.464433+0000 mgr.smithi055.asupmf (mgr.14182) 375 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:20.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:20 smithi078 conmon[86742]: 2023-11-15T05:45:21.702 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:21.703 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:22.109 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:22 smithi078 conmon[86742]: cluster 2023-11-15T05:45:21.464956+0000 mgr.smithi055.asupmf (mgr.14182) 376 : cluster 2023-11-15T05:45:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:22 smithi078 conmon[86742]: [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:22 smithi078 conmon[86742]: audit 2023-11-15T05:45:21.698270+0000 mgr.smithi055.asupmf (mgr.14182) 377 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:22 smithi055 conmon[82634]: cluster 2023-11-15T05:45:21.464956+0000 mgr.smithi055.asupmf (mgr.14182) 376 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:22 smithi055 conmon[82634]: audit 2023-11-15T05:45:21.698270+0000 mgr.smithi055.asupmf (mgr.14182) 377 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:23.111 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:24.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:24 smithi055 conmon[82634]: cluster 2023-11-15T05:45:23. 2023-11-15T05:45:24.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:24 smithi055 conmon[82634]: 465434+0000 mgr.smithi055.asupmf (mgr.14182) 378 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:24.834 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:24.834 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:24.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:24 smithi078 conmon[86742]: cluster 2023-11-15T05:45:23.465434+0000 mgr.smithi055.asupmf (mgr.14182) 378 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:25.260 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:25.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:25 smithi055 conmon[82634]: audit 2023-11-15T05:45:24.830236+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:45:25.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:25 smithi055 conmon[82634]: ) 379 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:25.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:25 smithi078 conmon[86742]: audit 2023-11-15T05:45:24.830236+0000 mgr.smithi055.asupmf (mgr.14182) 379 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:26.261 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:26.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:26 smithi055 conmon[82634]: cluster 2023-11-15T05:45:25.465949+0000 mgr.smithi055.asupmf (mgr.14182) 380 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:26.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:26 smithi078 conmon[86742]: cluster 2023-11-15T05:45:25.465949+0000 mgr.smithi055.asupmf (mgr.14182) 380 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:27.994 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:27.994 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:28.422 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:28.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:28 smithi055 conmon[82634]: cluster 2023-11-15T05:45:27.466438+0000 mgr.smithi055.asupmf (mgr.14182) 381 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:28 smithi078 conmon[86742]: cluster 2023-11-15T05:45:27.466438+0000 mgr.smithi055.asupmf (mgr.14182) 381 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:29.423 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:29.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:29 smithi055 conmon[82634]: audit 2023-11-15T05:45:27.990211+0000 mgr.smithi055.asupmf (mgr.14182) 382 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:29.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:29 smithi078 conmon[86742]: audit 2023-11-15T05:45:27.990211+0000 mgr.smithi055.asupmf (mgr.14182) 382 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:29.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:29 smithi078 conmon[86742]: 2023-11-15T05:45:30.736 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:30 smithi055 conmon[82634]: cluster 2023-11-15T05:45:29.466962 2023-11-15T05:45:30.736 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:30 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 383 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:30.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:30 smithi078 conmon[86742]: cluster 2023-11-15T05:45:29.466962+0000 mgr.smithi055.asupmf (mgr.14182) 383 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:31.172 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:31.173 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:31.593 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:32.593 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:32.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:32 smithi055 conmon[82634]: audit 2023-11-15T05:45:31.168569+0000 mgr.smithi055.asupmf (mgr.14182) 384 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:32.622 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:32 smithi055 conmon[82634]: cluster 2023-11-15T05:45:31.467591+0000 mgr.smithi055.asupmf (mgr.14182) 385 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:32.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:32 smithi078 conmon[86742]: audit 2023-11-15T05:45:31.168569+0000 mgr.smithi055.asupmf (mgr.14182) 384 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:32.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:32 smithi078 conmon[86742]: cluster 2023-11-15T05:45:31.467591+0000 mgr.smithi055.asupmf (mgr.14182) 385 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:34.420 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:34.420 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:34.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:34 smithi055 conmon[82634]: cluster 2023-11-15T05:45:33.468065+0000 mgr.smithi055.asupmf (mgr.14182) 386 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:34.834 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:34 smithi078 conmon[86742]: cluster 2023-11-15T05:45:33.468065+0000 mgr.smithi055.asupmf (mgr.14182) 386 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:35.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:35 smithi055 conmon[82634]: audit 2023-11-15T05:45:34.416359+0000 mgr.smithi055.asupmf (mgr.14182) 387 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:35.836 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:35.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:35 smithi078 conmon[86742]: audit 2023-11-15T05:45:34.416359+0000 mgr.smithi055.asupmf (mgr.14182) 387 : audit 2023-11-15T05:45:35.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:35 smithi078 conmon[86742]: [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:36.766 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:36 smithi055 conmon[82634]: cluster 2023-11-15T05:45:35.468561+0000 mgr.smithi055.asupmf 2023-11-15T05:45:36.767 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:36 smithi055 conmon[82634]: (mgr.14182) 388 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:36.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:36 smithi078 conmon[86742]: cluster 2023-11-15T05:45:35.468561+0000 mgr.smithi055.asupmf (mgr.14182) 388 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:37.632 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:37.633 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:38.099 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:38 smithi055 conmon[82634]: cluster 2023-11-15T05:45:37.468974+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:45:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:38 smithi055 conmon[82634]: .14182) 389 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:38 smithi055 conmon[82634]: audit 2023-11-15T05:45:37.628770+0000 mgr.smithi055.asupmf (mgr.14182) 390 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:38 smithi078 conmon[86742]: cluster 2023-11-15T05:45:37.468974+0000 mgr.smithi055.asupmf (mgr.14182) 389 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:38 smithi078 conmon[86742]: audit 2023-11-15T05:45:37.628770+0000 mgr.smithi055.asupmf (mgr.14182) 390 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:39.100 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:40.799 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:40.800 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:40.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:40 smithi055 conmon[82634]: cluster 2023-11-15T05:45:39.469368+0000 mgr.smithi055.asupmf (mgr.14182) 391 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:40 smithi078 conmon[86742]: cluster 2023-11-15T05:45:39.469368+0000 mgr.smithi055.asupmf (mgr.14182) 391 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:41.154 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:41.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:41 smithi078 conmon[86742]: audit 2023-11-15T05:45:40.795824+0000 mgr.smithi055.asupmf (mgr.14182) 392 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:42.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:41 smithi055 conmon[82634]: audit 2023-11-15T05:45:40.795824+0000 mgr.smithi055.asupmf (mgr.14182) 392 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:42.155 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:42.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:42 smithi078 conmon[86742]: cluster 2023-11-15T05:45:41.469978+0000 mgr.smithi055.asupmf (mgr.14182) 393 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:42.902 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:42 smithi055 conmon[82634]: cluster 2023-11-15T05:45:41.469978+0000 mgr.smithi055.asupmf ( 2023-11-15T05:45:42.903 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:42 smithi055 conmon[82634]: mgr.14182) 393 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:44.014 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:44.014 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:44.423 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:44.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:44 smithi055 conmon[82634]: cluster 2023-11-15T05:45:43.470646+0000 mgr.smithi055.asupmf (mgr.14182) 394 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:44.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:44 smithi078 conmon[86742]: cluster 2023-11-15T05:45:43.470646+0000 mgr.smithi055.asupmf (mgr.14182) 394 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:44.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:44 smithi078 conmon[86742]: 2023-11-15T05:45:45.424 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:45.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:45 smithi055 conmon[82634]: audit 2023-11-15T05:45:44.009896+0000 mgr.smithi055.asupmf 2023-11-15T05:45:45.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:45 smithi055 conmon[82634]: (mgr.14182) 395 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:45.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:45 smithi078 conmon[86742]: audit 2023-11-15T05:45:44.009896+0000 mgr.smithi055.asupmf (mgr.14182) 395 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:46.835 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:46 smithi055 conmon[82634]: cluster 2023-11-15T05:45:45.471078+0000 mgr.smithi055.asupmf (mgr.14182) 396 2023-11-15T05:45:46.836 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:46 smithi055 conmon[82634]: : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:46.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:46 smithi078 conmon[86742]: cluster 2023-11-15T05:45:45.471078+0000 mgr.smithi055.asupmf (mgr.14182) 396 : cluster [DBG] 2023-11-15T05:45:46.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:46 smithi078 conmon[86742]: pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:47.158 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:47.158 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:47.486 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:48.488 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:48.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:48 smithi055 conmon[82634]: audit 2023-11-15T05:45:47.154282+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:45:48.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:48 smithi055 conmon[82634]: 397 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:48.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:48 smithi055 conmon[82634]: cluster 2023-11-15T05:45:47.471519+0000 mgr.smithi055.asupmf (mgr.14182) 398 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:48 smithi078 conmon[86742]: audit 2023-11-15T05:45:47.154282+0000 mgr.smithi055.asupmf (mgr.14182) 397 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:48 smithi078 conmon[86742]: cluster 2023-11-15T05:45:47.471519+0000 mgr.smithi055.asupmf (mgr.14182) 398 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:50.236 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:50.236 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:50.751 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:50.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:50 smithi078 conmon[86742]: cluster 2023-11-15T05:45:49.472164+0000 mgr.smithi055.asupmf (mgr.14182) 399 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:51.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:50 smithi055 conmon[82634]: cluster 2023-11-15T05:45:49.472164+0000 mgr.smithi055.asupmf (mgr.14182) 399 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:51.753 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:51.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:51 smithi078 conmon[86742]: audit 2023-11-15T05:45:50.232138+0000 mgr.smithi055.asupmf (mgr.14182) 400 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:52.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:51 smithi055 conmon[82634]: audit 2023-11-15T05:45:50.232138+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:45:52.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:51 smithi055 conmon[82634]: ) 400 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:52.856 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:52 smithi055 conmon[82634]: cluster 2023-11-15T05:45:51.472691+0000 mgr.smithi055.asupmf (mgr.14182) 401 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:52.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:52 smithi078 conmon[86742]: cluster 2023-11-15T05:45:51.472691+0000 mgr.smithi055.asupmf (mgr.14182) 401 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:53.476 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:53.476 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:53.813 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:54.815 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:54.846 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:54 smithi055 conmon[82634]: audit 2023-11-15T05:45:53.472265+0000 mgr.smithi055.asupmf (mgr.14182) 402 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:54.846 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:54 smithi055 conmon[82634]: cluster 2023-11-15T05:45:53.473149+0000 mgr.smithi055.asupmf (mgr.14182) 403 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:54.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:54 smithi078 conmon[86742]: audit 2023-11-15T05:45:53.472265+0000 mgr.smithi055.asupmf (mgr.14182) 402 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:54.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:54 smithi078 conmon[86742]: cluster 2023-11-15T05:45:53.473149+0000 mgr.smithi055.asupmf (mgr.14182) 403 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:45:56.550 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:56.550 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:56 smithi078 conmon[86742]: cluster 2023-11-15T05:45:55.473684+0000 mgr.smithi055.asupmf (mgr.14182) 404 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:56.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:56 smithi078 conmon[86742]: 2023-11-15T05:45:56.940 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:56 smithi055 conmon[82634]: cluster 2023-11-15T05:45:55.473684+0000 mgr.smithi055.asupmf (mgr.14182) 404 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:56.963 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:45:57.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:57 smithi055 conmon[82634]: audit 2023-11-15T05:45:56.546210+0000 mgr.smithi055.asupmf (mgr.14182) 405 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:57 smithi078 conmon[86742]: audit 2023-11-15T05:45:56.546210+0000 mgr.smithi055.asupmf (mgr.14182) 405 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:57.964 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:58.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:58 smithi055 conmon[82634]: cluster 2023-11-15T05:45:57 2023-11-15T05:45:58.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:45:58 smithi055 conmon[82634]: .474347+0000 mgr.smithi055.asupmf (mgr.14182) 406 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:58.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:45:58 smithi078 conmon[86742]: cluster 2023-11-15T05:45:57.474347+0000 mgr.smithi055.asupmf (mgr.14182) 406 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:59.690 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:45:59.690 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:00.128 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:00 smithi078 conmon[86742]: cluster 2023-11-15T05:45:59.474812+0000 mgr.smithi055.asupmf (mgr.14182) 407 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:00 smithi078 conmon[86742]: audit 2023-11-15T05:45:59.686077+0000 mgr.smithi055.asupmf (mgr.14182) 408 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:01.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:00 smithi055 conmon[82634]: cluster 2023-11-15T05:45:59.474812+0000 mgr.smithi055.asupmf (mgr.14182) 407 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:01.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:00 smithi055 conmon[82634]: audit 2023-11-15T05:45:59.686077+0000 mgr.smithi055.asupmf (mgr.14182) 408 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:01.129 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:02.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:02 smithi078 conmon[86742]: cluster 2023-11-15T05:46:01.475366+0000 mgr.smithi055.asupmf (mgr.14182) 409 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:02.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:02 smithi055 conmon[82634]: cluster 2023-11-15T05:46:01.475366+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:46:02.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:02 smithi055 conmon[82634]: .14182) 409 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:02.935 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:02.935 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:03.280 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:04.281 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:04.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:04 smithi055 conmon[82634]: audit 2023-11-15T05:46:02.931152+0000 mgr.smithi055.asupmf (mgr.14182) 410 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:04.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:04 smithi055 conmon[82634]: cluster 2023-11-15T05:46:03.476140+0000 mgr.smithi055.asupmf (mgr.14182) 411 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:46:04.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:04 smithi078 conmon[86742]: audit 2023-11-15T05:46:02.931152+0000 mgr.smithi055.asupmf (mgr.14182) 410 : audit [DBG] 2023-11-15T05:46:04.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:04 smithi078 conmon[86742]: from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:04.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:04 smithi078 conmon[86742]: cluster 2023-11-15T05:46:03.476140+0000 mgr.smithi055.asupmf (mgr.14182) 411 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:46:06.072 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:06.072 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:06.447 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:06.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:06 smithi055 conmon[82634]: cluster 2023-11-15T05:46:05.476500+0000 mgr.smithi055.asupmf (mgr.14182) 412 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:06 smithi078 conmon[86742]: cluster 2023-11-15T05:46:05.476500+0000 mgr.smithi055.asupmf (mgr.14182) 412 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:06 smithi078 conmon[86742]: 2023-11-15T05:46:07.448 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:07 smithi055 conmon[82634]: audit 2023-11-15T05:46:06.068703+0000 mgr.smithi055.asupmf ( 2023-11-15T05:46:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:07 smithi055 conmon[82634]: mgr.14182) 413 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:07 smithi078 conmon[86742]: audit 2023-11-15T05:46:06.068703+0000 mgr.smithi055.asupmf (mgr.14182) 413 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:08 smithi055 conmon[82634]: cluster 2023-11-15T05:46:07.477033+0000 mgr.smithi055.asupmf ( 2023-11-15T05:46:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:08 smithi055 conmon[82634]: mgr.14182) 414 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:08 smithi078 conmon[86742]: cluster 2023-11-15T05:46:07.477033+0000 mgr.smithi055.asupmf (mgr.14182) 414 : cluster [DBG] 2023-11-15T05:46:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:08 smithi078 conmon[86742]: pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:09.393 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:09.394 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:09.810 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:10.812 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:10.843 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:10 smithi055 conmon[82634]: audit 2023-11-15T05:46:09.390140+0000 mgr.smithi055.asupmf (mgr.14182) 415 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:10.843 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:10 smithi055 conmon[82634]: cluster 2023-11-15T05:46:09.477684+0000 mgr.smithi055.asupmf (mgr.14182) 416 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:10 smithi078 conmon[86742]: audit 2023-11-15T05:46:09.390140+0000 mgr.smithi055.asupmf (mgr.14182) 415 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:10 smithi078 conmon[86742]: cluster 2023-11-15T05:46:09. 2023-11-15T05:46:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:10 smithi078 conmon[86742]: 477684+0000 mgr.smithi055.asupmf (mgr.14182) 416 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:12.548 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:12.548 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:12.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:12 smithi055 conmon[82634]: cluster 2023-11-15T05:46:11.478271+0000 mgr.smithi055.asupmf (mgr.14182) 417 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:12.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:12 smithi078 conmon[86742]: cluster 2023-11-15T05:46:11.478271+0000 mgr.smithi055.asupmf (mgr.14182) 417 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:12.859 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:13.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:13 smithi078 conmon[86742]: audit 2023-11-15T05:46:12.543219+0000 mgr.smithi055.asupmf (mgr.14182) 418 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:13.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:13 smithi055 conmon[82634]: audit 2023-11-15T05:46:12.543219+0000 mgr.smithi055.asupmf (mgr.14182) 418 : 2023-11-15T05:46:13.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:13 smithi055 conmon[82634]: audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:13.860 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:14.761 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:14 smithi055 conmon[82634]: cluster 2023-11-15T05:46:13.478933+0000 mgr.smithi055.asupmf 2023-11-15T05:46:14.762 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:14 smithi055 conmon[82634]: (mgr.14182) 419 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:46:14.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:14 smithi078 conmon[86742]: cluster 2023-11-15T05:46:13.478933+0000 mgr.smithi055.asupmf (mgr.14182) 419 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:46:15.603 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:15.603 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:16.019 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:16.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:16 smithi055 conmon[82634]: cluster 2023-11-15T05:46:15.479344+0000 mgr.smithi055.asupmf (mgr.14182) 420 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:16.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:16 smithi055 conmon[82634]: audit 2023-11-15T05:46:15.599133+0000 mgr.smithi055.asupmf (mgr.14182) 421 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:16.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:16 smithi078 conmon[86742]: cluster 2023-11-15T05:46:15.479344+0000 mgr.smithi055.asupmf (mgr.14182) 420 : cluster [DBG] 2023-11-15T05:46:16.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:16 smithi078 conmon[86742]: pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:16.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:16 smithi078 conmon[86742]: audit 2023-11-15T05:46:15.599133+0000 mgr.smithi055.asupmf (mgr.14182) 421 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:17.021 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:18.731 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:18.731 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:18.759 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:18 smithi055 conmon[82634]: cluster 2023-11-15T05:46:17.479771+0000 mgr.smithi055.asupmf (mgr.14182) 422 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:18 smithi078 conmon[86742]: cluster 2023-11-15T05:46:17.479771+0000 mgr.smithi055.asupmf (mgr.14182) 422 : 2023-11-15T05:46:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:18 smithi078 conmon[86742]: cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:19.173 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:19.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:19 smithi078 conmon[86742]: audit 2023-11-15T05:46:18.726944+0000 mgr.smithi055.asupmf (mgr.14182) 423 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:20.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:19 smithi055 conmon[82634]: audit 2023-11-15T05:46:18.726944+0000 mgr.smithi055.asupmf (mgr.14182) 423 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:20.175 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:20.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:20 smithi078 conmon[86742]: cluster 2023-11-15T05:46:19.480309+0000 mgr.smithi055.asupmf (mgr.14182) 424 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:20.915 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:20 smithi055 conmon[82634]: cluster 2023-11-15T05:46:19.480309+0000 mgr.smithi055.asupmf ( 2023-11-15T05:46:20.915 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:20 smithi055 conmon[82634]: mgr.14182) 424 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:21.871 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:21.871 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:22.242 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:22.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:22 smithi055 conmon[82634]: cluster 2023-11-15T05:46:21.480722+0000 mgr.smithi055.asupmf (mgr.14182) 425 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:22.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:22 smithi055 conmon[82634]: audit 2023-11-15T05:46:21.867026+0000 mgr.smithi055.asupmf (mgr.14182) 426 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:22 smithi078 conmon[86742]: cluster 2023-11-15T05:46:21.480722+0000 mgr.smithi055.asupmf (mgr.14182) 425 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:22 smithi078 conmon[86742]: audit 2023-11-15T05:46 2023-11-15T05:46:22.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:22 smithi078 conmon[86742]: :21.867026+0000 mgr.smithi055.asupmf (mgr.14182) 426 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:23.243 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:24.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:24 smithi055 conmon[82634]: cluster 2023-11-15T05:46:23.481344+0000 mgr.smithi055.asupmf (mgr.14182) 427 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:46:24.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:24 smithi078 conmon[86742]: cluster 2023-11-15T05:46:23.481344+0000 mgr.smithi055.asupmf (mgr.14182) 427 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:46:24.941 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:24.942 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:25.297 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:26.299 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:26.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:26 smithi055 conmon[82634]: audit 2023-11-15T05:46:24.938095+0000 mgr.smithi055.asupmf (mgr.14182) 428 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:26.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:26 smithi055 conmon[82634]: cluster 2023-11-15T05:46:25.481831+0000 mgr.smithi055.asupmf (mgr.14182) 429 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:26.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:26 smithi078 conmon[86742]: audit 2023-11-15T05:46:24.938095+0000 mgr.smithi055.asupmf (mgr.14182) 428 : audit 2023-11-15T05:46:26.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:26 smithi078 conmon[86742]: [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:26.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:26 smithi078 conmon[86742]: cluster 2023-11-15T05:46:25.481831+0000 mgr.smithi055.asupmf (mgr.14182) 429 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:28.012 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:28.012 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:28.463 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:28.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:28 smithi055 conmon[82634]: cluster 2023-11-15T05:46:27.482251+0000 mgr.smithi055.asupmf (mgr.14182) 430 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:28.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:28 smithi078 conmon[86742]: cluster 2023-11-15T05:46:27.482251+0000 mgr.smithi055.asupmf (mgr.14182) 430 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:29.465 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:29.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:29 smithi055 conmon[82634]: audit 2023-11-15T05:46:28.007797+0000 2023-11-15T05:46:29.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:29 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 431 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:29.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:29 smithi078 conmon[86742]: audit 2023-11-15T05:46:28.007797+0000 mgr.smithi055.asupmf (mgr.14182) 431 : audit [DBG] 2023-11-15T05:46:29.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:29 smithi078 conmon[86742]: from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:30.753 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:30 smithi055 conmon[82634]: cluster 2023-11-15T05:46:29.482836+0000 mgr.smithi055.asupmf 2023-11-15T05:46:30.754 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:30 smithi055 conmon[82634]: (mgr.14182) 432 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:30.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:30 smithi078 conmon[86742]: cluster 2023-11-15T05:46:29.482836+0000 mgr.smithi055.asupmf (mgr.14182) 432 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:31.206 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:31.206 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:31.619 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:32.620 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:32.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:32 smithi078 conmon[86742]: audit 2023-11-15T05:46:31.201647+0000 mgr.smithi055.asupmf (mgr.14182) 433 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:32.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:32 smithi078 conmon[86742]: 2023-11-15T05:46:32.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:32 smithi078 conmon[86742]: cluster 2023-11-15T05:46:31.483336+0000 mgr.smithi055.asupmf (mgr.14182) 434 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:32.652 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:32 smithi055 conmon[82634]: audit 2023-11-15T05:46:31.201647+0000 mgr.smithi055.asupmf (mgr.14182) 433 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:32.652 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:32 smithi055 conmon[82634]: cluster 2023-11-15T05:46:31.483336+0000 mgr.smithi055.asupmf (mgr.14182) 434 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:34.445 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:34.445 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:34.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:34 smithi055 conmon[82634]: cluster 2023-11-15T05:46:33.483895 2023-11-15T05:46:34.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:34 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 435 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:46:34.867 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:34.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:34 smithi078 conmon[86742]: cluster 2023-11-15T05:46:33.483895+0000 mgr.smithi055.asupmf (mgr.14182) 435 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:46:35.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:35 smithi055 conmon[82634]: audit 2023-11-15T05:46:34.440796+0000 mgr.smithi055.asupmf (mgr.14182) 436 : 2023-11-15T05:46:35.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:35 smithi055 conmon[82634]: audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:35.868 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:35.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:35 smithi078 conmon[86742]: audit 2023-11-15T05:46:34.440796+0000 mgr.smithi055.asupmf (mgr.14182) 436 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:36.742 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:36 smithi055 conmon[82634]: cluster 2023-11-15T05:46:35.484401+0000 mgr.smithi055.asupmf (mgr.14182) 437 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:36.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:36 smithi078 conmon[86742]: cluster 2023-11-15T05:46:35.484401+0000 mgr.smithi055.asupmf (mgr.14182) 437 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:37.622 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:37.622 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:38.027 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:38.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:38 smithi078 conmon[86742]: cluster 2023-11-15T05:46:37.484862+0000 mgr.smithi055.asupmf (mgr.14182) 438 : cluster [DBG] 2023-11-15T05:46:38.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:38 smithi078 conmon[86742]: pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:38.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:38 smithi078 conmon[86742]: audit 2023-11-15T05:46:37.618337+0000 mgr.smithi055.asupmf (mgr.14182) 439 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:39.029 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:39.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:38 smithi055 conmon[82634]: cluster 2023-11-15T05:46:37.484862+0000 mgr.smithi055.asupmf (mgr.14182) 438 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:39.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:38 smithi055 conmon[82634]: audit 2023-11-15T05:46:37.618337+0000 mgr.smithi055.asupmf (mgr.14182) 439 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:39.613 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:39 smithi055 conmon[82634]: audit 2023-11-15T05:46:39.345379+0000 2023-11-15T05:46:39.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:39 smithi055 conmon[82634]: mon.smithi055 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi055.ssahyf"}]: dispatch 2023-11-15T05:46:39.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:39 smithi055 conmon[82634]: audit 2023-11-15T05:46:39.351498+0000 mon.smithi055 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:39.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:39 smithi055 conmon[82634]: audit 2023-11-15T05:46:39.353641+0000 mon.smithi055 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:46:39.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:39 smithi078 conmon[86742]: audit 2023-11-15T05:46:39.345379+0000 mon.smithi055 2023-11-15T05:46:39.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:39 smithi078 conmon[86742]: (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi055.ssahyf"}]: dispatch 2023-11-15T05:46:39.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:39 smithi078 conmon[86742]: audit 2023-11-15T05:46:39.351498+0000 mon.smithi055 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:39.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:39 smithi078 conmon[86742]: audit 2023-11-15T05:46:39.353641+0000 mon.smithi055 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:46:40.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: cephadm 2023-11-15T05:46:39.344915+0000 mgr.smithi055.asupmf (mgr.14182) 440 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi055.ssahyf ... 2023-11-15T05:46:40.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:40.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:44:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:45:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:46:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:40.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: Traceback (most recent call last): 2023-11-15T05:46:40.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:46:40.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: yield (conn, connr) 2023-11-15T05:46:40.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:46:40.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: code, '\n'.join(err))) 2023-11-15T05:46:40.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi055.ssahyf ... 2023-11-15T05:46:40.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:40.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:44:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:45:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:46:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:40.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-11-15T05:46:40.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: cephadm 2023-11-15T05:46:39.345092+0000 mgr.smithi055.asupmf (mgr.14182) 441 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: cephadm 2023-11-15T05:46:39.345960+0000 mgr.smithi055.asupmf (mgr.14182) 442 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.810 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.810 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.810 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.810 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi055.ssahyf ... 2023-11-15T05:46:40.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:40.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:44:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:45:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:46:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:40.812 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.812 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: cephadm 2023-11-15T05:46:39.351761+0000 mgr.smithi055.asupmf (mgr.14182) 443 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:40.812 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: cephadm 2023-11-15T05:46:39.352783+0000 mgr.smithi055.asupmf (mgr.14182) 444 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:40.812 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: cluster 2023-11-15T05:46:39.353507+0000 mgr.smithi055.asupmf (mgr.14182) 445 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:46:40.812 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:40 smithi055 conmon[82634]: cluster 2023-11-15T05:46:40.349746+0000 mon.smithi055 (mon.0) 677 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:46:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: cephadm 2023-11-15T05:46:39.344915+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:46:40.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: ) 440 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi055.ssahyf ... 2023-11-15T05:46:40.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:40.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:44:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:45:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:46:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:40.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: Traceback (most recent call last): 2023-11-15T05:46:40.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:46:40.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: yield (conn, connr) 2023-11-15T05:46:40.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:46:40.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: code, '\n'.join(err))) 2023-11-15T05:46:40.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi055.ssahyf ... 2023-11-15T05:46:40.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:40.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:44:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:45:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:46:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:40.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: cephadm 2023-11-15T05:46:39.3 2023-11-15T05:46:40.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: 45092+0000 mgr.smithi055.asupmf (mgr.14182) 441 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: cephadm 2023-11-15T05:46:39.345960+0000 mgr.smithi055.asupmf (mgr.14182) 442 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf 2023-11-15T05:46:40.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf 2023-11-15T05:46:40.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi055.ssahyf ... 2023-11-15T05:46:40.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:46:40.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:44:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:45:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:46:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:46:40.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:46:40.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:40.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: cephadm 2023-11-15T05:46:39.351761+0000 mgr.smithi055.asupmf (mgr.14182) 443 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:40.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: cephadm 2023-11-15T05:46:39.352783+0000 mgr.smithi055.asupmf (mgr.14182) 444 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:40.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: cluster 2023-11-15T05:46:39.353507+0000 mgr.smithi055.asupmf (mgr.14182) 445 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:46:40.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:40 smithi078 conmon[86742]: cluster 2023-11-15T05:46:40.349746+0000 mon.smithi055 (mon.0) 677 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:46:40.960 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:40.961 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:18.034941Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:18.035087Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:18.035173Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:18.035243Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:18.035309Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:41.482 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-15T05:46:42.483 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:43.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:42 smithi078 conmon[86742]: audit 2023-11-15T05:46:40.956198 2023-11-15T05:46:43.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:42 smithi078 conmon[86742]: +0000 mgr.smithi055.asupmf (mgr.14182) 446 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:43.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:42 smithi078 conmon[86742]: cluster 2023-11-15T05:46:41.354088+0000 mgr.smithi055.asupmf (mgr.14182) 447 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:46:43.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:42 smithi078 conmon[86742]: audit 2023-11-15T05:46:41.824933+0000 mon.smithi055 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:43.159 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:42 smithi055 conmon[82634]: audit 2023-11-15T05:46:40.956198+0000 2023-11-15T05:46:43.159 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:42 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 446 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:43.159 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:42 smithi055 conmon[82634]: cluster 2023-11-15T05:46:41.354088+0000 mgr.smithi055.asupmf (mgr.14182) 447 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:46:43.159 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:42 smithi055 conmon[82634]: audit 2023-11-15T05:46:41.824933+0000 mon.smithi055 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:44.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:43 smithi055 conmon[82634]: audit 2023-11-15T05:46:42.977234+0000 mon.smithi055 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:44.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:43 smithi055 conmon[82634]: cluster 2023-11-15T05:46:43.354694+0000 mgr.smithi055.asupmf (mgr.14182) 448 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-11-15T05:46:44.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:43 smithi078 conmon[86742]: audit 2023-11-15T05:46:42.977234+0000 mon.smithi055 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:44.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:43 smithi078 conmon[86742]: cluster 2023-11-15T05:46:43.354694+0000 mgr.smithi055.asupmf (mgr.14182) 448 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-11-15T05:46:44.520 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:44.520 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:41:21.097480Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:41:21.097545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:41:21.097609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:41:21.097407Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:41:21.097266Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:41:21.097681Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:41:21.097808Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:41:21.097745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:45.139 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:44 smithi055 conmon[82634]: audit 2023-11-15T05:46:44.515607+0000 mgr.smithi055.asupmf 2023-11-15T05:46:45.140 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:44 smithi055 conmon[82634]: (mgr.14182) 449 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:45.141 INFO:tasks.cephadm:nfs.foo has 1/2 2023-11-15T05:46:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:44 smithi078 conmon[86742]: audit 2023-11-15T05:46:44.515607+0000 mgr.smithi055.asupmf (mgr.14182) 449 : audit 2023-11-15T05:46:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:44 smithi078 conmon[86742]: [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:46.142 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:46.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:45 smithi055 conmon[82634]: cluster 2023-11-15T05:46:45. 2023-11-15T05:46:46.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:45 smithi055 conmon[82634]: 355217+0000 mgr.smithi055.asupmf (mgr.14182) 450 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:46:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:45 smithi078 conmon[86742]: cluster 2023-11-15T05:46:45.355217+0000 mgr.smithi055.asupmf (mgr.14182) 450 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:46:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:45 smithi078 conmon[86742]: 2023-11-15T05:46:47.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:47 smithi078 conmon[86742]: audit 2023-11-15T05:46:46.375846+0000 mon.smithi055 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:47.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:47 smithi078 conmon[86742]: audit 2023-11-15T05:46:46.819425+0000 mon.smithi055 (mon.0) 681 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:46:47.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:47 smithi078 conmon[86742]: audit 2023-11-15T05:46:46.820123+0000 mon.smithi055 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:46:47.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:47 smithi078 conmon[86742]: audit 2023-11-15T05:46:46.824819+0000 mon.smithi055 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:47.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:47 smithi078 conmon[86742]: cluster 2023-11-15T05:46:46.825356+0000 mgr.smithi055.asupmf (mgr.14182) 451 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-15T05:46:47.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:47 smithi078 conmon[86742]: audit 2023-11-15T05:46:46.828715+0000 mon.smithi055 (mon.0) 684 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:46:47.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:47 smithi078 conmon[86742]: audit 2023-11-15T05:46:46.838930+0000 mon.smithi055 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:47.651 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:47 smithi078 conmon[86742]: cephadm 2023-11-15T05:46:46.841033+0000 mgr.smithi055.asupmf (mgr.14182) 452 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.vqanyb on smithi078 2023-11-15T05:46:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:47 smithi055 conmon[82634]: audit 2023-11-15T05:46:46.375846+0000 mon.smithi055 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:47 smithi055 conmon[82634]: audit 2023-11-15T05:46:46.819425+0000 mon.smithi055 (mon.0) 681 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:46:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:47 smithi055 conmon[82634]: audit 2023-11-15T05:46:46.820123+0000 mon.smithi055 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:46:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:47 smithi055 conmon[82634]: audit 2023-11-15T05:46:46.824819+0000 mon.smithi055 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:47 smithi055 conmon[82634]: cluster 2023-11-15T05:46:46.825356+0000 mgr.smithi055.asupmf (mgr.14182) 451 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-15T05:46:47.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:47 smithi055 conmon[82634]: audit 2023-11-15T05:46:46.828715+0000 mon.smithi055 (mon.0) 684 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:46:47.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:47 smithi055 conmon[82634]: audit 2023-11-15T05:46:46.838930+0000 mon.smithi055 (mon.0) 685 2023-11-15T05:46:47.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:47 smithi055 conmon[82634]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:46:47.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:47 smithi055 conmon[82634]: cephadm 2023-11-15T05:46:46.841033+0000 mgr.smithi055.asupmf (mgr.14182) 452 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.vqanyb on smithi078 2023-11-15T05:46:47.843 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:47.843 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:48.281 INFO:tasks.cephadm:nfs.foo has 2/2 2023-11-15T05:46:48.282 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T05:46:48.292 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-15T05:46:48.293 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:48.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:48 smithi055 conmon[82634]: cluster 2023-11-15T05:46:47.822969+0000 mon.smithi055 (mon.0) 686 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:46:48.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:48 smithi055 conmon[82634]: cluster 2023-11-15T05:46:47.823001+0000 mon.smithi055 (mon.0) 687 : cluster [INF] Cluster is now healthy 2023-11-15T05:46:48.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:48 smithi055 conmon[82634]: audit 2023-11-15T05:46:47.838552+0000 mgr.smithi055.asupmf (mgr.14182) 453 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:48.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:48 smithi078 conmon[86742]: cluster 2023-11-15T05:46:47.822969+0000 mon.smithi055 (mon.0 2023-11-15T05:46:48.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:48 smithi078 conmon[86742]: ) 686 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:46:48.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:48 smithi078 conmon[86742]: cluster 2023-11-15T05:46:47.823001+0000 mon.smithi055 (mon.0) 687 : cluster [INF] Cluster is now healthy 2023-11-15T05:46:48.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:48 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:46:48.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:48 smithi078 conmon[86742]: :46:47.838552+0000 mgr.smithi055.asupmf (mgr.14182) 453 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:49.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:49 smithi055 conmon[82634]: cluster 2023-11-15T05:46:48.825797+0000 mgr.smithi055.asupmf (mgr.14182) 454 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-15T05:46:49.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:49 smithi078 conmon[86742]: cluster 2023-11-15T05:46:48.825797+0000 mgr.smithi055.asupmf (mgr.14182) 454 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-15T05:46:49.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:49 smithi078 conmon[86742]: 2023-11-15T05:46:50.043 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:50.043 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:50.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:51.443 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:52.136 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:51 smithi055 conmon[82634]: audit 2023-11-15T05:46:50.038973 2023-11-15T05:46:52.136 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:51 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 455 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:52.136 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:51 smithi055 conmon[82634]: cluster 2023-11-15T05:46:50.826255+0000 mgr.smithi055.asupmf (mgr.14182) 456 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-11-15T05:46:52.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:51 smithi078 conmon[86742]: audit 2023-11-15T05:46:50.038973+0000 mgr.smithi055.asupmf (mgr.14182) 455 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:52.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:51 smithi078 conmon[86742]: cluster 2023-11-15T05:46:50.826255 2023-11-15T05:46:52.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:51 smithi078 conmon[86742]: +0000 mgr.smithi055.asupmf (mgr.14182) 456 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-11-15T05:46:53.140 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:53.140 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:53.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:54.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:53 smithi078 conmon[86742]: cluster 2023-11-15T05:46:52.826774+0000 mgr.smithi055.asupmf (mgr.14182) 457 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-11-15T05:46:54.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:53 smithi055 conmon[82634]: cluster 2023-11-15T05:46:52.826774+0000 mgr.smithi055.asupmf (mgr.14182) 457 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-11-15T05:46:54.602 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:55.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:54 smithi078 conmon[86742]: audit 2023-11-15T05:46:53.135351+0000 mgr.smithi055.asupmf (mgr.14182) 458 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:55.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:54 smithi078 conmon[86742]: 2023-11-15T05:46:55.191 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:54 smithi055 conmon[82634]: audit 2023-11-15T05:46:53.135351+0000 mgr.smithi055.asupmf (mgr.14182) 458 : audit [DBG] 2023-11-15T05:46:55.191 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:54 smithi055 conmon[82634]: from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:56.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:55 smithi078 conmon[86742]: cluster 2023-11-15T05:46:54.827221+0000 mgr.smithi055.asupmf (mgr.14182) 459 : cluster [DBG] 2023-11-15T05:46:56.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:55 smithi078 conmon[86742]: pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-11-15T05:46:56.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:55 smithi055 conmon[82634]: cluster 2023-11-15T05:46:54. 2023-11-15T05:46:56.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:55 smithi055 conmon[82634]: 827221+0000 mgr.smithi055.asupmf (mgr.14182) 459 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-11-15T05:46:56.429 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:56.429 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:56.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:57.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:57 smithi078 conmon[86742]: audit 2023-11-15T05:46:56.424695+0000 mgr.smithi055.asupmf (mgr.14182) 460 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:57.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:57 smithi078 conmon[86742]: cluster 2023-11-15T05:46:56.827698+0000 mgr.smithi055.asupmf (mgr.14182) 461 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-11-15T05:46:57.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:57 smithi055 conmon[82634]: audit 2023-11-15T05:46:56.424695+0000 mgr.smithi055.asupmf (mgr.14182) 460 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:57.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:57 smithi055 conmon[82634]: cluster 2023-11-15T05:46:56.827698+0000 mgr.smithi055.asupmf (mgr.14182) 461 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-11-15T05:46:57.864 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:59.584 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:46:59.584 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:00.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:00.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:46:59 smithi078 conmon[86742]: cluster 2023-11-15T05:46:58.828185+0000 mgr.smithi055.asupmf (mgr.14182) 462 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:00.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:59 smithi055 conmon[82634]: cluster 2023-11-15T05:46:58.828185+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:47:00.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:46:59 smithi055 conmon[82634]: .14182) 462 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:01.127 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:01.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:00 smithi078 conmon[86742]: audit 2023-11-15T05:46:59.579975+0000 mgr.smithi055.asupmf (mgr.14182) 463 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:01.157 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:00 smithi055 conmon[82634]: audit 2023-11-15T05:46:59.579975+0000 mgr.smithi055.asupmf (mgr.14182) 463 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:02.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:01 smithi055 conmon[82634]: cluster 2023-11-15T05:47:00. 2023-11-15T05:47:02.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:01 smithi055 conmon[82634]: 828831+0000 mgr.smithi055.asupmf (mgr.14182) 464 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:02.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:01 smithi078 conmon[86742]: cluster 2023-11-15T05:47:00.828831+0000 mgr.smithi055.asupmf (mgr.14182) 464 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:02.946 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:02.946 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:03.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:04.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:03 smithi055 conmon[82634]: cluster 2023-11-15T05:47:02.829321+0000 mgr.smithi055.asupmf (mgr.14182) 465 : cluster 2023-11-15T05:47:04.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:03 smithi055 conmon[82634]: [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:04.377 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:04.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:03 smithi078 conmon[86742]: cluster 2023-11-15T05:47:02.829321+0000 mgr.smithi055.asupmf (mgr.14182) 465 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:05.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:04 smithi055 conmon[82634]: audit 2023-11-15T05:47:02.941191+0000 mgr.smithi055.asupmf (mgr.14182) 466 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:05.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:04 smithi078 conmon[86742]: audit 2023-11-15T05:47:02.941191+0000 mgr.smithi055.asupmf (mgr.14182) 466 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:06.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:05 smithi055 conmon[82634]: cluster 2023-11-15T05:47:04 2023-11-15T05:47:06.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:05 smithi055 conmon[82634]: .829849+0000 mgr.smithi055.asupmf (mgr.14182) 467 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:06.133 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:06.133 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:06.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:05 smithi078 conmon[86742]: cluster 2023-11-15T05:47:04.829849+0000 mgr.smithi055.asupmf (mgr.14182) 467 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:06.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:07.550 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:07 smithi055 conmon[82634]: audit 2023-11-15T05:47:06.128665+0000 mgr.smithi055.asupmf (mgr.14182) 468 : audit [DBG] 2023-11-15T05:47:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:07 smithi055 conmon[82634]: from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:07 smithi055 conmon[82634]: cluster 2023-11-15T05:47:06.830500+0000 mgr.smithi055.asupmf (mgr.14182) 469 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:07 smithi078 conmon[86742]: audit 2023-11-15T05:47:06.128665+0000 mgr.smithi055.asupmf (mgr.14182) 468 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:07 smithi078 conmon[86742]: cluster 2023-11-15T05:47:06.830500+0000 2023-11-15T05:47:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:07 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 469 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:09.336 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:09.336 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:09.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:10.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:09 smithi055 conmon[82634]: cluster 2023-11-15T05:47:08.830957+0000 mgr.smithi055.asupmf (mgr.14182) 470 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:10.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:09 smithi078 conmon[86742]: cluster 2023-11-15T05:47:08.830957+0000 mgr.smithi055.asupmf (mgr.14182) 470 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:10.799 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:11.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:10 smithi055 conmon[82634]: audit 2023-11-15T05:47:09.331605+0000 mgr.smithi055.asupmf (mgr.14182) 471 : audit [DBG] 2023-11-15T05:47:11.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:10 smithi055 conmon[82634]: from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:11.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:10 smithi078 conmon[86742]: audit 2023-11-15T05:47:09.331605+0000 mgr.smithi055.asupmf (mgr.14182) 471 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:12.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:11 smithi055 conmon[82634]: cluster 2023-11-15T05:47:10.831394+0000 mgr.smithi055.asupmf (mgr.14182) 472 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:12.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:11 smithi078 conmon[86742]: cluster 2023-11-15T05:47:10.831394+0000 mgr.smithi055.asupmf (mgr.14182) 472 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:12.531 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:12.531 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:12.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:13.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:12 smithi055 conmon[82634]: audit 2023-11-15T05:47:12.526754+0000 mgr.smithi055.asupmf (mgr.14182) 473 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:13.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:12 smithi055 conmon[82634]: cluster 2023-11-15T05:47:12.832131+0000 mgr.smithi055.asupmf (mgr.14182) 474 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:13.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:12 smithi078 conmon[86742]: audit 2023-11-15T05:47:12.526754+0000 mgr.smithi055.asupmf (mgr.14182) 473 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:13.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:12 smithi078 conmon[86742]: cluster 2023-11-15T05:47:12.832131+0000 mgr.smithi055.asupmf (mgr.14182) 474 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:13.952 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:15.748 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:15.748 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:16.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:15 smithi055 conmon[82634]: cluster 2023-11-15T05:47:14.832472+0000 mgr.smithi055.asupmf (mgr.14182) 475 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:16.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:15 smithi078 conmon[86742]: cluster 2023-11-15T05:47:14.832472+0000 mgr.smithi055.asupmf (mgr.14182) 475 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:16.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:17.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:16 smithi078 conmon[86742]: audit 2023-11-15T05:47:15.743938+0000 mgr.smithi055.asupmf (mgr.14182) 476 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:17.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:16 smithi078 conmon[86742]: 2023-11-15T05:47:17.215 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:17.246 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:16 smithi055 conmon[82634]: audit 2023-11-15T05:47:15.743938+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:47:17.247 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:16 smithi055 conmon[82634]: 14182) 476 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:18.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:17 smithi055 conmon[82634]: cluster 2023-11-15T05:47:18.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:17 smithi055 conmon[82634]: 2023-11-15T05:47:16.833222+0000 mgr.smithi055.asupmf (mgr.14182) 477 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:18.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:17 smithi078 conmon[86742]: cluster 2023-11-15T05:47:16.833222+0000 mgr.smithi055.asupmf (mgr.14182) 477 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:18.943 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:18.943 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:19.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:18 smithi055 conmon[82634]: cluster 2023-11-15T05:47:18.833682+0000 2023-11-15T05:47:19.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:18 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 478 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:19.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:19.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:18 smithi078 conmon[86742]: cluster 2023-11-15T05:47:18.833682+0000 mgr.smithi055.asupmf (mgr.14182) 478 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:20.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:19 smithi055 conmon[82634]: audit 2023-11-15T05:47:18.938020+0000 mgr.smithi055.asupmf (mgr.14182) 479 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:20.379 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:20.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:19 smithi078 conmon[86742]: audit 2023-11-15T05:47:18.938020+0000 mgr.smithi055.asupmf (mgr.14182) 479 : audit [DBG] 2023-11-15T05:47:20.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:19 smithi078 conmon[86742]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:21.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:20 smithi055 conmon[82634]: cluster 2023-11-15T05: 2023-11-15T05:47:21.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:20 smithi055 conmon[82634]: 47:20.834154+0000 mgr.smithi055.asupmf (mgr.14182) 480 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:21.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:20 smithi078 conmon[86742]: cluster 2023-11-15T05:47:20.834154+0000 mgr.smithi055.asupmf (mgr.14182) 480 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:22.213 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:22.214 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:22.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:23.637 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:24.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:23 smithi055 conmon[82634]: audit 2023-11-15T05:47:22.209020+0000 mgr.smithi055.asupmf (mgr.14182) 481 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:24.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:23 smithi055 conmon[82634]: cluster 2023-11-15T05:47:22.834619+0000 mgr.smithi055.asupmf (mgr.14182) 482 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:24.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:23 smithi078 conmon[86742]: audit 2023-11-15T05:47:22.209020+0000 mgr.smithi055.asupmf (mgr.14182) 481 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:24.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:23 smithi078 conmon[86742]: cluster 2023-11-15T05:47:22.834619+0000 mgr.smithi055.asupmf (mgr.14182) 482 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:25.368 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:25.368 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:25.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:26.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:25 smithi055 conmon[82634]: cluster 2023-11-15T05:47:24.835043+0000 mgr.smithi055.asupmf (mgr.14182) 483 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:26.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:25 smithi078 conmon[86742]: cluster 2023-11-15T05:47:24.835043+0000 mgr.smithi055.asupmf (mgr.14182) 483 : cluster [DBG] 2023-11-15T05:47:26.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:25 smithi078 conmon[86742]: pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:26.801 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:27.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:26 smithi055 conmon[82634]: audit 2023-11-15T05:47:25.363632+0000 mgr.smithi055.asupmf (mgr.14182) 484 : audit 2023-11-15T05:47:27.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:26 smithi055 conmon[82634]: [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:27.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:26 smithi078 conmon[86742]: audit 2023-11-15T05:47:25.363632+0000 mgr.smithi055.asupmf (mgr.14182) 484 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:28.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:27 smithi055 conmon[82634]: cluster 2023-11-15T05:47:26. 2023-11-15T05:47:28.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:27 smithi055 conmon[82634]: 835529+0000 mgr.smithi055.asupmf (mgr.14182) 485 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:28.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:27 smithi078 conmon[86742]: cluster 2023-11-15T05:47:26.835529+0000 mgr.smithi055.asupmf (mgr.14182) 485 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:28.513 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:28.513 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:28.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:29.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:28 smithi055 conmon[82634]: audit 2023-11-15T05:47:28.508681+0000 2023-11-15T05:47:29.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:28 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 486 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:29.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:28 smithi055 conmon[82634]: cluster 2023-11-15T05:47:28.836075+0000 mgr.smithi055.asupmf (mgr.14182) 487 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:29.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:28 smithi078 conmon[86742]: audit 2023-11-15T05:47:28.508681+0000 mgr.smithi055.asupmf (mgr.14182) 486 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:29.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:28 smithi078 conmon[86742]: cluster 2023-11-15T05:47:28. 2023-11-15T05:47:29.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:28 smithi078 conmon[86742]: 836075+0000 mgr.smithi055.asupmf (mgr.14182) 487 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:29.966 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:31.795 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:31.796 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:32.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:31 smithi078 conmon[86742]: cluster 2023-11-15T05:47:30.836691+0000 mgr.smithi055.asupmf (mgr.14182) 488 : cluster [DBG] 2023-11-15T05:47:32.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:31 smithi078 conmon[86742]: pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:32.216 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:31 smithi055 conmon[82634]: cluster 2023-11-15T05:47:30.836691+0000 mgr.smithi055.asupmf (mgr.14182) 488 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:32.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:33.219 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:33.250 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:32 smithi055 conmon[82634]: audit 2023-11-15T05:47:31.790390+0000 mgr.smithi055.asupmf (mgr.14182) 489 : audit 2023-11-15T05:47:33.251 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:32 smithi055 conmon[82634]: [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:33.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:32 smithi078 conmon[86742]: audit 2023-11-15T05:47:31.790390+0000 mgr.smithi055.asupmf (mgr.14182) 489 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:34.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:33 smithi055 conmon[82634]: cluster 2023-11-15T05:47:32.837303 2023-11-15T05:47:34.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:33 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 490 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:34.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:33 smithi078 conmon[86742]: cluster 2023-11-15T05:47:32.837303+0000 mgr.smithi055.asupmf (mgr.14182) 490 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:34.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:33 smithi078 conmon[86742]: 2023-11-15T05:47:34.956 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:34.956 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:35.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:36.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:35 smithi055 conmon[82634]: cluster 2023-11-15T05:47:34.837671+0000 mgr.smithi055.asupmf (mgr.14182) 491 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:36.382 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:36.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:35 smithi078 conmon[86742]: cluster 2023-11-15T05:47:34.837671+0000 mgr.smithi055.asupmf (mgr.14182) 491 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:37.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:36 smithi055 conmon[82634]: audit 2023-11-15T05:47:34.951192+0000 mgr.smithi055.asupmf (mgr.14182) 492 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:37.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:36 smithi055 conmon[82634]: cluster 2023-11-15T05:47:36.838344+0000 mgr.smithi055.asupmf (mgr.14182) 493 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:37.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:36 smithi078 conmon[86742]: audit 2023-11-15T05:47:34.951192+0000 mgr.smithi055.asupmf (mgr.14182) 492 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:37.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:36 smithi078 conmon[86742]: cluster 2023-11-15T05:47:36.838344+0000 mgr.smithi055.asupmf (mgr.14182) 493 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:38.063 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:38.063 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:38.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:39.464 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:40.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:39 smithi078 conmon[86742]: audit 2023-11-15T05:47:38.058385+0000 mgr.smithi055.asupmf (mgr.14182) 494 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:40.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:39 smithi078 conmon[86742]: cluster 2023-11-15T05:47:38.838805+0000 mgr.smithi055.asupmf (mgr.14182) 495 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:40.192 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:39 smithi055 conmon[82634]: audit 2023-11-15T05:47:38.058385+0000 mgr.smithi055.asupmf (mgr.14182) 494 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:40.193 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:39 smithi055 conmon[82634]: cluster 2023-11-15T05:47:38.838805+0000 mgr.smithi055.asupmf (mgr.14182) 495 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:41.193 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:41.194 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:41.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:42.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:41 smithi055 conmon[82634]: cluster 2023-11-15T05:47:40.839261+0000 mgr.smithi055.asupmf (mgr.14182) 496 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:42.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:41 smithi078 conmon[86742]: cluster 2023-11-15T05:47:40.839261+0000 mgr.smithi055.asupmf (mgr.14182) 496 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:42.627 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:43.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:42 smithi055 conmon[82634]: audit 2023-11-15T05:47:41.188731+0000 2023-11-15T05:47:43.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:42 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 497 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:42 smithi078 conmon[86742]: audit 2023-11-15T05:47:41.188731+0000 mgr.smithi055.asupmf (mgr.14182) 497 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:44.161 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:43 smithi055 conmon[82634]: cluster 2023-11-15T05:47:42.839783+0000 mgr.smithi055.asupmf (mgr.14182) 498 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:44.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:43 smithi078 conmon[86742]: cluster 2023-11-15T05:47:42.839783+0000 mgr.smithi055.asupmf (mgr.14182) 498 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:44.486 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:44.487 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:44.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:44 smithi055 conmon[82634]: audit 2023-11-15T05:47:44.482178+0000 2023-11-15T05:47:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:44 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 499 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:45.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:44 smithi055 conmon[82634]: cluster 2023-11-15T05:47:44.840159+0000 mgr.smithi055.asupmf (mgr.14182) 500 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:44 smithi078 conmon[86742]: audit 2023-11-15T05:47:44.482178+0000 mgr.smithi055.asupmf (mgr.14182) 499 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:44 smithi078 conmon[86742]: cluster 2023-11-15T05:47:44.840159+0000 mgr.smithi055.asupmf (mgr.14182) 500 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:45.981 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:47.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:47 smithi055 conmon[82634]: cluster 2023-11-15T05:47:46.840603+0000 mgr.smithi055.asupmf (mgr.14182) 501 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:47.672 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:47.672 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:47 smithi078 conmon[86742]: cluster 2023-11-15T05:47:46.840603+0000 mgr.smithi055.asupmf (mgr.14182) 501 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:47 smithi078 conmon[86742]: 2023-11-15T05:47:48.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:48.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:48 smithi055 conmon[82634]: audit 2023-11-15T05:47:47.667234+0000 mgr.smithi055.asupmf ( 2023-11-15T05:47:48.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:48 smithi055 conmon[82634]: mgr.14182) 502 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:48 smithi078 conmon[86742]: audit 2023-11-15T05:47:47.667234+0000 mgr.smithi055.asupmf (mgr.14182) 502 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:48 smithi078 conmon[86742]: 2023-11-15T05:47:49.143 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:49.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:49 smithi055 conmon[82634]: cluster 2023-11-15T05:47:48.841268+0000 mgr.smithi055.asupmf (mgr.14182) 503 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:49.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:49 smithi078 conmon[86742]: cluster 2023-11-15T05:47:48.841268+0000 mgr.smithi055.asupmf (mgr.14182) 503 : cluster [DBG] 2023-11-15T05:47:49.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:49 smithi078 conmon[86742]: pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:50.978 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:50.979 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:51.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:52.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:51 smithi055 conmon[82634]: cluster 2023-11-15T05:47:50.841655+0000 mgr.smithi055.asupmf (mgr.14182) 504 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:52.391 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:52.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:51 smithi078 conmon[86742]: cluster 2023-11-15T05:47:50.841655+0000 mgr.smithi055.asupmf (mgr.14182) 504 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:53.274 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:52 smithi055 conmon[82634]: audit 2023-11-15T05:47:50.974111+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:47:53.275 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:52 smithi055 conmon[82634]: .14182) 505 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:53.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:52 smithi078 conmon[86742]: audit 2023-11-15T05:47:50.974111+0000 mgr.smithi055.asupmf (mgr.14182) 505 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:54.132 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:54.132 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:54.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:53 smithi055 conmon[82634]: cluster 2023-11-15T05:47:52.842092+0000 mgr.smithi055.asupmf (mgr.14182) 506 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:54.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:53 smithi078 conmon[86742]: cluster 2023-11-15T05:47:52.842092+0000 mgr.smithi055.asupmf (mgr.14182) 506 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:47:54.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:54 smithi055 conmon[82634]: audit 2023-11-15T05:47:54.127454+0000 mgr.smithi055.asupmf ( 2023-11-15T05:47:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:54 smithi055 conmon[82634]: mgr.14182) 507 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:55.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:54 smithi055 conmon[82634]: cluster 2023-11-15T05:47:54.842562+0000 mgr.smithi055.asupmf (mgr.14182) 508 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:54 smithi078 conmon[86742]: audit 2023-11-15T05:47:54.127454+0000 mgr.smithi055.asupmf (mgr.14182) 507 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:54 smithi078 conmon[86742]: cluster 2023-11-15T05:47:54.842562+0000 mgr.smithi055.asupmf (mgr.14182) 508 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:55.657 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:57.379 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:47:57.380 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:57.797 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:57 smithi055 conmon[82634]: cluster 2023-11-15T05:47:56.843289+0000 mgr.smithi055.asupmf (mgr.14182) 509 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:57.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:57 smithi078 conmon[86742]: cluster 2023-11-15T05:47:56.843289+0000 mgr.smithi055.asupmf (mgr.14182) 509 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:58.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:58 smithi055 conmon[82634]: audit 2023-11-15T05:47:57.375489 2023-11-15T05:47:58.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:58 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 510 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:58.821 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:58 smithi078 conmon[86742]: audit 2023-11-15T05:47:57.375489+0000 mgr.smithi055.asupmf (mgr.14182) 510 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:59.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:59 smithi055 conmon[82634]: cluster 2023-11-15T05:47:58.843820+0000 mgr.smithi055.asupmf (mgr.14182) 511 : cluster 2023-11-15T05:47:59.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:47:59 smithi055 conmon[82634]: [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:59.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:59 smithi078 conmon[86742]: cluster 2023-11-15T05:47:58.843820+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:47:59.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:47:59 smithi078 conmon[86742]: .14182) 511 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:00.628 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:00.629 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:01.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:02.087 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:02.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:01 smithi055 conmon[82634]: audit 2023-11-15T05:48:00.623889+0000 mgr.smithi055.asupmf (mgr.14182) 512 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:02.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:01 smithi055 conmon[82634]: cluster 2023-11-15T05:48:00.844209+0000 mgr.smithi055.asupmf (mgr.14182) 513 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:02.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:01 smithi078 conmon[86742]: audit 2023-11-15T05:48:00.623889+0000 mgr.smithi055.asupmf (mgr.14182) 512 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:02.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:01 smithi078 conmon[86742]: cluster 2023-11-15T05:48:00.844209+0000 mgr.smithi055.asupmf (mgr.14182) 513 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:03.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:02 smithi055 conmon[82634]: cluster 2023-11-15T05:48:02.844684+0000 mgr.smithi055.asupmf (mgr.14182) 514 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:03.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:02 smithi078 conmon[86742]: cluster 2023-11-15T05:48:02.844684+0000 mgr.smithi055.asupmf (mgr.14182) 514 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:03.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:02 smithi078 conmon[86742]: 2023-11-15T05:48:03.862 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:03.862 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:04.257 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:03 smithi055 conmon[82634]: audit 2023-11-15T05:48:03.857278+0000 2023-11-15T05:48:04.257 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:03 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 515 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:04.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:04.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:03 smithi078 conmon[86742]: audit 2023-11-15T05:48:03.857278+0000 mgr.smithi055.asupmf (mgr.14182) 515 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:05.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:04 smithi055 conmon[82634]: cluster 2023-11-15T05:48:04.845335+0000 mgr.smithi055.asupmf (mgr.14182) 516 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:05.342 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:04 smithi078 conmon[86742]: cluster 2023-11-15T05:48:04.845335+0000 mgr.smithi055.asupmf (mgr.14182) 516 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:07.258 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:07.258 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:07.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:07 smithi055 conmon[82634]: cluster 2023-11-15T05:48:06.845913+0000 2023-11-15T05:48:07.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:07 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 517 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:07.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:07 smithi078 conmon[86742]: cluster 2023-11-15T05:48:06.845913+0000 mgr.smithi055.asupmf (mgr.14182) 517 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:07 smithi078 conmon[86742]: 2023-11-15T05:48:08.704 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:08.747 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:08 smithi055 conmon[82634]: audit 2023-11-15T05:48:07.253487+0000 mgr.smithi055.asupmf (mgr.14182) 518 2023-11-15T05:48:08.747 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:08 smithi055 conmon[82634]: : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:08 smithi078 conmon[86742]: audit 2023-11-15T05:48:07.253487+0000 mgr.smithi055.asupmf (mgr.14182) 518 : audit [DBG] 2023-11-15T05:48:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:08 smithi078 conmon[86742]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:09.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:09 smithi055 conmon[82634]: cluster 2023-11-15T05:48:08.846391+0000 mgr.smithi055.asupmf (mgr.14182) 519 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:09.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:09 smithi078 conmon[86742]: cluster 2023-11-15T05:48:08.846391+0000 mgr.smithi055.asupmf (mgr.14182) 519 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:09.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:09 smithi078 conmon[86742]: 2023-11-15T05:48:10.544 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:10.545 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:10.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:11.965 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:12.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:11 smithi055 conmon[82634]: audit 2023-11-15T05:48:10.540444+0000 mgr.smithi055.asupmf (mgr.14182) 520 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:12.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:11 smithi055 conmon[82634]: cluster 2023-11-15T05:48:10.846760+0000 mgr.smithi055.asupmf (mgr.14182) 521 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:12.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:11 smithi078 conmon[86742]: audit 2023-11-15T05:48:10.540444+0000 mgr.smithi055.asupmf (mgr.14182) 520 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:12.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:11 smithi078 conmon[86742]: 2023-11-15T05:48:12.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:11 smithi078 conmon[86742]: cluster 2023-11-15T05:48:10.846760+0000 mgr.smithi055.asupmf (mgr.14182) 521 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:13.708 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:13.708 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:14.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:13 smithi055 conmon[82634]: cluster 2023-11-15T05:48:12.847422+0000 mgr.smithi055.asupmf (mgr.14182) 522 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:14.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:14.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:13 smithi078 conmon[86742]: cluster 2023-11-15T05:48:12.847422+0000 mgr.smithi055.asupmf (mgr.14182) 522 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:15.131 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:15.171 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:14 smithi055 conmon[82634]: audit 2023-11-15T05:48:13.703987+0000 mgr.smithi055.asupmf 2023-11-15T05:48:15.172 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:14 smithi055 conmon[82634]: (mgr.14182) 523 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:15.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:14 smithi078 conmon[86742]: audit 2023-11-15T05:48:13.703987+0000 mgr.smithi055.asupmf (mgr.14182) 523 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:16.046 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:15 smithi055 conmon[82634]: cluster 2023-11-15T05:48:14.847984+0000 mgr.smithi055.asupmf 2023-11-15T05:48:16.046 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:15 smithi055 conmon[82634]: (mgr.14182) 524 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:16.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:15 smithi078 conmon[86742]: cluster 2023-11-15T05:48:14.847984+0000 mgr.smithi055.asupmf (mgr.14182) 524 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:16.803 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:16.803 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:17.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:17.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:17 smithi055 conmon[82634]: audit 2023-11-15T05:48:16.798701+0000 mgr.smithi055.asupmf (mgr.14182) 525 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:17.513 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:17 smithi055 conmon[82634]: cluster 2023-11-15T05:48:16.848466+0000 mgr.smithi055.asupmf (mgr.14182) 526 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:17 smithi078 conmon[86742]: audit 2023-11-15T05:48:16.798701+0000 mgr.smithi055.asupmf (mgr.14182) 525 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:17 smithi078 conmon[86742]: cluster 2023-11-15T05:48:16.848466+0000 mgr.smithi055.asupmf (mgr.14182) 526 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:18.189 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:19.897 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:19.897 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:20.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:19 smithi055 conmon[82634]: cluster 2023-11-15T05:48:18 2023-11-15T05:48:20.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:19 smithi055 conmon[82634]: .848931+0000 mgr.smithi055.asupmf (mgr.14182) 527 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:20.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:20.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:19 smithi078 conmon[86742]: cluster 2023-11-15T05:48:18.848931+0000 mgr.smithi055.asupmf (mgr.14182) 527 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:21.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:20 smithi055 conmon[82634]: audit 2023-11-15T05:48:19.892805+0000 mgr.smithi055.asupmf (mgr.14182) 528 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:21.356 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:20 smithi078 conmon[86742]: audit 2023-11-15T05:48:19.892805+0000 mgr.smithi055.asupmf (mgr.14182) 528 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:22.254 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:21 smithi055 conmon[82634]: cluster 2023-11-15T05:48:20.849298+0000 mgr.smithi055.asupmf 2023-11-15T05:48:22.255 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:21 smithi055 conmon[82634]: (mgr.14182) 529 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:22.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:21 smithi078 conmon[86742]: cluster 2023-11-15T05:48:20.849298+0000 mgr.smithi055.asupmf (mgr.14182) 529 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:23.089 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:23.089 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:23.253 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:22 smithi055 conmon[82634]: cluster 2023-11-15T05:48:22.849770+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:48:23.253 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:22 smithi055 conmon[82634]: .14182) 530 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:22 smithi078 conmon[86742]: cluster 2023-11-15T05:48:22.849770+0000 mgr.smithi055.asupmf (mgr.14182) 530 : cluster 2023-11-15T05:48:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:22 smithi078 conmon[86742]: [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:23.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:24.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:23 smithi055 conmon[82634]: audit 2023-11-15T05:48:23.084447+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:48:24.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:23 smithi055 conmon[82634]: .14182) 531 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:24.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:23 smithi078 conmon[86742]: audit 2023-11-15T05:48:23.084447+0000 mgr.smithi055.asupmf (mgr.14182) 531 : audit [DBG] 2023-11-15T05:48:24.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:23 smithi078 conmon[86742]: from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:24.513 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:25.280 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:24 smithi055 conmon[82634]: cluster 2023-11-15T05:48:24.850205+0000 mgr.smithi055.asupmf (mgr.14182) 532 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:24 smithi078 conmon[86742]: cluster 2023-11-15T05:48:24.850205+0000 mgr.smithi055.asupmf (mgr.14182) 532 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:26.376 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:26.377 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:26.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:27.777 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:27 smithi055 conmon[82634]: audit 2023-11-15T05:48:26.372012+0000 mgr.smithi055.asupmf (mgr.14182) 533 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:27 smithi055 conmon[82634]: cluster 2023-11-15T05:48:27.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:27 smithi055 conmon[82634]: 2023-11-15T05:48:26.850664+0000 mgr.smithi055.asupmf (mgr.14182) 534 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:27 smithi078 conmon[86742]: audit 2023-11-15T05:48:26.372012+0000 mgr.smithi055.asupmf (mgr.14182) 533 : audit [DBG] 2023-11-15T05:48:27.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:27 smithi078 conmon[86742]: from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:27.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:27 smithi078 conmon[86742]: cluster 2023-11-15T05:48:26.850664+0000 mgr.smithi055.asupmf (mgr.14182) 534 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:29.510 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:29.510 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:29.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:30.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:29 smithi055 conmon[82634]: cluster 2023-11-15T05:48:28.851317+0000 mgr.smithi055.asupmf (mgr.14182) 535 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:30.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:29 smithi078 conmon[86742]: cluster 2023-11-15T05:48:28.851317+0000 mgr.smithi055.asupmf (mgr.14182) 535 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:30.929 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:30 smithi055 conmon[82634]: audit 2023-11-15T05:48:29.505127+0000 mgr.smithi055.asupmf (mgr.14182) 536 2023-11-15T05:48:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:30 smithi055 conmon[82634]: : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:30 smithi078 conmon[86742]: audit 2023-11-15T05:48:29.505127+0000 mgr.smithi055.asupmf (mgr.14182) 536 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:32.254 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:31 smithi055 conmon[82634]: cluster 2023-11-15T05:48:30.851823+0000 mgr.smithi055.asupmf (mgr.14182) 537 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:32.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:31 smithi078 conmon[86742]: cluster 2023-11-15T05:48:30.851823+0000 mgr.smithi055.asupmf (mgr.14182) 537 : cluster 2023-11-15T05:48:32.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:31 smithi078 conmon[86742]: [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:32.640 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:32.640 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:33.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:33.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:32 smithi055 conmon[82634]: audit 2023-11-15T05:48:32.635922+0000 mgr.smithi055.asupmf 2023-11-15T05:48:33.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:32 smithi055 conmon[82634]: (mgr.14182) 538 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:33.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:32 smithi055 conmon[82634]: cluster 2023-11-15T05:48:32.852269+0000 mgr.smithi055.asupmf (mgr.14182) 539 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:32 smithi078 conmon[86742]: audit 2023-11-15T05:48:32.635922+0000 mgr.smithi055.asupmf (mgr.14182) 538 : audit [DBG] 2023-11-15T05:48:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:32 smithi078 conmon[86742]: from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:32 smithi078 conmon[86742]: cluster 2023-11-15T05:48:32.852269+0000 mgr.smithi055.asupmf (mgr.14182) 539 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:34.085 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:35.867 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:35.867 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:36.294 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:35 smithi055 conmon[82634]: cluster 2023-11-15T05:48:34.852620+0000 mgr.smithi055.asupmf (mgr.14182) 540 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:36.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:36.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:35 smithi078 conmon[86742]: cluster 2023-11-15T05:48:34.852620+0000 mgr.smithi055.asupmf (mgr.14182) 540 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:37.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:36 smithi055 conmon[82634]: audit 2023-11-15T05:48:35.862624+0000 mgr.smithi055.asupmf 2023-11-15T05:48:37.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:36 smithi055 conmon[82634]: (mgr.14182) 541 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:37.334 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:37.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:36 smithi078 conmon[86742]: audit 2023-11-15T05:48:35.862624+0000 mgr.smithi055.asupmf (mgr.14182) 541 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:38.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:37 smithi055 conmon[82634]: cluster 2023-11-15T05:48:36.853162+0000 mgr.smithi055.asupmf 2023-11-15T05:48:38.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:37 smithi055 conmon[82634]: (mgr.14182) 542 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:38.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:37 smithi078 conmon[86742]: cluster 2023-11-15T05:48:36.853162+0000 mgr.smithi055.asupmf (mgr.14182) 542 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:39.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:38 smithi055 conmon[82634]: cluster 2023-11-15T05:48:38.853814+0000 2023-11-15T05:48:39.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:38 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 543 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:39.184 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:39.184 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:39.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:38 smithi078 conmon[86742]: cluster 2023-11-15T05:48:38.853814+0000 mgr.smithi055.asupmf (mgr.14182) 543 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:39.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:40.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:39 smithi055 conmon[82634]: audit 2023-11-15T05:48:39.179707+0000 mgr.smithi055.asupmf 2023-11-15T05:48:40.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:39 smithi055 conmon[82634]: (mgr.14182) 544 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:39 smithi078 conmon[86742]: audit 2023-11-15T05:48:39.179707+0000 mgr.smithi055.asupmf (mgr.14182) 544 : audit [DBG] 2023-11-15T05:48:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:39 smithi078 conmon[86742]: from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:40.600 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:41.179 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:40 smithi055 conmon[82634]: cluster 2023-11-15T05:48:40.854343+0000 mgr.smithi055.asupmf (mgr.14182) 545 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:40 smithi078 conmon[86742]: cluster 2023-11-15T05:48:40.854343+0000 mgr.smithi055.asupmf (mgr.14182) 545 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:42.281 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:42.282 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:42.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:43.753 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:44.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:43 smithi055 conmon[82634]: audit 2023-11-15T05:48:42.276702+0000 mgr.smithi055.asupmf (mgr.14182) 546 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:44.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:43 smithi055 conmon[82634]: cluster 2023-11-15T05:48:42.855018+0000 mgr.smithi055.asupmf (mgr.14182) 547 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:44.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:43 smithi078 conmon[86742]: audit 2023-11-15T05:48:42.276702+0000 mgr.smithi055.asupmf (mgr.14182) 546 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:44.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:43 smithi078 conmon[86742]: cluster 2023-11-15T05:48:42.855018+0000 mgr.smithi055.asupmf (mgr.14182) 547 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:45.472 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:45.472 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:45.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:46.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:45 smithi055 conmon[82634]: cluster 2023-11-15T05:48:44.855362+0000 mgr.smithi055.asupmf ( 2023-11-15T05:48:46.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:45 smithi055 conmon[82634]: mgr.14182) 548 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:45 smithi078 conmon[86742]: cluster 2023-11-15T05:48:44.855362+0000 mgr.smithi055.asupmf (mgr.14182) 548 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:46.915 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:47.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:46 smithi055 conmon[82634]: audit 2023-11-15T05:48:45.467563+0000 mgr.smithi055.asupmf (mgr.14182) 549 : audit [DBG] 2023-11-15T05:48:47.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:46 smithi055 conmon[82634]: from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:47.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:46 smithi055 conmon[82634]: cluster 2023-11-15T05:48:46.855847+0000 mgr.smithi055.asupmf (mgr.14182) 550 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:47.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:46 smithi078 conmon[86742]: audit 2023-11-15T05:48:45.467563+0000 mgr.smithi055.asupmf (mgr.14182) 549 : audit [DBG] 2023-11-15T05:48:47.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:46 smithi078 conmon[86742]: from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:47.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:46 smithi078 conmon[86742]: cluster 2023-11-15T05:48:46.855847+0000 mgr.smithi055.asupmf (mgr.14182) 550 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:48.731 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:48.731 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:49.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:50.180 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:50.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:49 smithi055 conmon[82634]: audit 2023-11-15T05:48:48.726356+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:48:50.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:49 smithi055 conmon[82634]: ) 551 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:50.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:49 smithi055 conmon[82634]: cluster 2023-11-15T05:48:48.856339+0000 mgr.smithi055.asupmf (mgr.14182) 552 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:50.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:49 smithi078 conmon[86742]: audit 2023-11-15T05:48:48.726356+0000 mgr.smithi055.asupmf (mgr.14182) 551 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:50.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:49 smithi078 conmon[86742]: cluster 2023-11-15T05:48 2023-11-15T05:48:50.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:49 smithi078 conmon[86742]: :48.856339+0000 mgr.smithi055.asupmf (mgr.14182) 552 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:51.887 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:51.888 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:52.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:51 smithi055 conmon[82634]: cluster 2023-11-15T05:48:50.856872+0000 mgr.smithi055.asupmf (mgr.14182) 553 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:52.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:52.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:51 smithi078 conmon[86742]: cluster 2023-11-15T05:48:50.856872+0000 mgr.smithi055.asupmf (mgr.14182) 553 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:52.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:51 smithi078 conmon[86742]: 2023-11-15T05:48:53.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:52 smithi055 conmon[82634]: audit 2023-11-15T05:48:51.882465+0000 mgr.smithi055.asupmf (mgr.14182) 554 : audit 2023-11-15T05:48:53.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:52 smithi055 conmon[82634]: [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:53.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:52 smithi055 conmon[82634]: cluster 2023-11-15T05:48:52.857753+0000 mgr.smithi055.asupmf (mgr.14182) 555 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:53.341 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:53.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:52 smithi078 conmon[86742]: audit 2023-11-15T05:48:51.882465+0000 mgr.smithi055.asupmf (mgr.14182) 554 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:52 smithi078 conmon[86742]: cluster 2023-11-15T05:48:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:52 smithi078 conmon[86742]: 2023-11-15T05:48:52.857753+0000 mgr.smithi055.asupmf (mgr.14182) 555 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:48:55.179 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:55.179 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:55.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:56.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:55 smithi055 conmon[82634]: cluster 2023-11-15T05:48:54.858150+0000 mgr.smithi055.asupmf (mgr.14182) 556 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:56.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:55 smithi078 conmon[86742]: cluster 2023-11-15T05:48:54.858150+0000 mgr.smithi055.asupmf (mgr.14182) 556 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:56.600 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:57.175 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:56 smithi055 conmon[82634]: audit 2023-11-15T05:48:55.174434+0000 mgr.smithi055.asupmf 2023-11-15T05:48:57.176 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:56 smithi055 conmon[82634]: (mgr.14182) 557 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:57.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:56 smithi078 conmon[86742]: audit 2023-11-15T05:48:55.174434+0000 mgr.smithi055.asupmf (mgr.14182) 557 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:57.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:56 smithi078 conmon[86742]: 2023-11-15T05:48:58.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:57 smithi055 conmon[82634]: cluster 2023-11-15T05:48:56.858569+0000 mgr.smithi055.asupmf (mgr.14182) 558 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:58.320 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:48:58.320 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:58.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:57 smithi078 conmon[86742]: cluster 2023-11-15T05:48:56.858569+0000 mgr.smithi055.asupmf (mgr.14182) 558 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:58.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:59.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:58 smithi055 conmon[82634]: audit 2023-11-15T05:48:58.315685+0000 2023-11-15T05:48:59.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:58 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 559 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:59.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:48:58 smithi055 conmon[82634]: cluster 2023-11-15T05:48:58.859096+0000 mgr.smithi055.asupmf (mgr.14182) 560 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:58 smithi078 conmon[86742]: audit 2023-11-15T05:48:58.315685+0000 mgr.smithi055.asupmf (mgr.14182) 559 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:48:58 smithi078 conmon[86742]: cluster 2023-11-15T05:48:58.859096+0000 mgr.smithi055.asupmf (mgr.14182) 560 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:59.764 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:01.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:00 smithi055 conmon[82634]: cluster 2023-11-15T05:49:00.859609+0000 2023-11-15T05:49:01.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:00 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 561 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:01.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:00 smithi078 conmon[86742]: cluster 2023-11-15T05:49:00.859609+0000 mgr.smithi055.asupmf (mgr.14182) 561 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:01.477 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:01.477 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:01.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:02.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:02 smithi055 conmon[82634]: audit 2023-11-15T05:49:01.472630+0000 mgr.smithi055.asupmf (mgr.14182) 562 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:02.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:02 smithi078 conmon[86742]: audit 2023-11-15T05:49:01.472630+0000 mgr.smithi055.asupmf (mgr.14182) 562 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:02.932 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:03.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:03 smithi055 conmon[82634]: cluster 2023-11-15T05:49:02.860426+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:49:03.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:03 smithi055 conmon[82634]: 563 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:03.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:03 smithi078 conmon[86742]: cluster 2023-11-15T05:49:02.860426+0000 mgr.smithi055.asupmf (mgr.14182) 563 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:04.706 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:04.707 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:05.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:06.184 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:06.216 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:05 smithi055 conmon[82634]: audit 2023-11-15T05:49:04.700033+0000 mgr.smithi055.asupmf (mgr.14182) 564 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:06.216 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:05 smithi055 conmon[82634]: cluster 2023-11-15T05:49:04.860811+0000 mgr.smithi055.asupmf (mgr.14182) 565 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:06.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:05 smithi078 conmon[86742]: audit 2023-11-15T05:49:04.700033+0000 mgr.smithi055.asupmf (mgr.14182) 564 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:06.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:05 smithi078 conmon[86742]: cluster 2023-11-15T05:49:04.860811+0000 mgr.smithi055.asupmf (mgr.14182) 565 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:07 smithi055 conmon[82634]: cluster 2023-11-15T05:49:06.861248+0000 2023-11-15T05:49:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:07 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 566 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:07 smithi078 conmon[86742]: cluster 2023-11-15T05:49:06.861248+0000 mgr.smithi055.asupmf (mgr.14182) 566 : cluster [DBG] 2023-11-15T05:49:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:07 smithi078 conmon[86742]: pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:08.006 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:08.007 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:08.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:09.434 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:10.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:09 smithi055 conmon[82634]: audit 2023-11-15T05:49:08.002106+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:49:10.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:09 smithi055 conmon[82634]: 567 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:10.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:09 smithi055 conmon[82634]: cluster 2023-11-15T05:49:08.861757+0000 mgr.smithi055.asupmf (mgr.14182) 568 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:10.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:09 smithi078 conmon[86742]: audit 2023-11-15T05:49:08.002106+0000 mgr.smithi055.asupmf (mgr.14182) 567 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:10.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:09 smithi078 conmon[86742]: cluster 2023-11-15T05:49:08.861757+0000 2023-11-15T05:49:10.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:09 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 568 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:11.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:10 smithi055 conmon[82634]: cluster 2023-11-15T05:49:10.862154+0000 mgr.smithi055.asupmf (mgr.14182) 569 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:11.150 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:11.151 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:10 smithi078 conmon[86742]: cluster 2023-11-15T05:49:10.862154+0000 mgr.smithi055.asupmf (mgr.14182) 569 : cluster [DBG] 2023-11-15T05:49:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:10 smithi078 conmon[86742]: pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:11.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:12.597 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:12.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:12 smithi055 conmon[82634]: audit 2023-11-15T05:49:11.146132+0000 mgr.smithi055.asupmf (mgr.14182) 570 : audit 2023-11-15T05:49:12.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:12 smithi055 conmon[82634]: [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:12.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:12 smithi078 conmon[86742]: audit 2023-11-15T05:49:11.146132+0000 mgr.smithi055.asupmf (mgr.14182) 570 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:13.700 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:13 smithi055 conmon[82634]: cluster 2023-11-15T05:49:12.862646+0000 mgr.smithi055.asupmf (mgr.14182) 571 : cluster 2023-11-15T05:49:13.700 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:13 smithi055 conmon[82634]: [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:13.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:13 smithi078 conmon[86742]: cluster 2023-11-15T05:49:12.862646+0000 mgr.smithi055.asupmf (mgr.14182) 571 : 2023-11-15T05:49:13.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:13 smithi078 conmon[86742]: cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:14.444 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:14.445 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:22.618119Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:14.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:14 smithi055 conmon[82634]: audit 2023-11-15T05:49:14.440160+0000 mgr.smithi055.asupmf (mgr.14182) 572 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:15.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:14 smithi055 conmon[82634]: cluster 2023-11-15T05:49:14.863076+0000 mgr.smithi055.asupmf (mgr.14182) 573 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:14 smithi078 conmon[86742]: audit 2023-11-15T05:49:14.440160+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:49:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:14 smithi078 conmon[86742]: 572 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:15.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:14 smithi078 conmon[86742]: cluster 2023-11-15T05:49:14.863076+0000 mgr.smithi055.asupmf (mgr.14182) 573 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:15.954 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:16.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: cephadm 2023-11-15T05:49:15.866690+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:49:16.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: .14182) 574 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.vqanyb ... 2023-11-15T05:49:16.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:49:16.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:47:23Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:48:01Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:49:16.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: Traceback (most recent call last): 2023-11-15T05:49:16.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:49:16.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: yield (conn, connr) 2023-11-15T05:49:16.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:49:16.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: code, '\n'.join(err))) 2023-11-15T05:49:16.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.vqanyb ... 2023-11-15T05:49:16.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:49:16.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:47:23Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:48:01Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:49:16.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: cephadm 2023-11-15T05:4 2023-11-15T05:49:16.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: 9:15.866987+0000 mgr.smithi055.asupmf (mgr.14182) 575 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: audit 2023-11-15T05:49:15.867396+0000 mon.smithi055 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.vqanyb"}]: dispatch 2023-11-15T05:49:16.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: cephadm 2023-11-15T05:49:15.868375+0000 mgr.smithi055.asupmf (mgr.14182) 576 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.vqanyb ... 2023-11-15T05:49:16.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:49:16.322 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:47:23Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.322 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:48:01Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.322 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.322 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:49:16.322 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.323 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:15 smithi055 conmon[82634]: cephadm 2023-11-15T05:49:15.870264+0000 mgr.smithi055.asupmf (mgr.14182) 577 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi055.gmpzua on smithi055 2023-11-15T05:49:16.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: cephadm 2023-11-15T05:49:15.866690+0000 mgr.smithi055.asupmf (mgr.14182) 574 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.vqanyb ... 2023-11-15T05:49:16.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:49:16.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:47:23Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:48:01Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:49:16.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: Traceback (most recent call last): 2023-11-15T05:49:16.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:49:16.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: yield (conn, connr) 2023-11-15T05:49:16.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:49:16.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: code, '\n'.join(err))) 2023-11-15T05:49:16.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.vqanyb ... 2023-11-15T05:49:16.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:49:16.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:47:23Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:48:01Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:49:16.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-11-15T05:49:16.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: cephadm 2023-11-15T05:49:15.866987+0000 mgr.smithi055.asupmf (mgr.14182) 575 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: audit 2023-11-15T05:49:15.867396+0000 mon.smithi055 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.vqanyb"}]: dispatch 2023-11-15T05:49:16.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: cephadm 2023-11-15T05:49:15.868375+0000 mgr.smithi055.asupmf (mgr.14182) 576 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb 2023-11-15T05:49:16.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb 2023-11-15T05:49:16.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.vqanyb ... 2023-11-15T05:49:16.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:49:16.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:47:23Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:48:01Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:48:38Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:49:16.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:49:16.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:16.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:15 smithi078 conmon[86742]: cephadm 2023-11-15T05:49:15.870264+0000 mgr.smithi055.asupmf (mgr.14182) 577 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi055.gmpzua on smithi055 2023-11-15T05:49:17.513 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:17 smithi055 conmon[82634]: cluster 2023-11-15T05:49:16.863742+0000 mgr.smithi055.asupmf (mgr.14182) 578 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:17.653 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:17.653 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:17.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:17 smithi078 conmon[86742]: cluster 2023-11-15T05:49:16.863742+0000 mgr.smithi055.asupmf (mgr.14182) 578 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:18.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:18 smithi055 conmon[82634]: audit 2023-11-15T05:49:17.648652+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:49:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:18 smithi055 conmon[82634]: .14182) 579 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:18 smithi078 conmon[86742]: audit 2023-11-15T05:49:17.648652+0000 mgr.smithi055.asupmf (mgr.14182) 579 2023-11-15T05:49:18.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:18 smithi078 conmon[86742]: : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:19.202 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:19.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:19 smithi055 conmon[82634]: cluster 2023-11-15T05:49:18.864497+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:49:19.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:19 smithi055 conmon[82634]: .14182) 580 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:19.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:19 smithi078 conmon[86742]: cluster 2023-11-15T05:49:18.864497+0000 mgr.smithi055.asupmf (mgr.14182) 580 : cluster 2023-11-15T05:49:19.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:19 smithi078 conmon[86742]: [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:20.951 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:20.952 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:21.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:22.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:21 smithi055 conmon[82634]: cluster 2023-11-15T05:49:20.864894+0000 mgr.smithi055.asupmf (mgr.14182) 581 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:22.364 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:22.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:21 smithi078 conmon[86742]: cluster 2023-11-15T05:49:20.864894+0000 mgr.smithi055.asupmf (mgr.14182) 581 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:23.279 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:22 smithi055 conmon[82634]: audit 2023-11-15T05:49:20.947322+0000 mgr.smithi055.asupmf (mgr.14182) 582 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:23.279 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:22 smithi055 conmon[82634]: cluster 2023-11-15T05:49:22.865343+0000 mgr.smithi055.asupmf (mgr.14182) 583 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:23.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:22 smithi078 conmon[86742]: audit 2023-11-15T05:49:20.947322+0000 mgr.smithi055.asupmf (mgr.14182) 582 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:22 smithi078 conmon[86742]: cluster 2023-11-15T05:49:22.865343+0000 mgr.smithi055.asupmf (mgr.14182) 583 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:24.156 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:24.156 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:24.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:25.522 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:26.220 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:25 smithi055 conmon[82634]: audit 2023-11-15T05:49:24.151156+0000 mgr.smithi055.asupmf (mgr.14182) 584 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:26.220 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:25 smithi055 conmon[82634]: cluster 2023-11-15T05:49:24.865772+0000 mgr.smithi055.asupmf (mgr.14182) 585 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:26.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:25 smithi078 conmon[86742]: audit 2023-11-15T05:49:24.151156+0000 mgr.smithi055.asupmf (mgr.14182) 584 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:26.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:25 smithi078 conmon[86742]: cluster 2023-11-15 2023-11-15T05:49:26.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:25 smithi078 conmon[86742]: T05:49:24.865772+0000 mgr.smithi055.asupmf (mgr.14182) 585 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:27.201 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:27.202 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:27.513 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:27 smithi055 conmon[82634]: cluster 2023-11-15T05:49:26.866290+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:49:27.514 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:27 smithi055 conmon[82634]: .14182) 586 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:27.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:27 smithi078 conmon[86742]: cluster 2023-11-15T05:49:26.866290+0000 mgr.smithi055.asupmf (mgr.14182) 586 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:28.681 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:28.711 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:28 smithi055 conmon[82634]: audit 2023-11-15T05:49:27.196146+0000 mgr.smithi055.asupmf (mgr.14182) 587 2023-11-15T05:49:28.711 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:28 smithi055 conmon[82634]: : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:28 smithi078 conmon[86742]: audit 2023-11-15T05:49:27.196146+0000 mgr.smithi055.asupmf (mgr.14182) 587 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:29.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:29 smithi055 conmon[82634]: cluster 2023-11-15T05:49:28.866864+0000 mgr.smithi055.asupmf (mgr.14182) 588 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:29.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:29 smithi078 conmon[86742]: cluster 2023-11-15T05:49:28.866864+0000 mgr.smithi055.asupmf (mgr.14182) 588 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:29.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:29 smithi078 conmon[86742]: 2023-11-15T05:49:30.505 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:30.505 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:31.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:30 smithi055 conmon[82634]: audit 2023-11-15T05:49:30.500092+0000 mgr.smithi055.asupmf (mgr.14182) 589 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:30 smithi055 conmon[82634]: cluster 2023-11-15T05:49:30.867323+0000 mgr.smithi055.asupmf (mgr.14182) 590 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:30 smithi078 conmon[86742]: audit 2023-11-15T05:49:30.500092+0000 mgr.smithi055.asupmf (mgr.14182) 589 : audit [DBG] 2023-11-15T05:49:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:30 smithi078 conmon[86742]: from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:30 smithi078 conmon[86742]: cluster 2023-11-15T05:49:30.867323+0000 mgr.smithi055.asupmf (mgr.14182) 590 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:32.039 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:33.241 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:32 smithi055 conmon[82634]: cluster 2023-11-15T05:49:32.867826+0000 2023-11-15T05:49:33.241 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:32 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 591 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:32 smithi078 conmon[86742]: cluster 2023-11-15T05:49:32.867826+0000 mgr.smithi055.asupmf (mgr.14182) 591 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:33.872 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:33.872 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:34.276 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:33 smithi055 conmon[82634]: audit 2023-11-15T05:49:33.867528+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:49:34.277 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:33 smithi055 conmon[82634]: 14182) 592 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:34.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:34.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:33 smithi078 conmon[86742]: audit 2023-11-15T05:49:33.867528+0000 mgr.smithi055.asupmf (mgr.14182) 592 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:35.286 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:35.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:34 smithi055 conmon[82634]: cluster 2023-11-15T05:49:34.868188+0000 mgr.smithi055.asupmf (mgr.14182) 593 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:35.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:34 smithi055 conmon[82634]: 2023-11-15T05:49:35.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:34 smithi078 conmon[86742]: cluster 2023-11-15T05:49:34.868188+0000 mgr.smithi055.asupmf (mgr.14182) 593 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:37.095 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:37.095 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:37.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:37 smithi055 conmon[82634]: cluster 2023-11-15T05:49:36.868636+0000 mgr.smithi055.asupmf (mgr.14182) 594 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:37.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:37 smithi078 conmon[86742]: cluster 2023-11-15T05:49:36.868636+0000 mgr.smithi055.asupmf (mgr.14182) 594 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:37 smithi078 conmon[86742]: 2023-11-15T05:49:38.544 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:38 smithi055 conmon[82634]: audit 2023-11-15T05:49:37.090032+0000 mgr.smithi055.asupmf (mgr.14182) 595 : audit 2023-11-15T05:49:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:38 smithi055 conmon[82634]: [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:38.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:38 smithi078 conmon[86742]: audit 2023-11-15T05:49:37.090032+0000 mgr.smithi055.asupmf (mgr.14182) 595 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:39.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:39 smithi055 conmon[82634]: cluster 2023-11-15T05:49:38.869128+0000 mgr.smithi055.asupmf (mgr.14182) 596 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:39.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:39 smithi078 conmon[86742]: cluster 2023-11-15T05:49:38.869128+0000 mgr.smithi055.asupmf (mgr.14182) 596 : cluster 2023-11-15T05:49:39.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:39 smithi078 conmon[86742]: [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:40.476 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:40.477 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:40.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:41.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:40 smithi055 conmon[82634]: audit 2023-11-15T05:49:40.472209+0000 2023-11-15T05:49:41.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:40 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 597 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:41.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:40 smithi055 conmon[82634]: cluster 2023-11-15T05:49:40.869640+0000 mgr.smithi055.asupmf (mgr.14182) 598 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:40 smithi078 conmon[86742]: audit 2023-11-15T05:49:40.472209+0000 mgr.smithi055.asupmf (mgr.14182) 597 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:40 smithi078 conmon[86742]: cluster 2023-11-15T05:49:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:40 smithi078 conmon[86742]: 2023-11-15T05:49:40.869640+0000 mgr.smithi055.asupmf (mgr.14182) 598 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:41.907 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:43.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:42 smithi055 conmon[82634]: cluster 2023-11-15T05:49:42.870173+0000 mgr.smithi055.asupmf (mgr.14182) 599 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:43.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:42 smithi078 conmon[86742]: cluster 2023-11-15T05:49:42.870173+0000 mgr.smithi055.asupmf (mgr.14182) 599 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:43.767 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:43.767 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:44.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:43 smithi055 conmon[82634]: audit 2023-11-15T05:49:43.762971+0000 mgr.smithi055.asupmf 2023-11-15T05:49:44.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:43 smithi055 conmon[82634]: (mgr.14182) 600 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:44.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:44.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:43 smithi078 conmon[86742]: audit 2023-11-15T05:49:43.762971+0000 mgr.smithi055.asupmf (mgr.14182) 600 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:45.172 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:44 smithi055 conmon[82634]: cluster 2023-11-15T05:49:44.870803+0000 mgr.smithi055.asupmf (mgr.14182) 601 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:44 smithi078 conmon[86742]: cluster 2023-11-15T05:49:44.870803+0000 mgr.smithi055.asupmf (mgr.14182) 601 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:46.895 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:46.896 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:47.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:47 smithi055 conmon[82634]: cluster 2023-11-15T05:49:46.871219+0000 mgr.smithi055.asupmf (mgr.14182) 602 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:47 smithi055 conmon[82634]: audit 2023-11-15T05:49:46.891236+0000 mgr.smithi055.asupmf (mgr.14182) 603 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:47.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:47 smithi078 conmon[86742]: cluster 2023-11-15T05:49:46.871219+0000 mgr.smithi055.asupmf (mgr.14182) 602 : cluster [DBG] 2023-11-15T05:49:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:47 smithi078 conmon[86742]: pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:47 smithi078 conmon[86742]: audit 2023-11-15T05:49:46.891236+0000 mgr.smithi055.asupmf (mgr.14182) 603 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:48.423 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:49.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:48 smithi055 conmon[82634]: cluster 2023-11-15T05:49:48.871740+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:49:49.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:48 smithi055 conmon[82634]: .14182) 604 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:48 smithi078 conmon[86742]: cluster 2023-11-15T05:49:48.871740+0000 mgr.smithi055.asupmf (mgr.14182) 604 : cluster 2023-11-15T05:49:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:48 smithi078 conmon[86742]: [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:50.266 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:50.267 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:50.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:51.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:50 smithi055 conmon[82634]: audit 2023-11-15T05:49:50.262027+0000 mgr.smithi055.asupmf (mgr.14182) 605 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:51.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:50 smithi055 conmon[82634]: cluster 2023-11-15T05:49:50.872157+0000 mgr.smithi055.asupmf (mgr.14182) 606 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:50 smithi078 conmon[86742]: audit 2023-11-15T05:49:50.262027+0000 mgr.smithi055.asupmf (mgr.14182) 605 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:50 smithi078 conmon[86742]: cluster 2023-11-15T05:49:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:50 smithi078 conmon[86742]: 2023-11-15T05:49:50.872157+0000 mgr.smithi055.asupmf (mgr.14182) 606 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:51.780 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:53.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:52 smithi055 conmon[82634]: cluster 2023-11-15T05:49:52.872671+0000 mgr.smithi055.asupmf 2023-11-15T05:49:53.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:52 smithi055 conmon[82634]: (mgr.14182) 607 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:52 smithi078 conmon[86742]: cluster 2023-11-15T05:49:52.872671+0000 mgr.smithi055.asupmf (mgr.14182) 607 : cluster [DBG] 2023-11-15T05:49:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:52 smithi078 conmon[86742]: pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:49:53.496 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:53.496 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:53.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:54.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:53 smithi055 conmon[82634]: audit 2023-11-15T05:49:53.492068+0000 mgr.smithi055.asupmf (mgr.14182) 608 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:54.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:53 smithi078 conmon[86742]: audit 2023-11-15T05:49:53.492068+0000 mgr.smithi055.asupmf (mgr.14182) 608 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:54.943 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:54 smithi055 conmon[82634]: cluster 2023-11-15T05:49:54.873164+0000 mgr.smithi055.asupmf (mgr.14182) 609 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:54 smithi078 conmon[86742]: cluster 2023-11-15T05:49:54.873164+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:49:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:54 smithi078 conmon[86742]: 609 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:56.824 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:49:56.825 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:57.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:57.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:57 smithi055 conmon[82634]: audit 2023-11-15T05:49:56.819896+0000 mgr.smithi055.asupmf 2023-11-15T05:49:57.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:57 smithi055 conmon[82634]: (mgr.14182) 610 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:57.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:57 smithi055 conmon[82634]: cluster 2023-11-15T05:49:56.873638+0000 mgr.smithi055.asupmf (mgr.14182) 611 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:57 smithi078 conmon[86742]: audit 2023-11-15T05:49:56.819896+0000 mgr.smithi055.asupmf (mgr.14182) 610 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:57 smithi078 conmon[86742]: cluster 2023-11-15T05:49:56.873638+0000 2023-11-15T05:49:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:57 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 611 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:58.309 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:59.216 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:49:58 smithi055 conmon[82634]: cluster 2023-11-15T05:49:58.874096+0000 mgr.smithi055.asupmf (mgr.14182) 612 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:49:58 smithi078 conmon[86742]: cluster 2023-11-15T05:49:58.874096+0000 mgr.smithi055.asupmf (mgr.14182) 612 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:00.000 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:00.001 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:00.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:00 smithi055 conmon[82634]: cluster 2023-11-15T05:50:00. 2023-11-15T05:50:00.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:00 smithi055 conmon[82634]: 000092+0000 mon.smithi055 (mon.0) 689 : cluster [INF] overall HEALTH_OK 2023-11-15T05:50:00.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:00 smithi078 conmon[86742]: cluster 2023-11-15T05:50:00.000092+0000 mon.smithi055 (mon.0) 689 : cluster [INF] overall HEALTH_OK 2023-11-15T05:50:00.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:01.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:01 smithi078 conmon[86742]: audit 2023-11-15T05:49:59.996441+0000 mgr.smithi055.asupmf (mgr.14182) 613 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:01.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:01 smithi078 conmon[86742]: 2023-11-15T05:50:01.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:01 smithi078 conmon[86742]: cluster 2023-11-15T05:50:00.874709+0000 mgr.smithi055.asupmf (mgr.14182) 614 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:01.460 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:01.492 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:01 smithi055 conmon[82634]: audit 2023-11-15T05:49:59.996441+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:50:01.493 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:01 smithi055 conmon[82634]: ) 613 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:01.493 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:01 smithi055 conmon[82634]: cluster 2023-11-15T05:50:00.874709+0000 mgr.smithi055.asupmf (mgr.14182) 614 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:03.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:02 smithi055 conmon[82634]: cluster 2023-11-15T05:50:02.875339+0000 mgr.smithi055.asupmf (mgr.14182) 615 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:03.311 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:03.311 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:03.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:02 smithi078 conmon[86742]: cluster 2023-11-15T05:50:02.875339+0000 mgr.smithi055.asupmf (mgr.14182) 615 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:03.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:04.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:03 smithi055 conmon[82634]: audit 2023-11-15T05:50:03.306357+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:50:04.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:03 smithi055 conmon[82634]: 14182) 616 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:04.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:03 smithi078 conmon[86742]: audit 2023-11-15T05:50:03.306357+0000 mgr.smithi055.asupmf (mgr.14182) 616 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:04.816 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:05.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:04 smithi055 conmon[82634]: cluster 2023-11-15T05:50:04.875756+0000 mgr.smithi055.asupmf (mgr.14182) 617 : 2023-11-15T05:50:05.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:04 smithi055 conmon[82634]: cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:04 smithi078 conmon[86742]: cluster 2023-11-15T05:50:04.875756+0000 mgr.smithi055.asupmf (mgr.14182) 617 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:06.636 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:06.637 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:07.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:07 smithi055 conmon[82634]: audit 2023-11-15T05:50:06.632167+0000 mgr.smithi055.asupmf (mgr.14182) 618 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:07 smithi055 conmon[82634]: cluster 2023-11-15T05:50:06.876255+0000 mgr.smithi055.asupmf (mgr.14182) 619 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:07 smithi078 conmon[86742]: audit 2023-11-15T05:50:06.632167+0000 mgr.smithi055.asupmf (mgr.14182) 618 : audit [DBG] 2023-11-15T05:50:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:07 smithi078 conmon[86742]: from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:07 smithi078 conmon[86742]: cluster 2023-11-15T05:50:06.876255+0000 mgr.smithi055.asupmf (mgr.14182) 619 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:08.067 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:09.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:08 smithi055 conmon[82634]: cluster 2023-11-15T05:50:08.876709+0000 2023-11-15T05:50:09.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:08 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 620 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:09.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:08 smithi078 conmon[86742]: cluster 2023-11-15T05:50:08.876709+0000 mgr.smithi055.asupmf (mgr.14182) 620 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:09.904 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:09.904 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:10.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:09 smithi055 conmon[82634]: audit 2023-11-15T05:50:09.898945+0000 2023-11-15T05:50:10.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:09 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 621 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:10.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:10.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:09 smithi078 conmon[86742]: audit 2023-11-15T05:50:09.898945+0000 mgr.smithi055.asupmf (mgr.14182) 621 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:11.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:10 smithi055 conmon[82634]: cluster 2023-11-15T05:50:10.877333+0000 mgr.smithi055.asupmf (mgr.14182) 622 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:11.332 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:11.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:10 smithi078 conmon[86742]: cluster 2023-11-15T05:50:10.877333+0000 mgr.smithi055.asupmf (mgr.14182) 622 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:13.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:12 smithi055 conmon[82634]: cluster 2023-11-15T05:50:12.878080+0000 mgr.smithi055.asupmf (mgr.14182) 623 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:13.199 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:13.199 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:13.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:12 smithi078 conmon[86742]: cluster 2023-11-15T05:50:12.878080+0000 mgr.smithi055.asupmf (mgr.14182) 623 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:13.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:14.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:13 smithi055 conmon[82634]: audit 2023-11-15T05:50:13.194808+0000 mgr.smithi055.asupmf 2023-11-15T05:50:14.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:13 smithi055 conmon[82634]: (mgr.14182) 624 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:14.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:13 smithi078 conmon[86742]: audit 2023-11-15T05:50:13.194808+0000 mgr.smithi055.asupmf (mgr.14182) 624 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:14.683 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:15.243 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:14 smithi055 conmon[82634]: cluster 2023-11-15T05:50:14.878493+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:50:15.244 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:14 smithi055 conmon[82634]: 625 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:15.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:14 smithi078 conmon[86742]: cluster 2023-11-15T05:50:14.878493+0000 mgr.smithi055.asupmf (mgr.14182) 625 : cluster 2023-11-15T05:50:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:14 smithi078 conmon[86742]: [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:16.421 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:16.421 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:16.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:17.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:17 smithi055 conmon[82634]: audit 2023-11-15T05:50:16.416169+0000 mgr.smithi055.asupmf (mgr.14182) 626 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:17.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:17 smithi055 conmon[82634]: cluster 2023-11-15T05:50:16.878993+0000 mgr.smithi055.asupmf (mgr.14182) 627 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:17.848 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:17 smithi078 conmon[86742]: audit 2023-11-15T05:50:16.416169+0000 mgr.smithi055.asupmf (mgr.14182) 626 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:17 smithi078 conmon[86742]: cluster 2023-11-15T05:50:16.878993+0000 mgr.smithi055.asupmf (mgr.14182) 627 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:19.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:18 smithi055 conmon[82634]: cluster 2023-11-15T05:50:18.879461+0000 mgr.smithi055.asupmf (mgr.14182) 628 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:19.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:18 smithi078 conmon[86742]: cluster 2023-11-15T05:50:18.879461+0000 mgr.smithi055.asupmf (mgr.14182) 628 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:19.688 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:19.689 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:20.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:20.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:19 smithi055 conmon[82634]: audit 2023-11-15T05:50:19.684068+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:50:20.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:19 smithi055 conmon[82634]: 14182) 629 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:20.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:19 smithi078 conmon[86742]: audit 2023-11-15T05:50:19.684068+0000 mgr.smithi055.asupmf (mgr.14182) 629 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:21.109 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:21.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:20 smithi055 conmon[82634]: cluster 2023-11-15T05:50:20.879877+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:50:21.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:20 smithi055 conmon[82634]: 630 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:20 smithi078 conmon[86742]: cluster 2023-11-15T05:50:20.879877+0000 mgr.smithi055.asupmf (mgr.14182) 630 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:22.816 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:22.816 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:23.229 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:22 smithi055 conmon[82634]: audit 2023-11-15T05:50:22. 2023-11-15T05:50:23.229 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:22 smithi055 conmon[82634]: 811122+0000 mgr.smithi055.asupmf (mgr.14182) 631 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:23.229 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:22 smithi055 conmon[82634]: cluster 2023-11-15T05:50:22.880381+0000 mgr.smithi055.asupmf (mgr.14182) 632 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:23.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:23.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:22 smithi078 conmon[86742]: audit 2023-11-15T05:50:22.811122+0000 mgr.smithi055.asupmf (mgr.14182) 631 : audit [DBG] 2023-11-15T05:50:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:22 smithi078 conmon[86742]: from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:22 smithi078 conmon[86742]: cluster 2023-11-15T05:50:22.880381+0000 mgr.smithi055.asupmf (mgr.14182) 632 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:24.260 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:25.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:24 smithi055 conmon[82634]: cluster 2023-11-15T05:50:24.880778+0000 mgr.smithi055.asupmf (mgr.14182) 633 2023-11-15T05:50:25.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:24 smithi055 conmon[82634]: : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:24 smithi078 conmon[86742]: cluster 2023-11-15T05:50:24.880778+0000 mgr.smithi055.asupmf (mgr.14182) 633 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:26.058 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:26.058 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:26.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:27.523 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:27 smithi055 conmon[82634]: audit 2023-11-15T05:50:26.053779+0000 mgr.smithi055.asupmf (mgr.14182) 634 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:27 smithi055 conmon[82634]: cluster 2023-11-15T05:50:26.881488+0000 mgr.smithi055.asupmf (mgr.14182) 635 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:27.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:27 smithi078 conmon[86742]: audit 2023-11-15T05:50:26.053779+0000 mgr.smithi055.asupmf (mgr.14182) 634 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:27 smithi078 conmon[86742]: cluster 2023-11-15T05:50:26.881488+0000 mgr.smithi055.asupmf (mgr.14182) 635 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:29.271 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:29.271 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:29.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:28 smithi055 conmon[82634]: cluster 2023-11-15T05 2023-11-15T05:50:29.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:28 smithi055 conmon[82634]: :50:28.882081+0000 mgr.smithi055.asupmf (mgr.14182) 636 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:29.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:28 smithi078 conmon[86742]: cluster 2023-11-15T05:50:28.882081+0000 mgr.smithi055.asupmf (mgr.14182) 636 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:29.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:30.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:29 smithi055 conmon[82634]: audit 2023-11-15T05:50:29.266878+0000 2023-11-15T05:50:30.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:29 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 637 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:30.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:29 smithi078 conmon[86742]: audit 2023-11-15T05:50:29.266878+0000 mgr.smithi055.asupmf (mgr.14182) 637 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:30.688 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:31.270 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:30 smithi055 conmon[82634]: cluster 2023-11-15T05:50:30.882719+0000 mgr.smithi055.asupmf (mgr.14182) 638 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:30 smithi078 conmon[86742]: cluster 2023-11-15T05:50:30.882719+0000 mgr.smithi055.asupmf (mgr.14182) 638 : cluster [DBG] 2023-11-15T05:50:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:30 smithi078 conmon[86742]: pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:32.516 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:32.517 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:32.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:33.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:32 smithi055 conmon[82634]: audit 2023-11-15T05:50:32.512236+0000 mgr.smithi055.asupmf (mgr.14182) 639 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:33.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:32 smithi055 conmon[82634]: cluster 2023-11-15T05:50:32.883206+0000 mgr.smithi055.asupmf (mgr.14182) 640 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:32 smithi078 conmon[86742]: audit 2023-11-15T05:50:32.512236+0000 mgr.smithi055.asupmf (mgr.14182) 639 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:32 smithi078 conmon[86742]: 2023-11-15T05:50:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:32 smithi078 conmon[86742]: cluster 2023-11-15T05:50:32.883206+0000 mgr.smithi055.asupmf (mgr.14182) 640 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:33.940 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:35.239 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:34 smithi055 conmon[82634]: cluster 2023-11-15T05:50:34.883579+0000 mgr.smithi055.asupmf ( 2023-11-15T05:50:35.239 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:34 smithi055 conmon[82634]: mgr.14182) 641 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:35.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:34 smithi078 conmon[86742]: cluster 2023-11-15T05:50:34.883579+0000 mgr.smithi055.asupmf (mgr.14182) 641 : cluster 2023-11-15T05:50:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:34 smithi078 conmon[86742]: [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:35.662 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:35.663 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:36.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:36.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:35 smithi055 conmon[82634]: audit 2023-11-15T05:50:35.657536+0000 mgr.smithi055.asupmf (mgr.14182) 642 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:36.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:35 smithi078 conmon[86742]: audit 2023-11-15T05:50:35.657536+0000 mgr.smithi055.asupmf (mgr.14182) 642 : audit 2023-11-15T05:50:36.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:35 smithi078 conmon[86742]: [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:37.092 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:37.795 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:37 smithi055 conmon[82634]: cluster 2023-11-15T05:50:36.884202+0000 2023-11-15T05:50:37.795 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:37 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 643 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:37.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:37 smithi078 conmon[86742]: cluster 2023-11-15T05:50:36.884202+0000 mgr.smithi055.asupmf (mgr.14182) 643 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:38.950 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:38.950 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:39.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:38 smithi055 conmon[82634]: cluster 2023-11-15T05:50:38.884659+0000 mgr.smithi055.asupmf (mgr.14182) 644 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:39.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:38 smithi078 conmon[86742]: cluster 2023-11-15T05:50:38.884659+0000 mgr.smithi055.asupmf (mgr.14182) 644 : cluster [DBG] 2023-11-15T05:50:39.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:38 smithi078 conmon[86742]: pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:39.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:40.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:39 smithi055 conmon[82634]: audit 2023-11-15T05:50:38.943490+0000 mgr.smithi055.asupmf (mgr.14182) 645 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:39 smithi078 conmon[86742]: audit 2023-11-15T05:50:38.943490+0000 mgr.smithi055.asupmf (mgr.14182) 645 : audit 2023-11-15T05:50:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:39 smithi078 conmon[86742]: [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:40.456 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:41.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:40 smithi055 conmon[82634]: cluster 2023-11-15T05:50:40.885059+0000 2023-11-15T05:50:41.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:40 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 646 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:41.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:40 smithi078 conmon[86742]: cluster 2023-11-15T05:50:40.885059+0000 mgr.smithi055.asupmf (mgr.14182) 646 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:41.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:40 smithi078 conmon[86742]: 2023-11-15T05:50:42.202 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:42.202 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:42.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:43.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:42 smithi055 conmon[82634]: audit 2023-11-15T05:50:42.197594+0000 mgr.smithi055.asupmf (mgr.14182) 647 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:43.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:42 smithi055 conmon[82634]: cluster 2023-11-15T05:50:42.885503+0000 mgr.smithi055.asupmf (mgr.14182) 648 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:42 smithi078 conmon[86742]: audit 2023-11-15T05:50:42.197594+0000 mgr.smithi055.asupmf (mgr.14182) 647 : audit [DBG] 2023-11-15T05:50:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:42 smithi078 conmon[86742]: from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:42 smithi078 conmon[86742]: cluster 2023-11-15T05:50:42.885503+0000 mgr.smithi055.asupmf (mgr.14182) 648 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:43.625 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:44 smithi055 conmon[82634]: cluster 2023-11-15T05:50:44.885936+0000 mgr.smithi055.asupmf (mgr.14182) 649 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:45.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:44 smithi078 conmon[86742]: cluster 2023-11-15T05:50:44.885936+0000 mgr.smithi055.asupmf (mgr.14182) 649 : cluster [DBG] 2023-11-15T05:50:45.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:44 smithi078 conmon[86742]: pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:45.505 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:45.506 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:45.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:46.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:45 smithi055 conmon[82634]: audit 2023-11-15T05:50:45.501357+0000 mgr.smithi055.asupmf (mgr.14182) 650 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:45 smithi078 conmon[86742]: audit 2023-11-15T05:50:45.501357+0000 mgr.smithi055.asupmf (mgr.14182) 650 : audit 2023-11-15T05:50:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:45 smithi078 conmon[86742]: [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:46.972 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:47.769 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:47 smithi055 conmon[82634]: cluster 2023-11-15T05:50:46.886496+0000 2023-11-15T05:50:47.769 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:47 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 651 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:47.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:47 smithi078 conmon[86742]: cluster 2023-11-15T05:50:46.886496+0000 mgr.smithi055.asupmf (mgr.14182) 651 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:48.887 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:48.888 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:49.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:48 smithi055 conmon[82634]: audit 2023-11-15T05:50:48.882091+0000 mgr.smithi055.asupmf (mgr.14182) 652 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:49.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:48 smithi055 conmon[82634]: cluster 2023-11-15T05:50:48.886946+0000 mgr.smithi055.asupmf (mgr.14182) 653 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:49.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:48 smithi078 conmon[86742]: audit 2023-11-15T05:50:48.882091+0000 mgr.smithi055.asupmf (mgr.14182) 652 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:48 smithi078 conmon[86742]: cluster 2023-11-15T05:50:48.886946+0000 mgr.smithi055.asupmf (mgr.14182) 653 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:50.337 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:51.251 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:50 smithi055 conmon[82634]: cluster 2023-11-15T05:50:50.887391+0000 2023-11-15T05:50:51.251 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:50 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 654 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:50 smithi078 conmon[86742]: cluster 2023-11-15T05:50:50.887391+0000 mgr.smithi055.asupmf (mgr.14182) 654 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:52.024 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:52.025 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:52.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:53.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:52 smithi055 conmon[82634]: audit 2023-11-15T05:50:52.019894+0000 mgr.smithi055.asupmf (mgr.14182) 655 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:53.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:52 smithi055 conmon[82634]: cluster 2023-11-15T05:50:52.888126+0000 mgr.smithi055.asupmf (mgr.14182) 656 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:53.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:52 smithi078 conmon[86742]: audit 2023-11-15T05:50:52.019894+0000 mgr.smithi055.asupmf (mgr.14182) 655 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:52 smithi078 conmon[86742]: 2023-11-15T05:50:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:52 smithi078 conmon[86742]: cluster 2023-11-15T05:50:52.888126+0000 mgr.smithi055.asupmf (mgr.14182) 656 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:50:53.485 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:54 smithi055 conmon[82634]: cluster 2023-11-15T05:50:54.888519+0000 mgr.smithi055.asupmf (mgr.14182) 657 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:55.304 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:55.304 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:54 smithi078 conmon[86742]: cluster 2023-11-15T05:50:54.888519+0000 mgr.smithi055.asupmf (mgr.14182) 657 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:54 smithi078 conmon[86742]: 2023-11-15T05:50:55.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:56.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:55 smithi055 conmon[82634]: audit 2023-11-15T05:50:55.299731+0000 2023-11-15T05:50:56.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:55 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 658 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:56.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:55 smithi078 conmon[86742]: audit 2023-11-15T05:50:55.299731+0000 mgr.smithi055.asupmf (mgr.14182) 658 : audit [DBG] 2023-11-15T05:50:56.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:55 smithi078 conmon[86742]: from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:56.737 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:57.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:57 smithi055 conmon[82634]: cluster 2023-11-15T05:50:56.889129+0000 2023-11-15T05:50:57.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:57 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 659 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:57.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:57 smithi078 conmon[86742]: cluster 2023-11-15T05:50:56.889129+0000 mgr.smithi055.asupmf (mgr.14182) 659 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:58.453 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:50:58.453 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:58.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:59.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:58 smithi055 conmon[82634]: audit 2023-11-15T05:50:58.448864+0000 mgr.smithi055.asupmf (mgr.14182) 660 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:59.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:50:58 smithi055 conmon[82634]: cluster 2023-11-15T05:50:58.889583+0000 mgr.smithi055.asupmf (mgr.14182) 661 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:58 smithi078 conmon[86742]: audit 2023-11-15T05:50:58.448864+0000 mgr.smithi055.asupmf (mgr.14182) 660 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:50:58 smithi078 conmon[86742]: cluster 2023-11-15T05:50:58.889583+0000 mgr.smithi055.asupmf (mgr.14182) 661 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:59.887 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:01.277 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:00 smithi055 conmon[82634]: cluster 2023-11-15T05:51:00.890033 2023-11-15T05:51:01.277 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:00 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 662 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:01.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:00 smithi078 conmon[86742]: cluster 2023-11-15T05:51:00.890033+0000 mgr.smithi055.asupmf (mgr.14182) 662 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:01.682 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:01.683 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:02.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:02.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:02 smithi055 conmon[82634]: audit 2023-11-15T05:51:01.678105+0000 mgr.smithi055.asupmf (mgr.14182) 663 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:02.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:02 smithi078 conmon[86742]: audit 2023-11-15T05:51:01.678105+0000 mgr.smithi055.asupmf (mgr.14182) 663 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:03.133 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:03.724 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:03 smithi055 conmon[82634]: cluster 2023-11-15T05:51:02.890752+0000 mgr.smithi055.asupmf 2023-11-15T05:51:03.725 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:03 smithi055 conmon[82634]: (mgr.14182) 664 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:51:03.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:03 smithi078 conmon[86742]: cluster 2023-11-15T05:51:02.890752+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:51:03.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:03 smithi078 conmon[86742]: 664 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:51:04.945 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:04.946 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:05.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:04 smithi055 conmon[82634]: cluster 2023-11-15T05:51:04.891169+0000 mgr.smithi055.asupmf (mgr.14182) 665 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:05.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:05.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:04 smithi078 conmon[86742]: cluster 2023-11-15T05:51:04.891169+0000 mgr.smithi055.asupmf (mgr.14182) 665 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:06.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:05 smithi055 conmon[82634]: audit 2023-11-15T05:51:04.940516+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:51:06.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:05 smithi055 conmon[82634]: ) 666 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:06.382 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:06.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:05 smithi078 conmon[86742]: audit 2023-11-15T05:51:04.940516+0000 mgr.smithi055.asupmf (mgr.14182) 666 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:07.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:07 smithi055 conmon[82634]: cluster 2023-11-15T05:51:06.891619+0000 mgr.smithi055.asupmf (mgr.14182) 667 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:07 smithi078 conmon[86742]: cluster 2023-11-15T05:51:06.891619+0000 mgr.smithi055.asupmf (mgr.14182) 667 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:08.067 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:08.068 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:08.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:09.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:08 smithi055 conmon[82634]: audit 2023-11-15T05:51:08.063045+0000 mgr.smithi055.asupmf (mgr.14182) 668 : 2023-11-15T05:51:09.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:08 smithi055 conmon[82634]: audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:09.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:08 smithi055 conmon[82634]: cluster 2023-11-15T05:51:08.892308+0000 mgr.smithi055.asupmf (mgr.14182) 669 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:09.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:08 smithi078 conmon[86742]: audit 2023-11-15T05:51:08.063045+0000 mgr.smithi055.asupmf (mgr.14182) 668 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:09.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:08 smithi078 conmon[86742]: cluster 2023-11-15T05:51:08.892308+0000 mgr.smithi055.asupmf (mgr.14182) 669 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:09.533 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:11.009 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:10 smithi055 conmon[82634]: cluster 2023-11-15T05:51:10.892701+0000 mgr.smithi055.asupmf (mgr.14182) 670 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:11.364 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:11.364 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:11.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:10 smithi078 conmon[86742]: cluster 2023-11-15T05:51:10.892701+0000 mgr.smithi055.asupmf (mgr.14182) 670 : cluster [DBG] 2023-11-15T05:51:11.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:10 smithi078 conmon[86742]: pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:11.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:12.786 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:12.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:12 smithi055 conmon[82634]: audit 2023-11-15T05:51:11.359048+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:51:12.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:12 smithi055 conmon[82634]: 671 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:12.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:12 smithi078 conmon[86742]: audit 2023-11-15T05:51:11.359048+0000 mgr.smithi055.asupmf (mgr.14182) 671 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:12.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:12 smithi078 conmon[86742]: 2023-11-15T05:51:13.795 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:13 smithi055 conmon[82634]: cluster 2023-11-15T05:51:12.893206+0000 mgr.smithi055.asupmf ( 2023-11-15T05:51:13.795 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:13 smithi055 conmon[82634]: mgr.14182) 672 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:51:13.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:13 smithi078 conmon[86742]: cluster 2023-11-15T05:51:12.893206+0000 mgr.smithi055.asupmf (mgr.14182) 672 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:51:13.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:13 smithi078 conmon[86742]: 2023-11-15T05:51:14.583 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:14.583 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:15.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:14 smithi055 conmon[82634]: audit 2023-11-15T05:51:14.578396+0000 mgr.smithi055.asupmf (mgr.14182) 673 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:14 smithi055 conmon[82634]: cluster 2023-11-15T05:51:14.893612+0000 mgr.smithi055.asupmf (mgr.14182) 674 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:14 smithi078 conmon[86742]: audit 2023-11-15T05:51:14.578396+0000 mgr.smithi055.asupmf (mgr.14182) 673 : 2023-11-15T05:51:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:14 smithi078 conmon[86742]: audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:14 smithi078 conmon[86742]: cluster 2023-11-15T05:51:14.893612+0000 mgr.smithi055.asupmf (mgr.14182) 674 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:16.047 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:17.786 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:17.786 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:17.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:17 smithi055 conmon[82634]: cluster 2023-11-15T05:51:16.894309+0000 mgr.smithi055.asupmf (mgr.14182) 675 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:17.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:17 smithi078 conmon[86742]: cluster 2023-11-15T05:51:16.894309+0000 mgr.smithi055.asupmf (mgr.14182) 675 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:17.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:17 smithi078 conmon[86742]: 2023-11-15T05:51:18.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:18 smithi055 conmon[82634]: audit 2023-11-15T05:51:17.781434+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:51:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:18 smithi055 conmon[82634]: .14182) 676 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:18 smithi078 conmon[86742]: audit 2023-11-15T05:51:17.781434+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:51:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:18 smithi078 conmon[86742]: 676 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:19.211 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:19.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:19 smithi055 conmon[82634]: cluster 2023-11-15T05:51:18.895025+0000 mgr.smithi055.asupmf (mgr.14182) 677 2023-11-15T05:51:19.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:19 smithi055 conmon[82634]: : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:19.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:19 smithi078 conmon[86742]: cluster 2023-11-15T05:51:18.895025+0000 mgr.smithi055.asupmf (mgr.14182) 677 : 2023-11-15T05:51:19.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:19 smithi078 conmon[86742]: cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:21.057 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:21.057 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:21.289 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:20 smithi055 conmon[82634]: cluster 2023-11-15T05:51:20.895430+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:51:21.289 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:20 smithi055 conmon[82634]: .14182) 678 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:20 smithi078 conmon[86742]: cluster 2023-11-15T05:51:20.895430+0000 mgr.smithi055.asupmf (mgr.14182) 678 2023-11-15T05:51:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:20 smithi078 conmon[86742]: : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:21.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:22.574 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:22 smithi055 conmon[82634]: audit 2023-11-15T05:51:21.052271+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:51:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:22 smithi055 conmon[82634]: 14182) 679 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:22.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:22 smithi078 conmon[86742]: audit 2023-11-15T05:51:21.052271+0000 mgr.smithi055.asupmf (mgr.14182) 679 2023-11-15T05:51:22.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:22 smithi078 conmon[86742]: : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:23.787 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:23 smithi055 conmon[82634]: cluster 2023-11-15T05:51:22.896122 2023-11-15T05:51:23.787 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:23 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 680 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:51:23.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:23 smithi078 conmon[86742]: cluster 2023-11-15T05:51:22.896122+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:51:23.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:23 smithi078 conmon[86742]: 680 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:51:24.551 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:24.551 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:25.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:25.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:24 smithi055 conmon[82634]: audit 2023-11-15T05:51:24.546739+0000 mgr.smithi055.asupmf (mgr.14182) 681 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:25.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:24 smithi055 conmon[82634]: cluster 2023-11-15T05:51:24.896489+0000 mgr.smithi055.asupmf (mgr.14182) 682 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:24 smithi078 conmon[86742]: audit 2023-11-15T05:51:24.546739+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:51:25.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:24 smithi078 conmon[86742]: 681 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:25.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:24 smithi078 conmon[86742]: cluster 2023-11-15T05:51:24.896489+0000 mgr.smithi055.asupmf (mgr.14182) 682 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:26.027 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:27 smithi055 conmon[82634]: cluster 2023-11-15T05:51:26.897211+0000 2023-11-15T05:51:27.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:27 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 683 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:27.864 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:27.864 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:27 smithi078 conmon[86742]: cluster 2023-11-15T05:51:26.897211+0000 mgr.smithi055.asupmf (mgr.14182) 683 : cluster [DBG] 2023-11-15T05:51:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:27 smithi078 conmon[86742]: pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:28.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:28.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:28 smithi055 conmon[82634]: audit 2023-11-15T05:51:27.859556+0000 2023-11-15T05:51:28.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:28 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 684 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:28 smithi078 conmon[86742]: audit 2023-11-15T05:51:27.859556+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:51:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:28 smithi078 conmon[86742]: 14182) 684 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:29.279 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:29.780 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:29 smithi055 conmon[82634]: cluster 2023-11-15T05:51:28.897669 2023-11-15T05:51:29.780 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:29 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 685 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:29.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:29 smithi078 conmon[86742]: cluster 2023-11-15T05:51:28.897669+0000 mgr.smithi055.asupmf (mgr.14182) 685 : cluster 2023-11-15T05:51:29.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:29 smithi078 conmon[86742]: [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:30.973 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:30.974 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:30 smithi055 conmon[82634]: cluster 2023-11-15T05:51:30.898074+0000 2023-11-15T05:51:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:30 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 686 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:30 smithi078 conmon[86742]: cluster 2023-11-15T05:51:30.898074+0000 mgr.smithi055.asupmf (mgr.14182) 686 : cluster [DBG] 2023-11-15T05:51:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:30 smithi078 conmon[86742]: pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:31.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:32.432 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:32.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:32 smithi055 conmon[82634]: audit 2023-11-15T05:51:30.968465+0000 mgr.smithi055.asupmf (mgr.14182) 687 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:32.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:32 smithi078 conmon[86742]: audit 2023-11-15T05:51:30.968465+0000 mgr.smithi055.asupmf (mgr.14182) 687 : 2023-11-15T05:51:32.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:32 smithi078 conmon[86742]: audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:33.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:33 smithi055 conmon[82634]: cluster 2023-11-15T05:51:32 2023-11-15T05:51:33.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:33 smithi055 conmon[82634]: .898515+0000 mgr.smithi055.asupmf (mgr.14182) 688 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:51:33.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:33 smithi078 conmon[86742]: cluster 2023-11-15T05:51:32.898515+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:51:33.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:33 smithi078 conmon[86742]: 688 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:51:34.288 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:34.289 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:34.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:35.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:34 smithi055 conmon[82634]: audit 2023-11-15T05:51:34. 2023-11-15T05:51:35.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:34 smithi055 conmon[82634]: 284220+0000 mgr.smithi055.asupmf (mgr.14182) 689 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:35.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:34 smithi055 conmon[82634]: cluster 2023-11-15T05:51:34.898942+0000 mgr.smithi055.asupmf (mgr.14182) 690 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:34 smithi078 conmon[86742]: audit 2023-11-15T05:51:34.284220+0000 mgr.smithi055.asupmf (mgr.14182) 689 : 2023-11-15T05:51:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:34 smithi078 conmon[86742]: audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:34 smithi078 conmon[86742]: cluster 2023-11-15T05:51:34.898942+0000 mgr.smithi055.asupmf (mgr.14182) 690 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:35.691 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:37.466 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:37.466 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:37 smithi055 conmon[82634]: cluster 2023-11-15T05:51:36.899377+0000 mgr.smithi055.asupmf (mgr.14182) 691 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:37.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:37 smithi078 conmon[86742]: cluster 2023-11-15T05:51:36.899377+0000 mgr.smithi055.asupmf (mgr.14182) 691 : cluster 2023-11-15T05:51:37.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:37 smithi078 conmon[86742]: [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:37.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:38 smithi055 conmon[82634]: audit 2023-11-15T05:51:37.461489+0000 mgr.smithi055.asupmf (mgr.14182) 692 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:38 smithi078 conmon[86742]: audit 2023-11-15T05:51:37.461489+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:51:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:38 smithi078 conmon[86742]: .14182) 692 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:38.939 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:39.743 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:39 smithi055 conmon[82634]: cluster 2023-11-15T05:51:38.900031+0000 2023-11-15T05:51:39.743 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:39 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 693 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:39.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:39 smithi078 conmon[86742]: cluster 2023-11-15T05:51:38.900031+0000 mgr.smithi055.asupmf (mgr.14182) 693 : 2023-11-15T05:51:39.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:39 smithi078 conmon[86742]: cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:40.767 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:41.138 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:41.139 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:40 smithi055 conmon[82634]: audit 2023-11-15T05:51:40.759940+0000 mgr.smithi055.asupmf (mgr.14182) 694 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:41.140 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:40 smithi055 conmon[82634]: cluster 2023-11-15T05:51:40.900410+0000 mgr.smithi055.asupmf (mgr.14182) 695 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:41.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:41.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:40 smithi078 conmon[86742]: audit 2023-11-15T05:51:40.759940+0000 mgr.smithi055.asupmf (mgr.14182) 694 : audit 2023-11-15T05:51:41.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:40 smithi078 conmon[86742]: [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:41.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:40 smithi078 conmon[86742]: cluster 2023-11-15T05:51:40.900410+0000 mgr.smithi055.asupmf (mgr.14182) 695 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:42.191 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:43.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:42 smithi055 conmon[82634]: cluster 2023-11-15T05:51:42.901073+0000 mgr.smithi055.asupmf (mgr.14182) 696 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:51:43.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:42 smithi055 conmon[82634]: 2023-11-15T05:51:43.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:42 smithi078 conmon[86742]: cluster 2023-11-15T05:51:42.901073+0000 mgr.smithi055.asupmf (mgr.14182) 696 : cluster 2023-11-15T05:51:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:42 smithi078 conmon[86742]: [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:51:43.957 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:43.957 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:44:09.824178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.lrvbwb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-lrvbwb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.lrvbwb\nDeploy daemon haproxy.nfs.foo.smithi078.lrvbwb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:42:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:42:55Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:43:32Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.345866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.ssahyf on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-ssahyf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.ssahyf\nDeploy daemon haproxy.nfs.foo.smithi055.ssahyf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:44:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:45:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:46:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:39.351673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.honqrf on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:44.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:44 smithi055 conmon[82634]: audit 2023-11-15T05:51:43.952709+0000 mgr.smithi055.asupmf (mgr.14182) 697 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:44 smithi055 conmon[82634]: cluster 2023-11-15T05:51:44.901499+0000 mgr.smithi055.asupmf (mgr.14182) 698 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:45.353 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:44 smithi078 conmon[86742]: audit 2023-11-15T05:51:43.952709+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:51:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:44 smithi078 conmon[86742]: 697 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:44 smithi078 conmon[86742]: cluster 2023-11-15T05:51:44.901499+0000 mgr.smithi055.asupmf (mgr.14182) 698 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:46.203 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: cephadm 2023-11-15T05:51:45.004295+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:51:46.203 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: .14182) 699 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.203 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.204 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.204 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.204 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi055.gmpzua ... 2023-11-15T05:51:46.204 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.204 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:51:46.204 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.205 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:50:30Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.205 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:51:07Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.205 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:51:46.205 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.206 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: Traceback (most recent call last): 2023-11-15T05:51:46.206 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:51:46.206 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: yield (conn, connr) 2023-11-15T05:51:46.206 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:51:46.206 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: code, '\n'.join(err))) 2023-11-15T05:51:46.207 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.207 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.207 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.207 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.207 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi055.gmpzua ... 2023-11-15T05:51:46.207 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.208 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:51:46.208 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.208 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:50:30Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.208 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:51:07Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.208 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:51:46.209 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.209 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: cephadm 2023-11-15T05:5 2023-11-15T05:51:46.209 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: 1:45.004602+0000 mgr.smithi055.asupmf (mgr.14182) 700 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.209 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: audit 2023-11-15T05:51:45.004999+0000 mon.smithi055 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi055.gmpzua"}]: dispatch 2023-11-15T05:51:46.209 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: cephadm 2023-11-15T05:51:45.005685+0000 mgr.smithi055.asupmf (mgr.14182) 701 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.210 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.210 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.210 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.210 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi055.gmpzua ... 2023-11-15T05:51:46.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:51:46.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:50:30Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.211 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:51:07Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.212 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:51:46.212 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.212 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: cephadm 2023-11-15T05:51:45.007103+0000 mgr.smithi055.asupmf (mgr.14182) 702 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:51:46.212 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: cephadm 2023-11-15T05:51:45.008284+0000 mgr.smithi055.asupmf (mgr.14182) 703 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:51:46.212 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: cluster 2023-11-15T05:51:45.008999+0000 mgr.smithi055.asupmf (mgr.14182) 704 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-15T05:51:46.213 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: audit 2023-11-15T05:51:45.010792+0000 mon.smithi055 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:51:46.213 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: audit 2023-11-15T05:51:45.367851+0000 mon.smithi055 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:46.213 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:46 smithi055 conmon[82634]: audit 2023-11-15T05:51:45.378152+0000 mon.smithi055 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:46.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: cephadm 2023-11-15T05:51:45.004295+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:51:46.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: 14182) 699 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi055.gmpzua ... 2023-11-15T05:51:46.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:51:46.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:50:30Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:51:07Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:51:46.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: Traceback (most recent call last): 2023-11-15T05:51:46.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:51:46.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: yield (conn, connr) 2023-11-15T05:51:46.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:51:46.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: code, '\n'.join(err))) 2023-11-15T05:51:46.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi055.gmpzua ... 2023-11-15T05:51:46.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:51:46.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:50:30Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.412 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:51:07Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.412 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:51:46.412 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.412 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: cephadm 2023-11-15T05:51 2023-11-15T05:51:46.413 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: :45.004602+0000 mgr.smithi055.asupmf (mgr.14182) 700 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.413 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: audit 2023-11-15T05:51:45.004999+0000 mon.smithi055 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi055.gmpzua"}]: dispatch 2023-11-15T05:51:46.413 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: cephadm 2023-11-15T05:51:45.005685+0000 mgr.smithi055.asupmf (mgr.14182) 701 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.413 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua 2023-11-15T05:51:46.414 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.414 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua 2023-11-15T05:51:46.414 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi055.gmpzua ... 2023-11-15T05:51:46.414 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.414 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:51:46.415 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.415 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:50:30Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.415 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:51:07Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:51:46.415 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:51:46.415 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:46.416 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: cephadm 2023-11-15T05:51:45.007103+0000 mgr.smithi055.asupmf (mgr.14182) 702 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:51:46.416 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: cephadm 2023-11-15T05:51:45.008284+0000 mgr.smithi055.asupmf (mgr.14182) 703 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:51:46.416 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: cluster 2023-11-15T05:51:45.008999+0000 mgr.smithi055.asupmf (mgr.14182) 704 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-15T05:51:46.416 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: audit 2023-11-15T05:51:45.010792+0000 mon.smithi055 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:51:46.416 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: audit 2023-11-15T05:51:45.367851+0000 mon.smithi055 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:46.416 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:46 smithi078 conmon[86742]: audit 2023-11-15T05:51:45.378152+0000 mon.smithi055 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:47.070 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:47.070 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:42.970720Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:42.971339Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:42.970861Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:42.970953Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:42.971401Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:42.971022Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:42.971087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:47.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:47 smithi055 conmon[82634]: cluster 2023-11-15T05:51:45 2023-11-15T05:51:47.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:47 smithi055 conmon[82634]: .994175+0000 mon.smithi055 (mon.0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:51:47.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:47 smithi055 conmon[82634]: audit 2023-11-15T05:51:46.922882+0000 mon.smithi055 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:47.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:47 smithi078 conmon[86742]: cluster 2023-11-15T05:51:45.994175+0000 mon.smithi055 (mon.0) 694 : 2023-11-15T05:51:47.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:47 smithi078 conmon[86742]: cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:51:47.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:47 smithi078 conmon[86742]: audit 2023-11-15T05:51:46.922882+0000 mon.smithi055 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:47.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:48 smithi055 conmon[82634]: cluster 2023-11-15T05:51:47.009762+0000 2023-11-15T05:51:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:48 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 705 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-15T05:51:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:48 smithi055 conmon[82634]: audit 2023-11-15T05:51:47.065767+0000 mgr.smithi055.asupmf (mgr.14182) 706 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:48.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:48 smithi078 conmon[86742]: cluster 2023-11-15T05:51:47.009762+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:51:48.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:48 smithi078 conmon[86742]: 705 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-15T05:51:48.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:48 smithi078 conmon[86742]: audit 2023-11-15T05:51:47.065767+0000 mgr.smithi055.asupmf (mgr.14182) 706 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:48.613 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:50.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:49 smithi055 conmon[82634]: audit 2023-11-15T05:51:48.985657+0000 mon.smithi055 (mon. 2023-11-15T05:51:50.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:49 smithi055 conmon[82634]: 0) 696 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:50.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:49 smithi055 conmon[82634]: cluster 2023-11-15T05:51:49.010365+0000 mgr.smithi055.asupmf (mgr.14182) 707 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-15T05:51:50.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:49 smithi055 conmon[82634]: audit 2023-11-15T05:51:49.380974+0000 mon.smithi055 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:50.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:49 smithi055 conmon[82634]: audit 2023-11-15T05:51:49.381674+0000 mon.smithi055 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:50.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:49 smithi055 conmon[82634]: audit 2023-11-15T05:51:49.382253+0000 mon.smithi055 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:50.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:49 smithi055 conmon[82634]: audit 2023-11-15T05:51:49.382830+0000 mon.smithi055 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:50.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:49 smithi055 conmon[82634]: cephadm 2023-11-15T05:51:49.383276+0000 mgr.smithi055.asupmf (mgr.14182) 708 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 2724M 2023-11-15T05:51:50.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:49 smithi055 conmon[82634]: audit 2023-11-15T05:51:49.391687+0000 mon.smithi055 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:50.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: audit 2023-11-15T05:51:48.985657+0000 2023-11-15T05:51:50.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: mon.smithi055 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:50.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: cluster 2023-11-15T05:51:49.010365+0000 mgr.smithi055.asupmf (mgr.14182) 707 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-15T05:51:50.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: audit 2023-11-15T05:51:49.380974+0000 2023-11-15T05:51:50.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: mon.smithi055 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:50.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:51:50.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: T05:51:49.381674+0000 mon.smithi055 (mon.0) 698 : audit [INF] 2023-11-15T05:51:50.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:50.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: audit 2023-11-15T05:51:49.382253+0000 2023-11-15T05:51:50.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: mon.smithi055 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:50.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: audit 2023-11-15T05:51:50.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: 2023-11-15T05: 2023-11-15T05:51:50.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: 51:49.382830+0000 mon.smithi055 (mon.0) 700 2023-11-15T05:51:50.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:50.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: cephadm 2023-11-15T05:51:50.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: 2023-11-15T05:51:49.383276+0000 2023-11-15T05:51:50.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 708 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 2724M 2023-11-15T05:51:50.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: 2023-11-15T05:51:50.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: audit 2023-11-15T05:51:49. 2023-11-15T05:51:50.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: 391687+0000 mon.smithi055 (mon.0) 701 : audit 2023-11-15T05:51:50.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:49 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:50.733 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:50.734 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:46:46.368177Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:46:46.368246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:46:46.368311Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:46:46.368779Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:46:46.368073Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:46:46.367929Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:46:46.368843Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:46:46.368399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:46:46.368529Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:46:46.368465Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:51.010 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:50 smithi055 conmon[82634]: audit 2023-11-15T05:51:50.729271+0000 mgr.smithi055.asupmf (mgr.14182) 709 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:51.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:50 smithi078 conmon[86742]: audit 2023-11-15T05:51:50.729271+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:51:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:50 smithi078 conmon[86742]: 709 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:52.257 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:52.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:52 smithi055 conmon[82634]: cluster 2023-11-15T05:51: 2023-11-15T05:51:52.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:52 smithi055 conmon[82634]: 51.010854+0000 mgr.smithi055.asupmf (mgr.14182) 710 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-15T05:51:52.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:52 smithi055 conmon[82634]: audit 2023-11-15T05:51:51.536269+0000 mon.smithi055 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:52.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:52 smithi055 conmon[82634]: audit 2023-11-15T05:51:52.423777+0000 mon.smithi055 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:52.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:52 smithi078 conmon[86742]: cluster 2023-11-15T05:51:51.010854+0000 mgr.smithi055.asupmf (mgr.14182) 710 : cluster 2023-11-15T05:51:52.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:52 smithi078 conmon[86742]: [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-15T05:51:52.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:52 smithi078 conmon[86742]: audit 2023-11-15T05:51:51.536269+0000 mon.smithi055 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:52.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:52 smithi078 conmon[86742]: audit 2023-11-15T05:51:52.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:52 smithi078 conmon[86742]: 2023-11-15T05:51:52.423777+0000 mon.smithi055 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:53.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: audit 2023-11-15T05:51:52.859594+0000 mon.smithi055 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:53.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: audit 2023-11-15T05:51:52.860387+0000 mon.smithi055 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:53.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: audit 2023-11-15T05:51:52.861087+0000 mon.smithi055 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:53.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: audit 2023-11-15T05:51:52.861798+0000 mon.smithi055 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:53.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: cephadm 2023-11-15T05:51:52.862328+0000 mgr.smithi055.asupmf ( 2023-11-15T05:51:53.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: mgr.14182) 711 : cephadm [INF] Adjusting osd_memory_target on smithi055 to 1957M 2023-11-15T05:51:53.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: audit 2023-11-15T05:51:52.866365+0000 mon.smithi055 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:53.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: audit 2023-11-15T05:51:52.867270+0000 mon.smithi055 (mon.0) 709 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:51:53.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: audit 2023-11-15T05:51:52.867861+0000 mon.smithi055 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:51:53.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: audit 2023-11-15T05:51:52.876928+0000 mon.smithi055 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:53.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: cluster 2023-11-15T05:51: 2023-11-15T05:51:53.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: 52.877713+0000 mgr.smithi055.asupmf (mgr.14182) 712 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-15T05:51:53.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: audit 2023-11-15T05 2023-11-15T05:51:53.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: :51:52.880763+0000 mon.smithi055 (mon.0) 712 : audit [DBG] 2023-11-15T05:51:53.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:51:53.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: audit 2023-11-15T05:51: 2023-11-15T05:51:53.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: 52.888397+0000 mon.smithi055 (mon.0) 713 : audit [INF] 2023-11-15T05:51:53.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:53.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: cephadm 2023-11-15T05:51:53.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: 2023-11-15T05:51:52.890415 2023-11-15T05:51:53.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 713 : cephadm 2023-11-15T05:51:53.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:53 smithi055 conmon[82634]: [INF] Deploying daemon haproxy.nfs.foo.smithi078.noudxd on smithi078 2023-11-15T05:51:53.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: audit 2023-11-15T05:51:52.859594+0000 mon.smithi055 (mon 2023-11-15T05:51:53.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: .0) 704 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:53.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: audit 2023-11-15T05:51:52.860387+0000 mon.smithi055 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:53.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: audit 2023-11-15T05:51:53.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: 2023-11-15T05:51:52.861087+0000 mon.smithi055 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:53.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: audit 2023-11-15T05:51 2023-11-15T05:51:53.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: :52.861798+0000 mon.smithi055 (mon.0) 707 : audit 2023-11-15T05:51:53.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:51:53.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: cephadm 2023-11-15T05:51: 2023-11-15T05:51:53.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: 52.862328+0000 mgr.smithi055.asupmf (mgr.14182) 711 : cephadm 2023-11-15T05:51:53.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: [INF] Adjusting osd_memory_target on smithi055 to 1957M 2023-11-15T05:51:53.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: audit 2023-11-15T05:51:52.866365 2023-11-15T05:51:53.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: +0000 mon.smithi055 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:53.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: 2023-11-15T05:51:53.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: audit 2023 2023-11-15T05:51:53.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: -11-15T05:51:52.867270+0000 mon.smithi055 (mon.0) 2023-11-15T05:51:53.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: 709 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:51:53.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: audit 2023-11-15T05:51: 2023-11-15T05:51:53.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: 52.867861+0000 mon.smithi055 (mon.0) 710 : audit 2023-11-15T05:51:53.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:51:53.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: audit 2023-11-15T05:51 2023-11-15T05:51:53.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: :52.876928+0000 mon.smithi055 (mon. 2023-11-15T05:51:53.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: 0) 711 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:53.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: cluster 2023 2023-11-15T05:51:53.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: -11-15T05:51:52.877713+0000 2023-11-15T05:51:53.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 712 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-15T05:51:53.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: audit 2023-11- 2023-11-15T05:51:53.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: 15T05:51:52.880763+0000 mon.smithi055 (mon.0) 712 2023-11-15T05:51:53.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:51:53.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:51:53.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: 51:52.888397+0000 mon.smithi055 (mon.0) 713 : audit [INF] 2023-11-15T05:51:53.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:51:53.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: cephadm 2023-11-15T05:51:53.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: 2023-11-15 2023-11-15T05:51:53.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: T05:51:52.890415+0000 mgr.smithi055.asupmf ( 2023-11-15T05:51:53.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:53 smithi078 conmon[86742]: mgr.14182) 713 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.noudxd on smithi078 2023-11-15T05:51:53.966 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:53.966 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:54.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:54.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:54 smithi055 conmon[82634]: cluster 2023-11-15T05:51:53.874986+0000 mon.smithi055 (mon.0) 714 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:51:54.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:54 smithi055 conmon[82634]: cluster 2023-11-15T05:51:53.875017+0000 mon.smithi055 (mon.0) 715 : cluster [INF] Cluster is now healthy 2023-11-15T05:51:54.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:54 smithi078 conmon[86742]: cluster 2023-11-15T05:51:53.874986+0000 mon.smithi055 (mon.0) 714 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:51:54.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:54 smithi078 conmon[86742]: cluster 2023-11-15T 2023-11-15T05:51:54.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:54 smithi078 conmon[86742]: 05:51:53.875017+0000 mon.smithi055 (mon.0) 715 : cluster [INF] Cluster is now healthy 2023-11-15T05:51:55.415 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:55.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:55 smithi055 conmon[82634]: audit 2023-11-15T05:51:53.961413+0000 mgr.smithi055.asupmf (mgr.14182) 714 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:55.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:55 smithi055 conmon[82634]: cluster 2023-11-15T05:51:54.878099+0000 mgr.smithi055.asupmf (mgr.14182) 715 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-15T05:51:55.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:55 smithi078 conmon[86742]: audit 2023-11-15T05:51:53.961413+0000 mgr.smithi055.asupmf (mgr.14182) 714 : 2023-11-15T05:51:55.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:55 smithi078 conmon[86742]: audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:55.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:55 smithi078 conmon[86742]: cluster 2023-11-15T05:51:54.878099+0000 mgr.smithi055.asupmf (mgr.14182) 715 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-15T05:51:57.234 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:51:57.235 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:57.512 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:57 smithi055 conmon[82634]: cluster 2023-11-15T05:51:56.878546+0000 mgr.smithi055.asupmf (mgr.14182) 716 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:51:57.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:57 smithi078 conmon[86742]: cluster 2023-11-15T05:51:56.878546+0000 mgr.smithi055.asupmf (mgr.14182) 716 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:51:58.768 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:58.800 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:58 smithi055 conmon[82634]: audit 2023-11-15T05:51:57.229984+0000 mgr.smithi055.asupmf 2023-11-15T05:51:58.801 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:58 smithi055 conmon[82634]: (mgr.14182) 717 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:58 smithi078 conmon[86742]: audit 2023-11-15T05:51:57.229984+0000 mgr.smithi055.asupmf (mgr.14182) 717 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:59.676 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:59 smithi055 conmon[82634]: cluster 2023-11-15T05:51:58.878978+0000 mgr.smithi055.asupmf 2023-11-15T05:51:59.676 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:51:59 smithi055 conmon[82634]: (mgr.14182) 718 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:51:59.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:51:59 smithi078 conmon[86742]: cluster 2023-11-15T05:51:58.878978+0000 mgr.smithi055.asupmf (mgr.14182) 718 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:52:00.526 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:00.526 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:00.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:01.936 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:02.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:01 smithi055 conmon[82634]: audit 2023-11-15T05:52:00.521439+0000 mgr.smithi055.asupmf (mgr.14182) 719 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:02.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:01 smithi055 conmon[82634]: cluster 2023-11-15T05:52:00.879397+0000 mgr.smithi055.asupmf (mgr.14182) 720 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:52:02.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:01 smithi078 conmon[86742]: audit 2023-11-15T05:52:00.521439+0000 mgr.smithi055.asupmf (mgr.14182) 719 : audit 2023-11-15T05:52:02.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:01 smithi078 conmon[86742]: [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:02.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:01 smithi078 conmon[86742]: cluster 2023-11-15T05:52:00.879397+0000 mgr.smithi055.asupmf (mgr.14182) 720 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T05:52:03.794 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:03.794 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:04.199 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:03 smithi055 conmon[82634]: cluster 2023-11-15T05:52:02.880155+0000 mgr.smithi055.asupmf (mgr.14182) 721 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-11-15T05:52:04.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:04.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:03 smithi078 conmon[86742]: cluster 2023-11-15T05:52:02.880155+0000 mgr.smithi055.asupmf (mgr.14182) 721 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-11-15T05:52:04.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:03 smithi078 conmon[86742]: 2023-11-15T05:52:05.203 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:05.233 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:04 smithi055 conmon[82634]: audit 2023-11-15T05:52:03.789177+0000 mgr.smithi055.asupmf (mgr.14182) 722 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:05.234 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:04 smithi055 conmon[82634]: 2023-11-15T05:52:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:04 smithi078 conmon[86742]: audit 2023-11-15T05:52:03.789177+0000 mgr.smithi055.asupmf (mgr.14182) 722 : audit [DBG] 2023-11-15T05:52:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:04 smithi078 conmon[86742]: from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:06.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:05 smithi055 conmon[82634]: cluster 2023-11-15T05:52:04.880598+0000 mgr.smithi055.asupmf 2023-11-15T05:52:06.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:05 smithi055 conmon[82634]: (mgr.14182) 723 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:06.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:05 smithi078 conmon[86742]: cluster 2023-11-15T05:52:04.880598+0000 mgr.smithi055.asupmf (mgr.14182) 723 : cluster [DBG] 2023-11-15T05:52:06.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:05 smithi078 conmon[86742]: pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:06.924 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:06.925 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:07.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:07 smithi055 conmon[82634]: audit 2023-11-15T05:52:06.537853+0000 mon.smithi055 (mon.0) 716 : audit 2023-11-15T05:52:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:07 smithi055 conmon[82634]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:52:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:07 smithi055 conmon[82634]: cluster 2023-11-15T05:52:06.881002+0000 mgr.smithi055.asupmf (mgr.14182) 724 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:07 smithi055 conmon[82634]: audit 2023-11-15T05:52:06.919788+0000 mgr.smithi055.asupmf (mgr.14182) 725 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:07 smithi078 conmon[86742]: audit 2023-11-15T05:52:06.537853+0000 mon.smithi055 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:52:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:07 smithi078 conmon[86742]: 2023-11-15T05:52:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:07 smithi078 conmon[86742]: cluster 2023-11-15T05:52:06.881002+0000 mgr.smithi055.asupmf (mgr.14182) 724 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:07.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:07 smithi078 conmon[86742]: audit 2023-11-15T05:52:06.919788+0000 mgr.smithi055.asupmf (mgr.14182) 725 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:08.365 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:10.116 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:10.117 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:10.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:09 smithi055 conmon[82634]: cluster 2023-11-15T05: 2023-11-15T05:52:10.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:09 smithi055 conmon[82634]: 52:08.881411+0000 mgr.smithi055.asupmf (mgr.14182) 726 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:10.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:09 smithi078 conmon[86742]: cluster 2023-11-15T05:52:08.881411+0000 mgr.smithi055.asupmf (mgr.14182) 726 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:10.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:09 smithi078 conmon[86742]: 2023-11-15T05:52:10.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:11.529 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:12.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:11 smithi055 conmon[82634]: audit 2023-11-15T05:52:10.111330+0000 mgr.smithi055.asupmf (mgr.14182) 727 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:12.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:11 smithi055 conmon[82634]: cluster 2023-11-15T05:52:10.881828+0000 mgr.smithi055.asupmf (mgr.14182) 728 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:12.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:11 smithi078 conmon[86742]: audit 2023-11-15T05:52:10.111330+0000 mgr.smithi055.asupmf (mgr.14182) 727 : audit 2023-11-15T05:52:12.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:11 smithi078 conmon[86742]: [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:12.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:11 smithi078 conmon[86742]: cluster 2023-11-15T05:52:10.881828+0000 mgr.smithi055.asupmf (mgr.14182) 728 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:13.376 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:13.376 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:13.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:14.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:13 smithi055 conmon[82634]: cluster 2023-11-15T05:52:12.882314+0000 mgr.smithi055.asupmf (mgr.14182) 729 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:52:14.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:13 smithi078 conmon[86742]: cluster 2023-11-15T05:52:12.882314+0000 mgr.smithi055.asupmf (mgr.14182) 729 : cluster 2023-11-15T05:52:14.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:13 smithi078 conmon[86742]: [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:52:14.909 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:14 smithi055 conmon[82634]: audit 2023-11-15T05:52:13.371407+0000 mgr.smithi055.asupmf (mgr.14182) 730 : audit 2023-11-15T05:52:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:14 smithi055 conmon[82634]: [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:15.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:14 smithi055 conmon[82634]: cluster 2023-11-15T05:52:14.882882+0000 mgr.smithi055.asupmf (mgr.14182) 731 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:14 smithi078 conmon[86742]: audit 2023-11-15T05:52:13.371407+0000 mgr.smithi055.asupmf (mgr.14182) 730 : 2023-11-15T05:52:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:14 smithi078 conmon[86742]: audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:14 smithi078 conmon[86742]: cluster 2023-11-15T05:52:14.882882+0000 mgr.smithi055.asupmf (mgr.14182) 731 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:16.795 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:16.795 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:17.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:17.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:17 smithi055 conmon[82634]: audit 2023-11-15T05:52:16.790549+0000 mgr.smithi055.asupmf (mgr.14182) 732 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:17.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:17 smithi055 conmon[82634]: cluster 2023-11-15T05:52:16.883343+0000 mgr.smithi055.asupmf (mgr.14182) 733 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:17 smithi078 conmon[86742]: audit 2023-11-15T05:52:16.790549+0000 mgr.smithi055.asupmf (mgr.14182) 732 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:17 smithi078 conmon[86742]: cluster 2023-11-15T05:52:16.883343+0000 mgr.smithi055.asupmf (mgr.14182) 733 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:18.274 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:20.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:19 smithi055 conmon[82634]: cluster 2023-11-15T05:52:18.883804+0000 mgr.smithi055.asupmf (mgr.14182) 734 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:20.112 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:20.113 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:20.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:19 smithi078 conmon[86742]: cluster 2023-11-15T05:52:18.883804+0000 mgr.smithi055.asupmf (mgr.14182) 734 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:20.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:21.527 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:22.248 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:21 smithi055 conmon[82634]: audit 2023-11-15T05:52:20.108213 2023-11-15T05:52:22.248 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:21 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 735 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:22.248 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:21 smithi055 conmon[82634]: cluster 2023-11-15T05:52:20.884395+0000 mgr.smithi055.asupmf (mgr.14182) 736 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:22.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:21 smithi078 conmon[86742]: audit 2023-11-15T05:52:20.108213+0000 mgr.smithi055.asupmf (mgr.14182) 735 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:22.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:21 smithi078 conmon[86742]: cluster 2023-11-15T05:52:20.884395+0000 mgr.smithi055.asupmf (mgr.14182) 736 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:23.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:22 smithi055 conmon[82634]: cluster 2023-11-15T05:52:22.884941+0000 mgr.smithi055.asupmf ( 2023-11-15T05:52:23.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:22 smithi055 conmon[82634]: mgr.14182) 737 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:52:23.351 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:23.352 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:23.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:22 smithi078 conmon[86742]: cluster 2023-11-15T05:52:22.884941+0000 mgr.smithi055.asupmf (mgr.14182) 737 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:52:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:23 smithi078 conmon[86742]: 2023-11-15T05:52:23.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:24.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:24 smithi055 conmon[82634]: audit 2023-11-15T05:52:23.347410+0000 mgr.smithi055.asupmf (mgr.14182) 738 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:24.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:24 smithi078 conmon[86742]: audit 2023-11-15T05:52:23.347410+0000 mgr.smithi055.asupmf (mgr.14182) 738 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:24.803 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:25.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:25 smithi055 conmon[82634]: cluster 2023-11-15T05:52:24.885342+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:52:25.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:25 smithi055 conmon[82634]: 739 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:25 smithi078 conmon[86742]: cluster 2023-11-15T05:52:24.885342+0000 mgr.smithi055.asupmf (mgr.14182) 739 : 2023-11-15T05:52:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:25 smithi078 conmon[86742]: cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:26.645 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:26.646 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:27.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:27 smithi055 conmon[82634]: audit 2023-11-15T05:52:26.641060+0000 mgr.smithi055.asupmf (mgr.14182) 740 : audit [DBG] 2023-11-15T05:52:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:27 smithi055 conmon[82634]: from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:27.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:27 smithi055 conmon[82634]: cluster 2023-11-15T05:52:26.886019+0000 mgr.smithi055.asupmf (mgr.14182) 741 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:27 smithi078 conmon[86742]: audit 2023-11-15T05:52:26.641060+0000 mgr.smithi055.asupmf (mgr.14182) 740 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:27 smithi078 conmon[86742]: cluster 2023-11-15T05:52:26.886019+0000 mgr.smithi055.asupmf (mgr.14182) 741 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:28.066 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:29.757 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:29.758 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:30.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:29 smithi055 conmon[82634]: cluster 2023-11-15T05:52:28.886419+0000 2023-11-15T05:52:30.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:29 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 742 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:30.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:30.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:29 smithi078 conmon[86742]: cluster 2023-11-15T05:52:28.886419+0000 mgr.smithi055.asupmf (mgr.14182) 742 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:30.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:29 smithi078 conmon[86742]: 2023-11-15T05:52:31.228 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:31.260 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:30 smithi055 conmon[82634]: audit 2023-11-15T05:52:29.752671+0000 mgr.smithi055.asupmf (mgr.14182) 743 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:30 smithi078 conmon[86742]: audit 2023-11-15T05:52:29.752671+0000 mgr.smithi055.asupmf (mgr.14182) 743 : audit [DBG] 2023-11-15T05:52:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:30 smithi078 conmon[86742]: from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:32.196 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:31 smithi055 conmon[82634]: cluster 2023-11-15T05:52:30 2023-11-15T05:52:32.197 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:31 smithi055 conmon[82634]: .886868+0000 mgr.smithi055.asupmf (mgr.14182) 744 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:32.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:31 smithi078 conmon[86742]: cluster 2023-11-15T05:52:30.886868+0000 mgr.smithi055.asupmf (mgr.14182) 744 : cluster [DBG] 2023-11-15T05:52:32.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:31 smithi078 conmon[86742]: pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:33.084 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:33.084 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:33.288 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:32 smithi055 conmon[82634]: cluster 2023-11-15T05:52:32.887357+0000 2023-11-15T05:52:33.288 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:32 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 745 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:52:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:32 smithi078 conmon[86742]: cluster 2023-11-15T05:52:32.887357+0000 mgr.smithi055.asupmf (mgr.14182) 745 : cluster [DBG] 2023-11-15T05:52:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:32 smithi078 conmon[86742]: pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:52:33.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:34.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:33 smithi055 conmon[82634]: audit 2023-11-15T05:52:33.079779+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:52:34.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:33 smithi055 conmon[82634]: 14182) 746 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:34.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:33 smithi078 conmon[86742]: audit 2023-11-15T05:52:33.079779+0000 mgr.smithi055.asupmf (mgr.14182) 746 : audit [DBG] 2023-11-15T05:52:34.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:33 smithi078 conmon[86742]: from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:34.587 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:35.225 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:34 smithi055 conmon[82634]: cluster 2023-11-15T05:52:34.887932+0000 mgr.smithi055.asupmf (mgr.14182) 747 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:34 smithi078 conmon[86742]: cluster 2023-11-15T05:52:34.887932+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:52:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:34 smithi078 conmon[86742]: 747 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:36.476 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:36.477 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:36.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:37 smithi055 conmon[82634]: audit 2023-11-15T05:52:36.472165+0000 2023-11-15T05:52:37.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:37 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 748 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:37.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:37 smithi055 conmon[82634]: cluster 2023-11-15T05:52:36.888560+0000 mgr.smithi055.asupmf (mgr.14182) 749 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:37 smithi078 conmon[86742]: audit 2023-11-15T05:52:36.472165+0000 mgr.smithi055.asupmf (mgr.14182) 748 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:37 smithi078 conmon[86742]: 2023-11-15T05:52:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:37 smithi078 conmon[86742]: cluster 2023-11-15T05:52:36.888560+0000 mgr.smithi055.asupmf (mgr.14182) 749 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:37.954 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:39.631 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:39.632 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:40.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:40.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:39 smithi055 conmon[82634]: cluster 2023-11-15T05:52:38.888996+0000 mgr.smithi055.asupmf (mgr.14182) 750 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:39 smithi078 conmon[86742]: cluster 2023-11-15T05:52:38.888996+0000 mgr.smithi055.asupmf (mgr.14182) 750 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:41.002 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:41.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:40 smithi055 conmon[82634]: audit 2023-11-15T05:52:39.626754+0000 mgr.smithi055.asupmf (mgr.14182) 751 2023-11-15T05:52:41.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:40 smithi055 conmon[82634]: : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:40 smithi078 conmon[86742]: audit 2023-11-15T05:52:39.626754+0000 mgr.smithi055.asupmf (mgr.14182) 751 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:42.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:41 smithi055 conmon[82634]: cluster 2023-11-15T05:52:40.889473+0000 mgr.smithi055.asupmf ( 2023-11-15T05:52:42.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:41 smithi055 conmon[82634]: mgr.14182) 752 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:42.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:41 smithi078 conmon[86742]: cluster 2023-11-15T05:52:40.889473+0000 mgr.smithi055.asupmf (mgr.14182) 752 : cluster 2023-11-15T05:52:42.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:41 smithi078 conmon[86742]: [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:42.716 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:42.717 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:43.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:42 smithi055 conmon[82634]: audit 2023-11-15T05:52:42.711826+0000 mgr.smithi055.asupmf (mgr.14182) 753 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:43.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:42 smithi055 conmon[82634]: cluster 2023-11-15T05:52:42.890025+0000 mgr.smithi055.asupmf (mgr.14182) 754 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:52:43.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:43.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:42 smithi078 conmon[86742]: audit 2023-11-15T05:52:42.711826+0000 mgr.smithi055.asupmf (mgr.14182) 753 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:42 smithi078 conmon[86742]: 2023-11-15T05:52:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:42 smithi078 conmon[86742]: cluster 2023-11-15T05:52:42.890025+0000 mgr.smithi055.asupmf (mgr.14182) 754 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:52:44.255 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:46.094 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:46.095 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:46.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:45 smithi055 conmon[82634]: cluster 2023-11-15T05:52:44.890617+0000 mgr.smithi055.asupmf (mgr.14182) 755 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:45 smithi078 conmon[86742]: cluster 2023-11-15T05:52:44.890617+0000 mgr.smithi055.asupmf (mgr.14182) 755 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:46.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:47.507 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:47 smithi055 conmon[82634]: audit 2023-11-15T05:52:46.089624+0000 mgr.smithi055.asupmf 2023-11-15T05:52:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:47 smithi055 conmon[82634]: (mgr.14182) 756 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:47 smithi055 conmon[82634]: cluster 2023-11-15T05:52:46.891215+0000 mgr.smithi055.asupmf (mgr.14182) 757 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:47 smithi078 conmon[86742]: audit 2023-11-15T05:52:46.089624+0000 mgr.smithi055.asupmf (mgr.14182) 756 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:47 smithi078 conmon[86742]: 2023-11-15T05:52:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:47 smithi078 conmon[86742]: cluster 2023-11-15T05:52:46.891215+0000 mgr.smithi055.asupmf (mgr.14182) 757 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:49.322 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:49.322 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:49.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:50.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:49 smithi055 conmon[82634]: cluster 2023-11-15T05:52:48.891796+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:52:50.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:49 smithi055 conmon[82634]: .14182) 758 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:50.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:49 smithi078 conmon[86742]: cluster 2023-11-15T05:52:48.891796+0000 mgr.smithi055.asupmf (mgr.14182) 758 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:50.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:49 smithi078 conmon[86742]: 2023-11-15T05:52:50.755 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:51.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:50 smithi055 conmon[82634]: audit 2023-11-15T05:52:49.317136+0000 mgr.smithi055.asupmf (mgr.14182) 759 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:50 smithi078 conmon[86742]: audit 2023-11-15T05:52:49.317136+0000 mgr.smithi055.asupmf (mgr.14182) 759 : audit [DBG] 2023-11-15T05:52:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:50 smithi078 conmon[86742]: from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:52.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:51 smithi055 conmon[82634]: cluster 2023-11-15T05: 2023-11-15T05:52:52.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:51 smithi055 conmon[82634]: 52:50.892189+0000 mgr.smithi055.asupmf (mgr.14182) 760 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:52.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:51 smithi078 conmon[86742]: cluster 2023-11-15T05:52:50.892189+0000 mgr.smithi055.asupmf (mgr.14182) 760 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:52.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:51 smithi078 conmon[86742]: 2023-11-15T05:52:52.583 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:52.584 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:53.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:53.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:52 smithi055 conmon[82634]: audit 2023-11-15T05:52:52.579134+0000 2023-11-15T05:52:53.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:52 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 761 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:53.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:52 smithi055 conmon[82634]: cluster 2023-11-15T05:52:52.892869+0000 mgr.smithi055.asupmf (mgr.14182) 762 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:52:53.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:52 smithi078 conmon[86742]: audit 2023-11-15T05:52:52.579134+0000 mgr.smithi055.asupmf (mgr.14182) 761 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:52 smithi078 conmon[86742]: 2023-11-15T05:52:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:52 smithi078 conmon[86742]: cluster 2023-11-15T05:52:52.892869+0000 mgr.smithi055.asupmf (mgr.14182) 762 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:52:54.108 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:56.102 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:56.103 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:56.293 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:55 smithi055 conmon[82634]: cluster 2023-11-15T05:52:54.893270+0000 mgr.smithi055.asupmf (mgr.14182) 763 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:56.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:55 smithi078 conmon[86742]: cluster 2023-11-15T05:52:54.893270+0000 mgr.smithi055.asupmf (mgr.14182) 763 : cluster [DBG] 2023-11-15T05:52:56.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:55 smithi078 conmon[86742]: pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:56.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:57.559 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:57.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:57 smithi055 conmon[82634]: audit 2023-11-15T05:52:56.097525 2023-11-15T05:52:57.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:57 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 764 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:57.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:57 smithi055 conmon[82634]: cluster 2023-11-15T05:52:56.893818+0000 mgr.smithi055.asupmf (mgr.14182) 765 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:57 smithi078 conmon[86742]: audit 2023-11-15T05:52:56.097525+0000 mgr.smithi055.asupmf (mgr.14182) 764 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:57 smithi078 conmon[86742]: cluster 2023-11-15T05:52:56.893818+0000 mgr.smithi055.asupmf (mgr.14182) 765 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:59.433 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:52:59.434 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:59.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:00.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:59 smithi055 conmon[82634]: cluster 2023-11-15T05:52:58.894339 2023-11-15T05:53:00.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:52:59 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 766 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:00.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:59 smithi078 conmon[86742]: cluster 2023-11-15T05:52:58.894339+0000 mgr.smithi055.asupmf (mgr.14182) 766 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:00.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:52:59 smithi078 conmon[86742]: 2023-11-15T05:53:00.923 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:01.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:00 smithi055 conmon[82634]: audit 2023-11-15T05:52:59 2023-11-15T05:53:01.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:00 smithi055 conmon[82634]: .429342+0000 mgr.smithi055.asupmf (mgr.14182) 767 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:01.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:00 smithi078 conmon[86742]: audit 2023-11-15T05:52:59.429342+0000 mgr.smithi055.asupmf (mgr.14182) 767 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:01.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:00 smithi078 conmon[86742]: 2023-11-15T05:53:02.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:01 smithi055 conmon[82634]: cluster 2023-11-15T05:53:00.894820 2023-11-15T05:53:02.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:01 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 768 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:02.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:01 smithi078 conmon[86742]: cluster 2023-11-15T05:53:00.894820+0000 mgr.smithi055.asupmf (mgr.14182) 768 : cluster [DBG] 2023-11-15T05:53:02.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:01 smithi078 conmon[86742]: pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:02.763 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:02.764 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:03.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:02 smithi055 conmon[82634]: audit 2023-11-15T05:53:02.758942+0000 mgr.smithi055.asupmf (mgr.14182) 769 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:03.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:02 smithi055 conmon[82634]: cluster 2023-11-15T05:53:02.895358+0000 mgr.smithi055.asupmf (mgr.14182) 770 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:03.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:03.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:02 smithi078 conmon[86742]: audit 2023-11-15T05:53:02.758942+0000 mgr.smithi055.asupmf (mgr.14182) 769 : audit [DBG] 2023-11-15T05:53:03.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:02 smithi078 conmon[86742]: from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:03.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:02 smithi078 conmon[86742]: cluster 2023-11-15T05:53:02.895358+0000 mgr.smithi055.asupmf (mgr.14182) 770 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:04.274 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:06.025 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:06.025 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:06.250 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:05 smithi055 conmon[82634]: cluster 2023-11-15T05:53:04.895727+0000 mgr.smithi055.asupmf (mgr.14182) 771 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:06.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:05 smithi078 conmon[86742]: cluster 2023-11-15T05:53:04.895727+0000 mgr.smithi055.asupmf (mgr.14182) 771 : cluster 2023-11-15T05:53:06.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:05 smithi078 conmon[86742]: [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:06.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:07.438 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:07 smithi055 conmon[82634]: audit 2023-11-15T05:53:06.020863+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:53:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:07 smithi055 conmon[82634]: 14182) 772 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:07 smithi055 conmon[82634]: cluster 2023-11-15T05:53:06.896388+0000 mgr.smithi055.asupmf (mgr.14182) 773 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:07 smithi078 conmon[86742]: audit 2023-11-15T05:53:06.020863+0000 mgr.smithi055.asupmf (mgr.14182) 772 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:07 smithi078 conmon[86742]: 2023-11-15T05:53:07.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:07 smithi078 conmon[86742]: cluster 2023-11-15T05:53:06.896388+0000 mgr.smithi055.asupmf (mgr.14182) 773 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:09.277 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:09.277 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:09.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:10.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:09 smithi055 conmon[82634]: cluster 2023-11-15T05:53:08.896861+0000 mgr.smithi055.asupmf (mgr.14182) 774 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:10.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:09 smithi078 conmon[86742]: cluster 2023-11-15T05:53:08.896861+0000 mgr.smithi055.asupmf (mgr.14182) 774 : cluster [DBG] 2023-11-15T05:53:10.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:09 smithi078 conmon[86742]: pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:10.710 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:11.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:10 smithi055 conmon[82634]: audit 2023-11-15T05:53:09.272099+0000 2023-11-15T05:53:11.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:10 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 775 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:10 smithi078 conmon[86742]: audit 2023-11-15T05:53:09.272099+0000 mgr.smithi055.asupmf (mgr.14182) 775 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:10 smithi078 conmon[86742]: 2023-11-15T05:53:12.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:11 smithi055 conmon[82634]: cluster 2023-11-15T05:53:10.897236+0000 mgr.smithi055.asupmf ( 2023-11-15T05:53:12.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:11 smithi055 conmon[82634]: mgr.14182) 776 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:12.395 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:12.395 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:12.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:11 smithi078 conmon[86742]: cluster 2023-11-15T05:53:10.897236+0000 mgr.smithi055.asupmf (mgr.14182) 776 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:12.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:13.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:12 smithi055 conmon[82634]: audit 2023-11-15T05:53:12.390671+0000 mgr.smithi055.asupmf (mgr.14182) 777 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:13.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:12 smithi055 conmon[82634]: cluster 2023-11-15T05:53:12.897797+0000 mgr.smithi055.asupmf (mgr.14182) 778 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:13.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:12 smithi078 conmon[86742]: audit 2023-11-15T05:53:12.390671+0000 mgr.smithi055.asupmf (mgr.14182) 777 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:13.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:12 smithi078 conmon[86742]: cluster 2023-11-15T05:53:12.897797+0000 mgr.smithi055.asupmf (mgr.14182) 778 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:13.772 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:15.519 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:15.519 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:15.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:16.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:15 smithi055 conmon[82634]: cluster 2023-11-15T05:53:14.898188+0000 mgr.smithi055.asupmf (mgr.14182) 779 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:16.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:15 smithi055 conmon[82634]: 2023-11-15T05:53:16.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:15 smithi078 conmon[86742]: cluster 2023-11-15T05:53:14.898188+0000 mgr.smithi055.asupmf (mgr.14182) 779 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:16.923 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:17.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:16 smithi055 conmon[82634]: audit 2023-11-15T05:53:15.514239+0000 mgr.smithi055.asupmf 2023-11-15T05:53:17.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:16 smithi055 conmon[82634]: (mgr.14182) 780 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:17.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:16 smithi078 conmon[86742]: audit 2023-11-15T05:53:15.514239+0000 mgr.smithi055.asupmf (mgr.14182) 780 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:17.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:16 smithi078 conmon[86742]: 2023-11-15T05:53:18.202 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:17 smithi055 conmon[82634]: cluster 2023-11-15T05:53:16.898684+0000 mgr.smithi055.asupmf (mgr.14182) 781 : cluster 2023-11-15T05:53:18.203 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:17 smithi055 conmon[82634]: [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:18.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:17 smithi078 conmon[86742]: cluster 2023-11-15T05:53:16.898684+0000 mgr.smithi055.asupmf (mgr.14182) 781 : cluster 2023-11-15T05:53:18.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:17 smithi078 conmon[86742]: [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:18.598 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:18.599 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:19.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:19.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:18 smithi055 conmon[82634]: audit 2023-11-15T05:53:18. 2023-11-15T05:53:19.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:18 smithi055 conmon[82634]: 593972+0000 mgr.smithi055.asupmf (mgr.14182) 782 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:19.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:18 smithi055 conmon[82634]: cluster 2023-11-15T05:53:18.899114+0000 mgr.smithi055.asupmf (mgr.14182) 783 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:19.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:18 smithi078 conmon[86742]: audit 2023-11-15T05:53:18.593972+0000 mgr.smithi055.asupmf (mgr.14182) 782 : audit [DBG] 2023-11-15T05:53:19.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:18 smithi078 conmon[86742]: from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:19.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:18 smithi078 conmon[86742]: cluster 2023-11-15T05:53:18.899114+0000 mgr.smithi055.asupmf (mgr.14182) 783 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:20.075 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:21.833 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:21.834 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:22.237 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:21 smithi055 conmon[82634]: cluster 2023-11-15T05:53:20.899679+0000 mgr.smithi055.asupmf (mgr.14182) 784 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:22.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:22.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:21 smithi078 conmon[86742]: cluster 2023-11-15T05:53:20.899679+0000 mgr.smithi055.asupmf (mgr.14182) 784 : cluster [DBG] 2023-11-15T05:53:22.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:21 smithi078 conmon[86742]: pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:23.239 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:23.271 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:22 smithi055 conmon[82634]: audit 2023-11-15T05:53:21.829249+0000 mgr.smithi055.asupmf (mgr.14182) 785 : audit 2023-11-15T05:53:23.271 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:22 smithi055 conmon[82634]: [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:22 smithi078 conmon[86742]: audit 2023-11-15T05:53:21.829249+0000 mgr.smithi055.asupmf (mgr.14182) 785 : audit 2023-11-15T05:53:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:22 smithi078 conmon[86742]: [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:24.223 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:23 smithi055 conmon[82634]: cluster 2023-11-15T05:53:22.900250+0000 2023-11-15T05:53:24.224 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:23 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 786 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:24.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:23 smithi078 conmon[86742]: cluster 2023-11-15T05:53:22.900250+0000 mgr.smithi055.asupmf (mgr.14182) 786 : cluster 2023-11-15T05:53:24.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:23 smithi078 conmon[86742]: [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:25.103 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:25.103 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:25.281 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:24 smithi055 conmon[82634]: cluster 2023-11-15T05:53:24.900624+0000 mgr.smithi055.asupmf (mgr.14182) 787 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:24 smithi078 conmon[86742]: cluster 2023-11-15T05:53:24.900624+0000 mgr.smithi055.asupmf (mgr.14182) 787 : cluster [DBG] 2023-11-15T05:53:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:24 smithi078 conmon[86742]: pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:25.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:26.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:25 smithi055 conmon[82634]: audit 2023-11-15T05:53:25.098540 2023-11-15T05:53:26.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:25 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 788 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:26.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:25 smithi078 conmon[86742]: audit 2023-11-15T05:53:25.098540+0000 mgr.smithi055.asupmf (mgr.14182) 788 : 2023-11-15T05:53:26.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:25 smithi078 conmon[86742]: audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:26.503 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:27 smithi055 conmon[82634]: cluster 2023-11-15T05:53:26.901124+0000 mgr.smithi055.asupmf 2023-11-15T05:53:27.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:27 smithi055 conmon[82634]: (mgr.14182) 789 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:27 smithi078 conmon[86742]: cluster 2023-11-15T05:53:26.901124+0000 mgr.smithi055.asupmf (mgr.14182) 789 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:28.222 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:28.223 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:28.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:29.670 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:30.215 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:29 smithi055 conmon[82634]: audit 2023-11-15T05:53:28.218116+0000 mgr.smithi055.asupmf (mgr.14182) 790 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:30.216 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:29 smithi055 conmon[82634]: cluster 2023-11-15T05:53:28.901751+0000 mgr.smithi055.asupmf (mgr.14182) 791 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:30.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:29 smithi078 conmon[86742]: audit 2023-11-15T05:53:28.218116+0000 mgr.smithi055.asupmf (mgr.14182) 790 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:30.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:29 smithi078 conmon[86742]: 2023-11-15T05:53:30.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:29 smithi078 conmon[86742]: cluster 2023-11-15T05:53:28.901751+0000 mgr.smithi055.asupmf (mgr.14182) 791 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:30 smithi055 conmon[82634]: cluster 2023-11-15T05:53:30.902126+0000 mgr.smithi055.asupmf ( 2023-11-15T05:53:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:30 smithi055 conmon[82634]: mgr.14182) 792 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:30 smithi078 conmon[86742]: cluster 2023-11-15T05:53:30.902126+0000 mgr.smithi055.asupmf (mgr.14182) 792 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:30 smithi078 conmon[86742]: 2023-11-15T05:53:31.398 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:31.398 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:31.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:32.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:32 smithi055 conmon[82634]: audit 2023-11-15T05:53:31.393968+0000 mgr.smithi055.asupmf (mgr.14182) 793 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:32.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:32 smithi078 conmon[86742]: audit 2023-11-15T05:53:31.393968+0000 mgr.smithi055.asupmf (mgr.14182) 793 : audit [DBG] 2023-11-15T05:53:32.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:32 smithi078 conmon[86742]: from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:32.934 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:33.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:33 smithi055 conmon[82634]: cluster 2023-11-15T05:53:32. 2023-11-15T05:53:33.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:33 smithi055 conmon[82634]: 902697+0000 mgr.smithi055.asupmf (mgr.14182) 794 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:33.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:33 smithi078 conmon[86742]: cluster 2023-11-15T05:53:32.902697+0000 mgr.smithi055.asupmf (mgr.14182) 794 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:34.772 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:34.772 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:35.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:35 smithi055 conmon[82634]: audit 2023-11-15T05:53:34.767011+0000 mgr.smithi055.asupmf (mgr.14182) 795 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:35.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:35 smithi055 conmon[82634]: cluster 2023-11-15T05:53:34.903057+0000 mgr.smithi055.asupmf (mgr.14182) 796 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:35.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:35 smithi078 conmon[86742]: audit 2023-11-15T05:53:34.767011+0000 mgr.smithi055.asupmf (mgr.14182) 795 : audit 2023-11-15T05:53:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:35 smithi078 conmon[86742]: [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:35 smithi078 conmon[86742]: cluster 2023-11-15T05:53:34.903057+0000 mgr.smithi055.asupmf (mgr.14182) 796 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:36.188 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:37.665 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:37 smithi055 conmon[82634]: cluster 2023-11-15T05:53:36.903648+0000 2023-11-15T05:53:37.666 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:37 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 797 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:37 smithi078 conmon[86742]: cluster 2023-11-15T05:53:36.903648+0000 mgr.smithi055.asupmf (mgr.14182) 797 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:37 smithi078 conmon[86742]: 2023-11-15T05:53:38.044 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:38.044 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:38.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:39.543 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:40.247 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:39 smithi055 conmon[82634]: audit 2023-11-15T05:53:38.039094+0000 mgr.smithi055.asupmf (mgr.14182) 798 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:40.247 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:39 smithi055 conmon[82634]: cluster 2023-11-15T05:53:38.904171+0000 mgr.smithi055.asupmf (mgr.14182) 799 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:39 smithi078 conmon[86742]: audit 2023-11-15T05:53:38.039094+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:53:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:39 smithi078 conmon[86742]: .14182) 798 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:39 smithi078 conmon[86742]: cluster 2023-11-15T05:53:38.904171+0000 mgr.smithi055.asupmf (mgr.14182) 799 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:41.279 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:41.279 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:41.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:40 smithi055 conmon[82634]: cluster 2023-11-15T05:53:40.904618+0000 2023-11-15T05:53:41.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:40 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 800 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:40 smithi078 conmon[86742]: cluster 2023-11-15T05:53:40.904618+0000 mgr.smithi055.asupmf (mgr.14182) 800 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:41.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:42.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:42 smithi055 conmon[82634]: audit 2023-11-15T05:53:41.274410+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:53:42.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:42 smithi055 conmon[82634]: 14182) 801 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:42.803 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:42.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:42 smithi078 conmon[86742]: audit 2023-11-15T05:53:41.274410+0000 mgr.smithi055.asupmf (mgr.14182) 801 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:43.696 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:43 smithi055 conmon[82634]: cluster 2023-11-15T05:53:42.905162+0000 mgr.smithi055.asupmf (mgr.14182) 802 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:43.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:43 smithi078 conmon[86742]: cluster 2023-11-15T05:53:42.905162+0000 mgr.smithi055.asupmf (mgr.14182) 802 : cluster [DBG] 2023-11-15T05:53:43.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:43 smithi078 conmon[86742]: pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:44.556 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:44.556 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:45.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:46.053 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:46.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:45 smithi055 conmon[82634]: audit 2023-11-15T05:53:44.551610+0000 mgr.smithi055.asupmf (mgr.14182) 803 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:46.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:45 smithi055 conmon[82634]: cluster 2023-11-15T05:53:44.905591+0000 mgr.smithi055.asupmf (mgr.14182) 804 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:45 smithi078 conmon[86742]: audit 2023-11-15T05:53:44.551610+0000 mgr.smithi055.asupmf (mgr.14182) 803 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:45 smithi078 conmon[86742]: cluster 2023-11-15T05:53:44.905591+0000 mgr.smithi055.asupmf (mgr.14182) 804 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:47 smithi055 conmon[82634]: cluster 2023-11-15T05:53:46.906114+0000 2023-11-15T05:53:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:47 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 805 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:47.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:47 smithi078 conmon[86742]: cluster 2023-11-15T05:53:46.906114+0000 mgr.smithi055.asupmf (mgr.14182) 805 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:47 smithi078 conmon[86742]: 2023-11-15T05:53:47.926 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:47.927 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:48.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:48.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:48 smithi055 conmon[82634]: audit 2023-11-15T05:53:47. 2023-11-15T05:53:48.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:48 smithi055 conmon[82634]: 922221+0000 mgr.smithi055.asupmf (mgr.14182) 806 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:48 smithi078 conmon[86742]: audit 2023-11-15T05:53:47.922221+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:53:48.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:48 smithi078 conmon[86742]: 806 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:49.424 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:49.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:49 smithi055 conmon[82634]: cluster 2023-11-15T05:53:48.906554+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:53:49.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:49 smithi055 conmon[82634]: 14182) 807 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:49.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:49 smithi078 conmon[86742]: cluster 2023-11-15T05:53:48.906554+0000 mgr.smithi055.asupmf (mgr.14182) 807 : cluster 2023-11-15T05:53:49.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:49 smithi078 conmon[86742]: [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:51.167 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:51.168 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:51.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:51 smithi055 conmon[82634]: cluster 2023-11-15T05:53:50.906948+0000 mgr.smithi055.asupmf (mgr.14182) 808 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:51 smithi078 conmon[86742]: cluster 2023-11-15T05:53:50.906948+0000 mgr.smithi055.asupmf (mgr.14182) 808 : cluster 2023-11-15T05:53:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:51 smithi078 conmon[86742]: [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:51.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:52.679 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:52.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:52 smithi055 conmon[82634]: audit 2023-11-15T05:53:51.162525+0000 2023-11-15T05:53:52.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:52 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 809 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:52.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:52 smithi078 conmon[86742]: audit 2023-11-15T05:53:51.162525+0000 mgr.smithi055.asupmf (mgr.14182) 809 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:53.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:53 smithi055 conmon[82634]: cluster 2023-11-15T05:53:52.907431+0000 mgr.smithi055.asupmf (mgr.14182) 810 : cluster 2023-11-15T05:53:53.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:53 smithi055 conmon[82634]: [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:53.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:53 smithi078 conmon[86742]: cluster 2023-11-15T05:53:52.907431+0000 mgr.smithi055.asupmf (mgr.14182) 810 : cluster [DBG] 2023-11-15T05:53:53.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:53 smithi078 conmon[86742]: pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:53:54.471 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:54.471 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:54.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:55 smithi055 conmon[82634]: audit 2023-11-15T05:53:54.465953+0000 mgr.smithi055.asupmf (mgr.14182) 811 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:55 smithi055 conmon[82634]: cluster 2023-11-15T05:53:54.907847+0000 mgr.smithi055.asupmf (mgr.14182) 812 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:55 smithi078 conmon[86742]: audit 2023-11-15T05:53:54.465953+0000 mgr.smithi055.asupmf (mgr.14182) 811 : audit [DBG] 2023-11-15T05:53:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:55 smithi078 conmon[86742]: from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:55.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:55 smithi078 conmon[86742]: cluster 2023-11-15T05:53:54.907847+0000 mgr.smithi055.asupmf (mgr.14182) 812 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:55.946 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:57.783 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:53:57.783 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:57.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:57 smithi055 conmon[82634]: cluster 2023-11-15T05:53:56.908280+0000 2023-11-15T05:53:57.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:57 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 813 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:57 smithi078 conmon[86742]: cluster 2023-11-15T05:53:56.908280+0000 mgr.smithi055.asupmf (mgr.14182) 813 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:58.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:58.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:58 smithi055 conmon[82634]: audit 2023-11-15T05:53:57.778262+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:53:58.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:58 smithi055 conmon[82634]: 814 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:58.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:58 smithi078 conmon[86742]: audit 2023-11-15T05:53:57.778262+0000 mgr.smithi055.asupmf (mgr.14182) 814 : audit 2023-11-15T05:53:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:58 smithi078 conmon[86742]: [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:59.298 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:59.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:53:59 smithi055 conmon[82634]: cluster 2023-11-15T05:53:58.908881+0000 mgr.smithi055.asupmf (mgr.14182) 815 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:59.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:59 smithi078 conmon[86742]: cluster 2023-11-15T05:53:58.908881+0000 mgr.smithi055.asupmf (mgr.14182) 815 : cluster 2023-11-15T05:53:59.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:53:59 smithi078 conmon[86742]: [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:01.010 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:01.010 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:01.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:01 smithi055 conmon[82634]: cluster 2023-11-15T05:54:00.909267 2023-11-15T05:54:01.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:01 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 816 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:01.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:01 smithi078 conmon[86742]: cluster 2023-11-15T05:54:00.909267+0000 mgr.smithi055.asupmf (mgr.14182) 816 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:01.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:02.453 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:02.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:02 smithi055 conmon[82634]: audit 2023-11-15T05:54:01.005131+0000 mgr.smithi055.asupmf (mgr.14182) 817 : audit 2023-11-15T05:54:02.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:02 smithi055 conmon[82634]: [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:02.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:02 smithi078 conmon[86742]: audit 2023-11-15T05:54:01.005131+0000 mgr.smithi055.asupmf (mgr.14182) 817 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:02.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:02 smithi078 conmon[86742]: 2023-11-15T05:54:03.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:03 smithi055 conmon[82634]: cluster 2023-11-15T05:54:02.909925+0000 mgr.smithi055.asupmf (mgr.14182) 818 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:03.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:03 smithi078 conmon[86742]: cluster 2023-11-15T05:54:02.909925+0000 mgr.smithi055.asupmf (mgr.14182) 818 : cluster [DBG] 2023-11-15T05:54:03.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:03 smithi078 conmon[86742]: pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:04.290 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:04.290 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:04.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:05.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:05 smithi055 conmon[82634]: audit 2023-11-15T05:54:04.285860+0000 mgr.smithi055.asupmf (mgr.14182) 819 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:05.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:05 smithi055 conmon[82634]: cluster 2023-11-15T05:54:04.910294+0000 mgr.smithi055.asupmf (mgr.14182) 820 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:05 smithi078 conmon[86742]: audit 2023-11-15T05:54:04.285860+0000 mgr.smithi055.asupmf (mgr.14182) 819 : audit [DBG] 2023-11-15T05:54:05.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:05 smithi078 conmon[86742]: from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:05.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:05 smithi078 conmon[86742]: cluster 2023-11-15T05:54:04.910294+0000 mgr.smithi055.asupmf (mgr.14182) 820 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:05.918 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:07.766 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:07.766 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:07.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:07 smithi055 conmon[82634]: cluster 2023-11-15T05:54:06.910744+0000 mgr.smithi055.asupmf 2023-11-15T05:54:07.794 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:07 smithi055 conmon[82634]: (mgr.14182) 821 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:07.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:07 smithi078 conmon[86742]: cluster 2023-11-15T05:54:06.910744+0000 mgr.smithi055.asupmf (mgr.14182) 821 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:08.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:08 smithi055 conmon[82634]: audit 2023-11-15T05:54:07.761528+0000 mgr.smithi055.asupmf ( 2023-11-15T05:54:08.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:08 smithi055 conmon[82634]: mgr.14182) 822 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:08 smithi078 conmon[86742]: audit 2023-11-15T05:54:07.761528+0000 mgr.smithi055.asupmf (mgr.14182) 822 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:09.178 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:09.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:09 smithi055 conmon[82634]: cluster 2023-11-15T05:54:08.911293+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:54:09.783 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:09 smithi055 conmon[82634]: ) 823 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:09.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:09 smithi078 conmon[86742]: cluster 2023-11-15T05:54:08.911293+0000 mgr.smithi055.asupmf (mgr.14182) 823 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:10.911 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:10.912 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:11.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:11 smithi055 conmon[82634]: audit 2023-11-15T05:54:10.907045+0000 mgr.smithi055.asupmf (mgr.14182) 824 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:11.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:11 smithi055 conmon[82634]: cluster 2023-11-15T05:54:10.911676+0000 mgr.smithi055.asupmf (mgr.14182) 825 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:11.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:11 smithi078 conmon[86742]: audit 2023-11-15T05:54:10.907045+0000 mgr.smithi055.asupmf (mgr.14182) 824 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:11 smithi078 conmon[86742]: cluster 2023-11-15T05:54:10.911676+0000 mgr.smithi055.asupmf (mgr.14182) 825 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:12.334 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:13.276 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:13 smithi055 conmon[82634]: cluster 2023-11-15T05:54:12.912404+0000 mgr.smithi055.asupmf 2023-11-15T05:54:13.276 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:13 smithi055 conmon[82634]: (mgr.14182) 826 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:13.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:13 smithi078 conmon[86742]: cluster 2023-11-15T05:54:12.912404+0000 mgr.smithi055.asupmf (mgr.14182) 826 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:13.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:13 smithi078 conmon[86742]: 2023-11-15T05:54:14.070 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:14.070 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:14.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:15 smithi055 conmon[82634]: audit 2023-11-15T05:54:14.065548+0000 mgr.smithi055.asupmf (mgr.14182) 827 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:15.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:15 smithi055 conmon[82634]: cluster 2023-11-15T05:54:14.912956+0000 mgr.smithi055.asupmf (mgr.14182) 828 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:15 smithi078 conmon[86742]: audit 2023-11-15T05:54:14.065548+0000 mgr.smithi055.asupmf (mgr.14182) 827 2023-11-15T05:54:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:15 smithi078 conmon[86742]: : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:15 smithi078 conmon[86742]: cluster 2023-11-15T05:54:14.912956+0000 mgr.smithi055.asupmf (mgr.14182) 828 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:15.482 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:17.421 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:17.422 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:17.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:17 smithi055 conmon[82634]: cluster 2023-11-15T05:54:16.913515+0000 mgr.smithi055.asupmf 2023-11-15T05:54:17.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:17 smithi055 conmon[82634]: (mgr.14182) 829 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:17 smithi078 conmon[86742]: cluster 2023-11-15T05:54:16.913515+0000 mgr.smithi055.asupmf (mgr.14182) 829 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:17 smithi078 conmon[86742]: 2023-11-15T05:54:17.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:18 smithi055 conmon[82634]: audit 2023-11-15T05:54:17.416683+0000 mgr.smithi055.asupmf (mgr.14182) 830 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:18 smithi078 conmon[86742]: audit 2023-11-15T05:54:17.416683+0000 mgr.smithi055.asupmf (mgr.14182) 830 2023-11-15T05:54:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:18 smithi078 conmon[86742]: : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:18.943 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:19.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:19 smithi055 conmon[82634]: cluster 2023-11-15T05:54:18.913998+0000 mgr.smithi055.asupmf (mgr.14182) 831 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:19.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:19 smithi078 conmon[86742]: cluster 2023-11-15T05:54:18.913998+0000 mgr.smithi055.asupmf (mgr.14182) 831 : 2023-11-15T05:54:19.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:19 smithi078 conmon[86742]: cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:20.849 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:20.849 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:39.352712Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.agxiaq on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:21.264 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:21 smithi055 conmon[82634]: audit 2023-11-15T05:54:20.844222+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:54:21.264 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:21 smithi055 conmon[82634]: 832 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:21.265 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:21 smithi055 conmon[82634]: cluster 2023-11-15T05:54:20.914383+0000 mgr.smithi055.asupmf (mgr.14182) 833 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:21.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:21 smithi078 conmon[86742]: audit 2023-11-15T05:54:20.844222+0000 mgr.smithi055.asupmf (mgr.14182) 832 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:21 smithi078 conmon[86742]: 2023-11-15T05:54:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:21 smithi078 conmon[86742]: cluster 2023-11-15T05:54:20.914383+0000 mgr.smithi055.asupmf (mgr.14182) 833 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:22.303 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: cephadm 2023-11-15T05:54:21.920530+0000 mgr.smithi055.asupmf (mgr.14182) 834 : cephadm 2023-11-15T05:54:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.noudxd ... 2023-11-15T05:54:22.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:54:22.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:52:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:53:07Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:53:44Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.805 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:54:22.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: Traceback (most recent call last): 2023-11-15T05:54:22.806 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:54:22.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: yield (conn, connr) 2023-11-15T05:54:22.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:54:22.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: code, '\n'.join(err))) 2023-11-15T05:54:22.807 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.808 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.noudxd ... 2023-11-15T05:54:22.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:54:22.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:52:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.809 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:53:07Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.810 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:53:44Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.810 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:54:22.810 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.810 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: cephadm 2023-11-15T05:54:21.920706+0000 mgr.s 2023-11-15T05:54:22.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: mithi055.asupmf (mgr.14182) 835 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: audit 2023-11-15T05:54:21.920958+0000 mon.smithi055 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.noudxd"}]: dispatch 2023-11-15T05:54:22.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: cephadm 2023-11-15T05:54:21.921558+0000 mgr.smithi055.asupmf (mgr.14182) 836 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.811 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.812 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.812 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.noudxd ... 2023-11-15T05:54:22.812 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.812 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:54:22.813 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:52:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.813 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:53:07Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.813 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:53:44Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.813 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:54:22.814 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.814 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:22 smithi055 conmon[82634]: cephadm 2023-11-15T05:54:21.923089+0000 mgr.smithi055.asupmf (mgr.14182) 837 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi055.hfefgc on smithi055 2023-11-15T05:54:22.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: cephadm 2023-11-15T05:54:21.920530+0000 mgr.smithi055.asupmf (mgr.14182) 834 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.noudxd ... 2023-11-15T05:54:22.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:54:22.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:52:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:53:07Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:53:44Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:54:22.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: Traceback (most recent call last): 2023-11-15T05:54:22.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:54:22.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: yield (conn, connr) 2023-11-15T05:54:22.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:54:22.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: code, '\n'.join(err))) 2023-11-15T05:54:22.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.901 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.noudxd ... 2023-11-15T05:54:22.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:54:22.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:52:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:53:07Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:53:44Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:54:22.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-11-15T05:54:22.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: cephadm 2023-11-15T05:54:21.920706+0000 mgr.smithi055.asupmf (mgr.14182) 835 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: audit 2023-11-15T05:54:21.920958+0000 mon.smithi055 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.noudxd"}]: dispatch 2023-11-15T05:54:22.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: cephadm 2023-11-15T05:54:21.921558+0000 mgr.smithi055.asupmf (mgr.14182) 836 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd 2023-11-15T05:54:22.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd 2023-11-15T05:54:22.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.noudxd ... 2023-11-15T05:54:22.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:54:22.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:52:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:53:07Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:53:44Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:54:22.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:54:22.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:22.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:22 smithi078 conmon[86742]: cephadm 2023-11-15T05:54:21.923089+0000 mgr.smithi055.asupmf (mgr.14182) 837 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi055.hfefgc on smithi055 2023-11-15T05:54:23.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:23 smithi055 conmon[82634]: cluster 2023-11-15T05:54:22.914877+0000 mgr.smithi055.asupmf (mgr.14182) 838 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:23.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:23 smithi078 conmon[86742]: cluster 2023-11-15T05:54:22.914877+0000 mgr.smithi055.asupmf (mgr.14182) 838 2023-11-15T05:54:23.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:23 smithi078 conmon[86742]: : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:24.037 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:24.038 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:24.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:25.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:25 smithi055 conmon[82634]: audit 2023-11-15T05:54:24.033122+0000 mgr.smithi055.asupmf (mgr.14182) 839 : audit [DBG] 2023-11-15T05:54:25.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:25 smithi055 conmon[82634]: from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:25.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:25 smithi055 conmon[82634]: cluster 2023-11-15T05:54:24.915706+0000 mgr.smithi055.asupmf (mgr.14182) 840 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:25 smithi078 conmon[86742]: audit 2023-11-15T05:54:24.033122+0000 mgr.smithi055.asupmf (mgr.14182) 839 : audit [DBG] 2023-11-15T05:54:25.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:25 smithi078 conmon[86742]: from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:25.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:25 smithi078 conmon[86742]: cluster 2023-11-15T05:54:24.915706+0000 mgr.smithi055.asupmf (mgr.14182) 840 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:25.450 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:27.169 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:27.170 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:27.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:27 smithi055 conmon[82634]: cluster 2023-11-15T05:54:26.916161+0000 mgr.smithi055.asupmf ( 2023-11-15T05:54:27.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:27 smithi055 conmon[82634]: mgr.14182) 841 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:27 smithi078 conmon[86742]: cluster 2023-11-15T05:54:26.916161+0000 mgr.smithi055.asupmf (mgr.14182) 841 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:28.599 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:28.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:28 smithi055 conmon[82634]: audit 2023-11-15T05:54:27.165233+0000 mgr.smithi055.asupmf (mgr.14182) 842 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:28.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:28 smithi078 conmon[86742]: audit 2023-11-15T05:54:27.165233+0000 mgr.smithi055.asupmf (mgr.14182) 842 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:29.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:29 smithi055 conmon[82634]: cluster 2023-11-15T05:54:28.916588+0000 mgr.smithi055.asupmf (mgr.14182) 843 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:29.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:29 smithi078 conmon[86742]: cluster 2023-11-15T05:54:28.916588+0000 mgr.smithi055.asupmf (mgr.14182) 843 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:30.428 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:30.428 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:30.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:31 smithi055 conmon[82634]: audit 2023-11-15T05:54:30.423304+0000 mgr.smithi055.asupmf (mgr.14182) 844 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:31 smithi055 conmon[82634]: cluster 2023-11-15T05:54:30.917208+0000 mgr.smithi055.asupmf (mgr.14182) 845 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:31 smithi078 conmon[86742]: audit 2023-11-15T05:54:30.423304+0000 mgr.smithi055.asupmf (mgr.14182) 844 : audit 2023-11-15T05:54:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:31 smithi078 conmon[86742]: [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:31 smithi078 conmon[86742]: cluster 2023-11-15T05:54:30.917208+0000 mgr.smithi055.asupmf (mgr.14182) 845 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:31.847 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:33.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:33 smithi055 conmon[82634]: cluster 2023-11-15T05:54:33.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:33 smithi055 conmon[82634]: 2023-11-15T05:54:32.917694+0000 mgr.smithi055.asupmf (mgr.14182) 846 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:33 smithi078 conmon[86742]: cluster 2023-11-15T05:54:32.917694+0000 mgr.smithi055.asupmf (mgr.14182) 846 : cluster 2023-11-15T05:54:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:33 smithi078 conmon[86742]: [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:33.593 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:33.593 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:34.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:34.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:34 smithi055 conmon[82634]: audit 2023-11-15T05:54:33.588740+0000 mgr.smithi055.asupmf (mgr.14182) 847 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:34.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:34 smithi078 conmon[86742]: audit 2023-11-15T05:54:33.588740+0000 mgr.smithi055.asupmf (mgr.14182) 847 2023-11-15T05:54:34.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:34 smithi078 conmon[86742]: : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:35.102 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:35.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:35 smithi055 conmon[82634]: cluster 2023-11-15T05:54:34.918278+0000 mgr.smithi055.asupmf (mgr.14182) 848 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:35 smithi078 conmon[86742]: cluster 2023-11-15T05:54:34.918278+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:54:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:35 smithi078 conmon[86742]: ) 848 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:37.004 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:37.004 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:37.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:37 smithi055 conmon[82634]: cluster 2023-11-15T05:54:36.918741+0000 mgr.smithi055.asupmf 2023-11-15T05:54:37.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:37 smithi055 conmon[82634]: (mgr.14182) 849 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:37 smithi078 conmon[86742]: cluster 2023-11-15T05:54:36.918741+0000 mgr.smithi055.asupmf (mgr.14182) 849 : cluster 2023-11-15T05:54:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:37 smithi078 conmon[86742]: [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:38.464 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:38.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:38 smithi055 conmon[82634]: audit 2023-11-15T05:54:36.996736+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:54:38.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:38 smithi055 conmon[82634]: 14182) 850 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:38 smithi078 conmon[86742]: audit 2023-11-15T05:54:36.996736+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:54:38.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:38 smithi078 conmon[86742]: .14182) 850 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:39.770 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:39 smithi055 conmon[82634]: cluster 2023-11-15T05:54:38.919155+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:54:39.771 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:39 smithi055 conmon[82634]: 14182) 851 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:39.896 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:39 smithi078 conmon[86742]: cluster 2023-11-15T05:54:38.919155+0000 mgr.smithi055.asupmf (mgr.14182) 851 2023-11-15T05:54:39.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:39 smithi078 conmon[86742]: : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:40.242 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:40.243 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:40.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:41.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:41 smithi055 conmon[82634]: audit 2023-11-15T05:54:40.237987+0000 mgr.smithi055.asupmf (mgr.14182) 852 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:41.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:41 smithi055 conmon[82634]: cluster 2023-11-15T05:54:40.919565+0000 mgr.smithi055.asupmf (mgr.14182) 853 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:41 smithi078 conmon[86742]: audit 2023-11-15T05:54:40.237987+0000 mgr.smithi055.asupmf (mgr.14182) 852 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:41 smithi078 conmon[86742]: cluster 2023-11-15T05:54:40.919565+0000 mgr.smithi055.asupmf (mgr.14182) 853 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:41.719 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:43.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:43 smithi055 conmon[82634]: cluster 2023-11-15T05:54:42.920089+0000 2023-11-15T05:54:43.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:43 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 854 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:43 smithi078 conmon[86742]: cluster 2023-11-15T05:54:42.920089+0000 mgr.smithi055.asupmf (mgr.14182) 854 : cluster 2023-11-15T05:54:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:43 smithi078 conmon[86742]: [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:43.530 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:43.530 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:43.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:44.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:44 smithi055 conmon[82634]: audit 2023-11-15T05:54:43.526071+0000 mgr.smithi055.asupmf (mgr.14182) 855 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:44.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:44 smithi078 conmon[86742]: audit 2023-11-15T05:54:43.526071+0000 mgr.smithi055.asupmf (mgr.14182) 855 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:44.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:44 smithi078 conmon[86742]: 2023-11-15T05:54:44.972 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:45 smithi055 conmon[82634]: cluster 2023-11-15T05:54:44.920620+0000 2023-11-15T05:54:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:45 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 856 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:45 smithi078 conmon[86742]: cluster 2023-11-15T05:54:44.920620+0000 mgr.smithi055.asupmf (mgr.14182) 856 : cluster [DBG] 2023-11-15T05:54:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:45 smithi078 conmon[86742]: pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:46.564 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:46.565 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:46.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:47 smithi055 conmon[82634]: audit 2023-11-15T05:54:46.555434+0000 mgr.smithi055.asupmf (mgr.14182) 857 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:47 smithi055 conmon[82634]: cluster 2023-11-15T05:54:46.921115+0000 mgr.smithi055.asupmf (mgr.14182) 858 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:47 smithi078 conmon[86742]: audit 2023-11-15T05:54:46.555434+0000 mgr.smithi055.asupmf (mgr.14182) 857 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:47 smithi078 conmon[86742]: 2023-11-15T05:54:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:47 smithi078 conmon[86742]: cluster 2023-11-15T05:54:46.921115+0000 mgr.smithi055.asupmf (mgr.14182) 858 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:47.921 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:49.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:49 smithi055 conmon[82634]: cluster 2023-11-15T05:54:48.921562+0000 mgr.smithi055.asupmf (mgr.14182) 859 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:49 smithi078 conmon[86742]: cluster 2023-11-15T05:54:48.921562+0000 mgr.smithi055.asupmf (mgr.14182) 859 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:49.600 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:49.600 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:49.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:50.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:50 smithi055 conmon[82634]: audit 2023-11-15T05:54:49.595089+0000 mgr.smithi055.asupmf (mgr.14182) 860 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:50.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:50 smithi078 conmon[86742]: audit 2023-11-15T05:54:49.595089+0000 mgr.smithi055.asupmf (mgr.14182) 860 : audit 2023-11-15T05:54:50.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:50 smithi078 conmon[86742]: [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:50.984 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:51.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:51 smithi055 conmon[82634]: cluster 2023-11-15T05:54:50.922163+0000 mgr.smithi055.asupmf (mgr.14182) 861 : cluster [DBG] 2023-11-15T05:54:51.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:51 smithi055 conmon[82634]: pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:51 smithi078 conmon[86742]: cluster 2023-11-15T05:54:50.922163+0000 mgr.smithi055.asupmf (mgr.14182) 861 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:51 smithi078 conmon[86742]: 2023-11-15T05:54:52.747 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:52.747 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:53.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:53.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:53 smithi055 conmon[82634]: audit 2023-11-15T05:54:52.741319+0000 mgr.smithi055.asupmf (mgr.14182) 862 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:53.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:53 smithi055 conmon[82634]: cluster 2023-11-15T05:54:52.922650+0000 mgr.smithi055.asupmf (mgr.14182) 863 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:53 smithi078 conmon[86742]: audit 2023-11-15T05:54:52.741319+0000 mgr.smithi055.asupmf (mgr.14182) 862 : audit [DBG] 2023-11-15T05:54:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:53 smithi078 conmon[86742]: from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:53.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:53 smithi078 conmon[86742]: cluster 2023-11-15T05:54:52.922650+0000 mgr.smithi055.asupmf (mgr.14182) 863 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:54:54.133 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:55 smithi055 conmon[82634]: cluster 2023-11-15T05:54:54.923125+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:54:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:55 smithi055 conmon[82634]: .14182) 864 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:55 smithi078 conmon[86742]: cluster 2023-11-15T05:54:54.923125+0000 mgr.smithi055.asupmf (mgr.14182) 864 2023-11-15T05:54:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:55 smithi078 conmon[86742]: : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:55.827 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:55.827 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:56.169 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:56 smithi055 conmon[82634]: audit 2023-11-15T05:54:55.822547+0000 mgr.smithi055.asupmf (mgr.14182) 865 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:56.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:56.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:56 smithi078 conmon[86742]: audit 2023-11-15T05:54:55.822547+0000 mgr.smithi055.asupmf (mgr.14182) 865 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:57.196 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:57.774 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:57 smithi055 conmon[82634]: cluster 2023-11-15T05:54: 2023-11-15T05:54:57.774 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:57 smithi055 conmon[82634]: 56.923761+0000 mgr.smithi055.asupmf (mgr.14182) 866 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:57 smithi078 conmon[86742]: cluster 2023-11-15T05:54:56.923761+0000 mgr.smithi055.asupmf (mgr.14182) 866 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:58.803 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:54:58.803 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:59.150 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:59 smithi055 conmon[82634]: audit 2023-11-15T05:54:58.797730+0000 mgr.smithi055.asupmf (mgr.14182) 867 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:59.150 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:54:59 smithi055 conmon[82634]: cluster 2023-11-15T05:54:58.924356+0000 mgr.smithi055.asupmf (mgr.14182) 868 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:59.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:59 smithi078 conmon[86742]: audit 2023-11-15T05:54:58.797730+0000 mgr.smithi055.asupmf (mgr.14182) 867 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:54:59 smithi078 conmon[86742]: cluster 2023-11-15T05:54:58.924356+0000 mgr.smithi055.asupmf (mgr.14182) 868 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:00.164 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:01.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:01 smithi055 conmon[82634]: cluster 2023-11-15T05:55:00.924709+0000 2023-11-15T05:55:01.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:01 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 869 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:01.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:01 smithi078 conmon[86742]: cluster 2023-11-15T05:55:00.924709+0000 mgr.smithi055.asupmf (mgr.14182) 869 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:01.866 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:01.866 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:02.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:02.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:02 smithi055 conmon[82634]: audit 2023-11-15T05:55:01.861335+0000 mgr.smithi055.asupmf (mgr.14182) 870 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:02.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:02 smithi078 conmon[86742]: audit 2023-11-15T05:55:01.861335+0000 mgr.smithi055.asupmf (mgr.14182) 870 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:03.226 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:03.799 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:03 smithi055 conmon[82634]: cluster 2023-11-15T05:55:02.925293+0000 mgr.smithi055.asupmf ( 2023-11-15T05:55:03.799 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:03 smithi055 conmon[82634]: mgr.14182) 871 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:03.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:03 smithi078 conmon[86742]: cluster 2023-11-15T05:55:02.925293+0000 mgr.smithi055.asupmf (mgr.14182) 871 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:04.806 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:04.806 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:05.141 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:05 smithi055 conmon[82634]: audit 2023-11-15T05:55:04.801477+0000 2023-11-15T05:55:05.142 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:05 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 872 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:05.142 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:05 smithi055 conmon[82634]: cluster 2023-11-15T05:55:04.925765+0000 mgr.smithi055.asupmf (mgr.14182) 873 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:05.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:05 smithi078 conmon[86742]: audit 2023-11-15T05:55:04.801477+0000 mgr.smithi055.asupmf (mgr.14182) 872 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:05 smithi078 conmon[86742]: cluster 2023-11-15T05:55:04.925765+0000 mgr.smithi055.asupmf (mgr.14182) 873 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:06.188 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:07 smithi055 conmon[82634]: cluster 2023-11-15T05:55:06.926411+0000 2023-11-15T05:55:07.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:07 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 874 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:07.850 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:07.851 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:07.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:07 smithi078 conmon[86742]: cluster 2023-11-15T05:55:06.926411+0000 mgr.smithi055.asupmf (mgr.14182) 874 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:08.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:08 smithi055 conmon[82634]: audit 2023-11-15T05:55:07.844948+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:55:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:08 smithi055 conmon[82634]: .14182) 875 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:08 smithi078 conmon[86742]: audit 2023-11-15T05:55:07.844948+0000 mgr.smithi055.asupmf (mgr.14182) 875 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:09.251 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:09.810 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:09 smithi055 conmon[82634]: cluster 2023-11-15T05:55:08.926928+0000 mgr.smithi055.asupmf (mgr.14182) 876 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:09.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:09 smithi078 conmon[86742]: cluster 2023-11-15T05:55:08.926928+0000 mgr.smithi055.asupmf (mgr.14182) 876 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:10.949 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:10.950 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:11.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:11 smithi055 conmon[82634]: cluster 2023-11-15T05:55:10.927404+0000 mgr.smithi055.asupmf (mgr.14182) 877 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:11.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:11 smithi055 conmon[82634]: audit 2023-11-15T05:55:10.942888+0000 mgr.smithi055.asupmf (mgr.14182) 878 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:11 smithi078 conmon[86742]: cluster 2023-11-15T05:55:10.927404+0000 mgr.smithi055.asupmf (mgr.14182) 877 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:11 smithi078 conmon[86742]: audit 2023-11-15T05:55:10.942888+0000 mgr.smithi055.asupmf (mgr.14182) 878 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:11.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:12.412 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:13.268 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:13 smithi055 conmon[82634]: cluster 2023-11-15T05:55:12.927919 2023-11-15T05:55:13.269 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:13 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 879 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:13.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:13 smithi078 conmon[86742]: cluster 2023-11-15T05:55:12.927919+0000 mgr.smithi055.asupmf (mgr.14182) 879 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:14.006 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:14.006 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:14.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:15 smithi055 conmon[82634]: audit 2023-11-15T05:55:14.001656+0000 mgr.smithi055.asupmf (mgr.14182) 880 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:15.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:15 smithi055 conmon[82634]: cluster 2023-11-15T05:55:14.928342+0000 mgr.smithi055.asupmf (mgr.14182) 881 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:15.376 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:15 smithi078 conmon[86742]: audit 2023-11-15T05:55:14.001656+0000 mgr.smithi055.asupmf (mgr.14182) 880 : audit 2023-11-15T05:55:15.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:15 smithi078 conmon[86742]: [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:15.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:15 smithi078 conmon[86742]: cluster 2023-11-15T05:55:14.928342+0000 mgr.smithi055.asupmf (mgr.14182) 881 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:16.967 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:16.967 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:17.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:17.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:17 smithi055 conmon[82634]: cluster 2023-11-15T05:55:16.928808+0000 mgr.smithi055.asupmf (mgr.14182) 882 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:17.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:17 smithi055 conmon[82634]: audit 2023-11-15T05:55:16.961951+0000 mgr.smithi055.asupmf (mgr.14182) 883 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:17 smithi078 conmon[86742]: cluster 2023-11-15T05:55:16.928808+0000 mgr.smithi055.asupmf (mgr.14182) 882 : cluster [DBG] 2023-11-15T05:55:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:17 smithi078 conmon[86742]: pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:17 smithi078 conmon[86742]: audit 2023-11-15T05:55:16.961951+0000 mgr.smithi055.asupmf (mgr.14182) 883 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:18.323 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:19.233 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:19 smithi055 conmon[82634]: cluster 2023-11-15T05:55:18.929282+0000 mgr.smithi055.asupmf (mgr.14182) 884 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:19.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:19 smithi078 conmon[86742]: cluster 2023-11-15T05:55:18.929282+0000 mgr.smithi055.asupmf (mgr.14182) 884 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:19.991 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:19.991 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:20.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:21.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:21 smithi055 conmon[82634]: audit 2023-11-15T05:55:19.986534+0000 mgr.smithi055.asupmf (mgr.14182) 885 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:21.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:21 smithi055 conmon[82634]: cluster 2023-11-15T05:55:20.929739+0000 mgr.smithi055.asupmf (mgr.14182) 886 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:21.385 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:21 smithi078 conmon[86742]: audit 2023-11-15T05:55:19.986534+0000 mgr.smithi055.asupmf (mgr.14182) 885 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:21 smithi078 conmon[86742]: cluster 2023-11 2023-11-15T05:55:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:21 smithi078 conmon[86742]: -15T05:55:20.929739+0000 mgr.smithi055.asupmf (mgr.14182) 886 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:22.965 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:22.966 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:23.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:23 smithi055 conmon[82634]: cluster 2023-11-15T05:55:22.930255+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:55:23.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:23 smithi055 conmon[82634]: 887 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:23.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:23 smithi055 conmon[82634]: audit 2023-11-15T05:55:22.960293+0000 mgr.smithi055.asupmf (mgr.14182) 888 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:23.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:23 smithi078 conmon[86742]: cluster 2023-11-15T05:55:22.930255+0000 mgr.smithi055.asupmf (mgr.14182) 887 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:23 smithi078 conmon[86742]: audit 2023-11-15T05:55:22.960293+0000 mgr.smithi055.asupmf (mgr.14182) 888 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:24.338 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:25.217 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:25 smithi055 conmon[82634]: cluster 2023-11-15T05:55:24.930623+0000 mgr.smithi055.asupmf (mgr.14182) 889 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:25 smithi078 conmon[86742]: cluster 2023-11-15T05:55:24.930623+0000 mgr.smithi055.asupmf (mgr.14182) 889 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:26.018 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:26.018 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:26.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:27.396 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:27 smithi055 conmon[82634]: audit 2023-11-15T05:55:26 2023-11-15T05:55:27.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:27 smithi055 conmon[82634]: .013405+0000 mgr.smithi055.asupmf (mgr.14182) 890 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:27.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:27 smithi055 conmon[82634]: cluster 2023-11-15T05:55:26.931325+0000 mgr.smithi055.asupmf (mgr.14182) 891 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:27 smithi078 conmon[86742]: audit 2023-11-15T05:55:26.013405+0000 mgr.smithi055.asupmf (mgr.14182) 890 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:27 smithi078 conmon[86742]: cluster 2023-11-15T05:55:26 2023-11-15T05:55:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:27 smithi078 conmon[86742]: .931325+0000 mgr.smithi055.asupmf (mgr.14182) 891 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:29.080 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:29.081 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:29.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:29 smithi055 conmon[82634]: cluster 2023-11-15T05:55:28.931889+0000 mgr.smithi055.asupmf (mgr.14182) 892 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:29.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:29 smithi078 conmon[86742]: cluster 2023-11-15T05:55:28.931889+0000 mgr.smithi055.asupmf (mgr.14182) 892 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:29.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:30.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:30 smithi055 conmon[82634]: audit 2023-11-15T05:55:29.075634+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:55:30.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:30 smithi055 conmon[82634]: 893 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:30.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:30 smithi078 conmon[86742]: audit 2023-11-15T05:55:29.075634+0000 mgr.smithi055.asupmf (mgr.14182) 893 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:30.455 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:31 smithi055 conmon[82634]: cluster 2023-11-15T05:55:30.932411+0000 mgr.smithi055.asupmf (mgr.14182) 894 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:31 smithi078 conmon[86742]: cluster 2023-11-15T05:55:30.932411+0000 mgr.smithi055.asupmf (mgr.14182) 894 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:32.154 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:32.154 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:32.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:33.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:33 smithi055 conmon[82634]: audit 2023-11-15T05:55:32.148986+0000 mgr.smithi055.asupmf 2023-11-15T05:55:33.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:33 smithi055 conmon[82634]: (mgr.14182) 895 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:33.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:33 smithi055 conmon[82634]: cluster 2023-11-15T05:55:32.932995+0000 mgr.smithi055.asupmf (mgr.14182) 896 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:33 smithi078 conmon[86742]: audit 2023-11-15T05:55:32.148986+0000 mgr.smithi055.asupmf (mgr.14182) 895 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:33 smithi078 conmon[86742]: cluster 2023-11-15T05:55:32.932995+0000 mgr.smithi055.asupmf (mgr.14182) 896 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:33.523 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:35.196 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:35.196 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:35.220 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:35 smithi055 conmon[82634]: cluster 2023-11-15T05:55:34.933456+0000 mgr.smithi055.asupmf (mgr.14182) 897 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:35 smithi078 conmon[86742]: cluster 2023-11-15T05:55:34.933456+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:55:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:35 smithi078 conmon[86742]: ) 897 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:35.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:36.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:36 smithi055 conmon[82634]: audit 2023-11-15T05:55:35.191723+0000 mgr.smithi055.asupmf (mgr.14182) 898 2023-11-15T05:55:36.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:36 smithi055 conmon[82634]: : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:36.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:36 smithi078 conmon[86742]: audit 2023-11-15T05:55:35.191723+0000 mgr.smithi055.asupmf (mgr.14182) 898 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:36.572 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:37 smithi055 conmon[82634]: cluster 2023-11-15T05:55:36.933991+0000 mgr.smithi055.asupmf (mgr.14182) 899 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:37 smithi078 conmon[86742]: cluster 2023-11-15T05:55:36.933991+0000 mgr.smithi055.asupmf (mgr.14182) 899 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:38.267 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:38.269 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:38.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:39.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:39 smithi055 conmon[82634]: audit 2023-11-15T05:55:38.256871+0000 mgr.smithi055.asupmf (mgr.14182) 900 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:39.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:39 smithi055 conmon[82634]: cluster 2023-11-15T05:55:38.934706+0000 mgr.smithi055.asupmf (mgr.14182) 901 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:39.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:39 smithi078 conmon[86742]: audit 2023-11-15T05:55:38.256871+0000 mgr.smithi055.asupmf (mgr.14182) 900 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:39.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:39 smithi078 conmon[86742]: cluster 2023-11-15T05:55:38.934706+0000 mgr.smithi055.asupmf (mgr.14182) 901 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:39.632 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:41.222 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:41.222 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:41.243 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:41 smithi055 conmon[82634]: cluster 2023-11-15T05:55:40.935139+0000 mgr.smithi055.asupmf (mgr.14182) 902 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:41 smithi078 conmon[86742]: cluster 2023-11-15T05:55:40.935139+0000 mgr.smithi055.asupmf (mgr.14182) 902 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:41.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:42.589 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:42.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:42 smithi078 conmon[86742]: audit 2023-11-15T05:55:41.216919+0000 mgr.smithi055.asupmf (mgr.14182) 903 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:43.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:42 smithi055 conmon[82634]: audit 2023-11-15T05:55:41.216919+0000 mgr.smithi055.asupmf (mgr.14182) 903 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:43.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:43 smithi055 conmon[82634]: cluster 2023-11-15T05:55:42.935825+0000 mgr.smithi055.asupmf (mgr.14182) 904 : cluster [DBG] 2023-11-15T05:55:43.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:43 smithi055 conmon[82634]: pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:43.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:43 smithi078 conmon[86742]: cluster 2023-11-15T05:55:42.935825+0000 mgr.smithi055.asupmf (mgr.14182) 904 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:44.285 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:44.286 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:44.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:45 smithi055 conmon[82634]: audit 2023-11-15T05:55:44.281416+0000 mgr.smithi055.asupmf (mgr.14182) 905 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:45.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:45 smithi055 conmon[82634]: cluster 2023-11-15T05:55:44.936174+0000 mgr.smithi055.asupmf (mgr.14182) 906 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:45.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:45 smithi078 conmon[86742]: audit 2023-11-15T05:55:44.281416+0000 mgr.smithi055.asupmf (mgr.14182) 905 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:45.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:45 smithi078 conmon[86742]: cluster 2023- 2023-11-15T05:55:45.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:45 smithi078 conmon[86742]: 11-15T05:55:44.936174+0000 mgr.smithi055.asupmf (mgr.14182) 906 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:45.645 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:47.347 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:47.347 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:47.737 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:47 smithi055 conmon[82634]: cluster 2023-11-15T05:55:46.936603+0000 mgr.smithi055.asupmf 2023-11-15T05:55:47.737 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:47 smithi055 conmon[82634]: (mgr.14182) 907 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:47.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:47 smithi078 conmon[86742]: cluster 2023-11-15T05:55:46.936603+0000 mgr.smithi055.asupmf (mgr.14182) 907 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:48.792 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:48.823 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:48 smithi055 conmon[82634]: audit 2023-11-15T05:55:47.342396+0000 mgr.smithi055.asupmf (mgr.14182) 908 : audit 2023-11-15T05:55:48.824 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:48 smithi055 conmon[82634]: [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:48.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:48 smithi078 conmon[86742]: audit 2023-11-15T05:55:47.342396+0000 mgr.smithi055.asupmf (mgr.14182) 908 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:49.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:49 smithi078 conmon[86742]: cluster 2023-11-15T05:55:48.937090+0000 mgr.smithi055.asupmf (mgr.14182) 909 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:50.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:49 smithi055 conmon[82634]: cluster 2023-11-15T05:55:48.937090+0000 mgr.smithi055.asupmf (mgr.14182) 909 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:50.498 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:50.498 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:50.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:51.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:51 smithi055 conmon[82634]: audit 2023-11-15T05:55:50.493767+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:55:51.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:51 smithi055 conmon[82634]: ) 910 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:51.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:51 smithi055 conmon[82634]: cluster 2023-11-15T05:55:50.937533+0000 mgr.smithi055.asupmf (mgr.14182) 911 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:51 smithi078 conmon[86742]: audit 2023-11-15T05:55:50.493767+0000 mgr.smithi055.asupmf (mgr.14182) 910 : audit [DBG] 2023-11-15T05:55:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:51 smithi078 conmon[86742]: from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:51 smithi078 conmon[86742]: cluster 2023-11-15T05:55:50.937533+0000 mgr.smithi055.asupmf (mgr.14182) 911 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:51.856 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:53.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:53 smithi055 conmon[82634]: cluster 2023-11-15T05:55:52.938068+0000 mgr.smithi055.asupmf (mgr.14182) 912 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:53.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:53 smithi078 conmon[86742]: cluster 2023-11-15T05:55:52.938068+0000 mgr.smithi055.asupmf (mgr.14182) 912 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:55:53.441 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:53.441 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:53.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:54.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:54 smithi055 conmon[82634]: audit 2023-11-15T05:55:53.436809+0000 mgr.smithi055.asupmf (mgr.14182) 913 : audit [DBG] 2023-11-15T05:55:54.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:54 smithi055 conmon[82634]: from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:54.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:54 smithi078 conmon[86742]: audit 2023-11-15T05:55:53.436809+0000 mgr.smithi055.asupmf (mgr.14182) 913 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:54.806 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:55 smithi055 conmon[82634]: cluster 2023-11-15T05:55:54.938445+0000 2023-11-15T05:55:55.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:55 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 914 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:55 smithi078 conmon[86742]: cluster 2023-11-15T05:55:54.938445+0000 mgr.smithi055.asupmf (mgr.14182) 914 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:56.390 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:56.391 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:56.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:57.756 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:57.789 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:57 smithi055 conmon[82634]: audit 2023-11-15T05:55:56.386305+0000 mgr.smithi055.asupmf (mgr.14182) 915 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:57.790 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:57 smithi055 conmon[82634]: cluster 2023-11-15T05:55:56.938983+0000 mgr.smithi055.asupmf (mgr.14182) 916 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:57 smithi078 conmon[86742]: audit 2023-11-15T05:55:56.386305+0000 mgr.smithi055.asupmf (mgr.14182) 915 : audit 2023-11-15T05:55:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:57 smithi078 conmon[86742]: [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:57 smithi078 conmon[86742]: cluster 2023-11-15T05:55:56.938983+0000 mgr.smithi055.asupmf (mgr.14182) 916 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:59.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:59 smithi055 conmon[82634]: cluster 2023-11-15T05:55:58.939411+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:55:59.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:55:59 smithi055 conmon[82634]: 917 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:59 smithi078 conmon[86742]: cluster 2023-11-15T05:55:58.939411+0000 mgr.smithi055.asupmf (mgr.14182) 917 : cluster 2023-11-15T05:55:59.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:55:59 smithi078 conmon[86742]: [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:59.426 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:55:59.427 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:59.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:00.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:00 smithi055 conmon[82634]: audit 2023-11-15T05:55:59.422058+0000 mgr.smithi055.asupmf (mgr.14182) 918 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:00.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:00 smithi078 conmon[86742]: audit 2023-11-15T05:55:59.422058+0000 mgr.smithi055.asupmf (mgr.14182) 918 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:00.808 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:01.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:01 smithi055 conmon[82634]: cluster 2023-11-15T05:56:00.939915+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:56:01.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:01 smithi055 conmon[82634]: .14182) 919 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:01.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:01 smithi078 conmon[86742]: cluster 2023-11-15T05:56:00.939915+0000 mgr.smithi055.asupmf (mgr.14182) 919 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:02.400 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:02.400 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:02.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:03.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:03 smithi055 conmon[82634]: audit 2023-11-15T05:56:02.392081+0000 mgr.smithi055.asupmf (mgr.14182) 920 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:03.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:03 smithi055 conmon[82634]: cluster 2023-11-15T05:56:02.940661+0000 mgr.smithi055.asupmf (mgr.14182) 921 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:56:03.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:03 smithi078 conmon[86742]: audit 2023-11-15T05:56:02.392081+0000 mgr.smithi055.asupmf (mgr.14182) 920 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:03.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:03 smithi078 conmon[86742]: 2023-11-15T05:56:03.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:03 smithi078 conmon[86742]: cluster 2023-11-15T05:56:02.940661+0000 mgr.smithi055.asupmf (mgr.14182) 921 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:56:03.761 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:05.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:05 smithi055 conmon[82634]: cluster 2023-11-15T05:56:04.941283 2023-11-15T05:56:05.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:05 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 922 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:05 smithi078 conmon[86742]: cluster 2023-11-15T05:56:04.941283+0000 mgr.smithi055.asupmf (mgr.14182) 922 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:05.440 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:05.441 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:05.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:06.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:06 smithi055 conmon[82634]: audit 2023-11-15T05:56:05.436244+0000 mgr.smithi055.asupmf ( 2023-11-15T05:56:06.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:06 smithi055 conmon[82634]: mgr.14182) 923 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:06.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:06 smithi078 conmon[86742]: audit 2023-11-15T05:56:05.436244+0000 mgr.smithi055.asupmf (mgr.14182) 923 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:06.822 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:07 smithi055 conmon[82634]: cluster 2023-11-15T05:56:06 2023-11-15T05:56:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:07 smithi055 conmon[82634]: .941744+0000 mgr.smithi055.asupmf (mgr.14182) 924 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:07 smithi078 conmon[86742]: cluster 2023-11-15T05:56:06.941744+0000 mgr.smithi055.asupmf (mgr.14182) 924 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:08.590 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:08.590 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:08.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:09.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:09 smithi055 conmon[82634]: audit 2023-11-15T05:56:08.585743+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:56:09.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:09 smithi055 conmon[82634]: 14182) 925 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:09.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:09 smithi055 conmon[82634]: cluster 2023-11-15T05:56:08.942358+0000 mgr.smithi055.asupmf (mgr.14182) 926 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:09.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:09 smithi078 conmon[86742]: audit 2023-11-15T05:56:08.585743+0000 mgr.smithi055.asupmf (mgr.14182) 925 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:09.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:09 smithi078 conmon[86742]: cluster 2023-11-15T05:56:08.942358+0000 mgr.smithi055.asupmf (mgr.14182) 926 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:09.971 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:11.262 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:11 smithi055 conmon[82634]: cluster 2023-11-15T05:56:10.942827+0000 mgr.smithi055.asupmf (mgr.14182) 927 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:11 smithi078 conmon[86742]: cluster 2023-11-15T05:56:10.942827+0000 mgr.smithi055.asupmf (mgr.14182) 927 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:11.673 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:11.674 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:12.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:12.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:12 smithi078 conmon[86742]: audit 2023-11-15T05:56:11.669177+0000 mgr.smithi055.asupmf (mgr.14182) 928 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:13.031 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:13.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:12 smithi055 conmon[82634]: audit 2023-11-15T05:56:11.669177+0000 2023-11-15T05:56:13.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:12 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 928 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:13.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:13 smithi055 conmon[82634]: cluster 2023-11-15T05: 2023-11-15T05:56:13.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:13 smithi055 conmon[82634]: 56:12.943518+0000 mgr.smithi055.asupmf (mgr.14182) 929 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:56:13.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:13 smithi078 conmon[86742]: cluster 2023-11-15T05:56:12.943518+0000 mgr.smithi055.asupmf (mgr.14182) 929 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:56:14.598 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:14.598 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:14.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:15 smithi055 conmon[82634]: audit 2023-11-15T05:56:14.593491+0000 mgr.smithi055.asupmf (mgr.14182) 930 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:15 smithi055 conmon[82634]: cluster 2023-11-15T05:56:14.944160+0000 mgr.smithi055.asupmf (mgr.14182) 931 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:15 smithi078 conmon[86742]: audit 2023-11-15T05:56:14.593491+0000 mgr.smithi055.asupmf (mgr.14182) 930 : audit [DBG] 2023-11-15T05:56:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:15 smithi078 conmon[86742]: from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:15 smithi078 conmon[86742]: cluster 2023-11-15T05:56:14.944160+0000 mgr.smithi055.asupmf (mgr.14182) 931 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:15.993 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:17.675 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:17.676 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:17.876 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:17 smithi055 conmon[82634]: cluster 2023-11-15T05:56:16.944876+0000 mgr.smithi055.asupmf (mgr.14182) 932 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:17 smithi078 conmon[86742]: cluster 2023-11-15T05:56:16.944876+0000 mgr.smithi055.asupmf (mgr.14182) 932 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:18.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:18 smithi078 conmon[86742]: audit 2023-11-15T05:56:17.669952+0000 mgr.smithi055.asupmf (mgr.14182) 933 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:19.044 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:19.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:18 smithi055 conmon[82634]: audit 2023-11-15T05:56:17.669952+0000 mgr.smithi055.asupmf ( 2023-11-15T05:56:19.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:18 smithi055 conmon[82634]: mgr.14182) 933 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:19.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:19 smithi078 conmon[86742]: cluster 2023-11-15T05:56:18.945571+0000 mgr.smithi055.asupmf (mgr.14182) 934 : cluster 2023-11-15T05:56:19.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:19 smithi078 conmon[86742]: [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:19.900 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:19 smithi055 conmon[82634]: cluster 2023-11-15T05:56:18.945571+0000 mgr.smithi055.asupmf (mgr.14182) 934 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:20.724 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:20.724 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:21.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:21.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:21 smithi055 conmon[82634]: audit 2023-11-15T05:56:20.719056+0000 mgr.smithi055.asupmf (mgr.14182) 935 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:21.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:21 smithi055 conmon[82634]: cluster 2023-11-15T05:56:20.946046+0000 mgr.smithi055.asupmf (mgr.14182) 936 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:21 smithi078 conmon[86742]: audit 2023-11-15T05:56:20.719056+0000 mgr.smithi055.asupmf (mgr.14182) 935 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:21 smithi078 conmon[86742]: 2023-11-15T05:56:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:21 smithi078 conmon[86742]: cluster 2023-11-15T05:56:20.946046+0000 mgr.smithi055.asupmf (mgr.14182) 936 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:22.108 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:23.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:23 smithi055 conmon[82634]: cluster 2023-11-15T05:56:22. 2023-11-15T05:56:23.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:23 smithi055 conmon[82634]: 946621+0000 mgr.smithi055.asupmf (mgr.14182) 937 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:56:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:23 smithi078 conmon[86742]: cluster 2023-11-15T05:56:22.946621+0000 mgr.smithi055.asupmf (mgr.14182) 937 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:56:23.818 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:23.819 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:24.168 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:24 smithi055 conmon[82634]: audit 2023-11-15T05:56:23.813828+0000 2023-11-15T05:56:24.168 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:24 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 938 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:24.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:24.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:24 smithi078 conmon[86742]: audit 2023-11-15T05:56:23.813828+0000 mgr.smithi055.asupmf (mgr.14182) 938 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:25.171 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:25 smithi078 conmon[86742]: cluster 2023-11-15T05:56:24.947103+0000 mgr.smithi055.asupmf (mgr.14182) 939 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:25.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:25 smithi055 conmon[82634]: cluster 2023-11-15T05:56:24.947103+0000 mgr.smithi055.asupmf (mgr.14182) 939 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:26.858 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:26.858 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:27.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:27.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:27 smithi055 conmon[82634]: audit 2023-11-15T05:56:26.853132+0000 mgr.smithi055.asupmf (mgr.14182) 940 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:27.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:27 smithi055 conmon[82634]: cluster 2023-11-15T05:56:26.947561+0000 mgr.smithi055.asupmf (mgr.14182) 941 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:27 smithi078 conmon[86742]: audit 2023-11-15T05:56:26.853132+0000 mgr.smithi055.asupmf (mgr.14182) 940 : audit [DBG] 2023-11-15T05:56:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:27 smithi078 conmon[86742]: from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:27.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:27 smithi078 conmon[86742]: cluster 2023-11-15T05:56:26.947561+0000 mgr.smithi055.asupmf (mgr.14182) 941 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:28.233 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:29.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:29 smithi055 conmon[82634]: cluster 2023-11-15T05:56:28.948252+0000 mgr.smithi055.asupmf (mgr.14182) 942 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:29.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:29 smithi078 conmon[86742]: cluster 2023-11-15T05:56:28.948252+0000 mgr.smithi055.asupmf (mgr.14182) 942 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:29.903 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:29.903 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:30.243 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:30 smithi055 conmon[82634]: audit 2023-11-15T05:56:29.898535+0000 2023-11-15T05:56:30.243 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:30 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 943 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:30.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:30.396 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:30 smithi078 conmon[86742]: audit 2023-11-15T05:56:29.898535+0000 mgr.smithi055.asupmf (mgr.14182) 943 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:31.294 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:31 smithi055 conmon[82634]: cluster 2023-11-15T05:56:30.948793+0000 mgr.smithi055.asupmf ( 2023-11-15T05:56:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:31 smithi055 conmon[82634]: mgr.14182) 944 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:31 smithi078 conmon[86742]: cluster 2023-11-15T05:56:30.948793+0000 mgr.smithi055.asupmf (mgr.14182) 944 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:32.995 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:32.995 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:33.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:33 smithi055 conmon[82634]: cluster 2023-11-15T05:56:32.949288+0000 mgr.smithi055.asupmf (mgr.14182) 945 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:56:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:33 smithi078 conmon[86742]: cluster 2023-11-15T05:56:32.949288+0000 mgr.smithi055.asupmf (mgr.14182) 945 : cluster [DBG] 2023-11-15T05:56:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:33 smithi078 conmon[86742]: pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:56:33.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:34.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:34 smithi055 conmon[82634]: audit 2023-11-15T05:56:32.989970+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:56:34.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:34 smithi055 conmon[82634]: ) 946 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:34.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:34 smithi078 conmon[86742]: audit 2023-11-15T05:56:32.989970+0000 mgr.smithi055.asupmf (mgr.14182) 946 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:34.445 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:35.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:35 smithi055 conmon[82634]: cluster 2023-11-15T05:56:34.949633+0000 mgr.smithi055.asupmf (mgr.14182) 947 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:35.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:35 smithi055 conmon[82634]: 2023-11-15T05:56:35.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:35 smithi078 conmon[86742]: cluster 2023-11-15T05:56:34.949633+0000 mgr.smithi055.asupmf (mgr.14182) 947 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:36.130 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:36.131 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:36.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:37.508 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:37 smithi055 conmon[82634]: audit 2023-11-15T05:56:36.125755+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:56:37.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:37 smithi055 conmon[82634]: 14182) 948 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:37.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:37 smithi055 conmon[82634]: cluster 2023-11-15T05:56:36.950151+0000 mgr.smithi055.asupmf (mgr.14182) 949 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:37 smithi078 conmon[86742]: audit 2023-11-15T05:56:36.125755+0000 mgr.smithi055.asupmf (mgr.14182) 948 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:37.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:37 smithi078 conmon[86742]: cluster 2023-11-15T05:56:36.950151+0000 mgr.smithi055.asupmf (mgr.14182) 949 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:39.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:39 smithi055 conmon[82634]: cluster 2023-11-15T05:56:38.950598+0000 mgr.smithi055.asupmf (mgr.14182) 950 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:39.308 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:39.308 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:39.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:39 smithi078 conmon[86742]: cluster 2023-11-15T05:56:38.950598+0000 mgr.smithi055.asupmf (mgr.14182) 950 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:39.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:40.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:40 smithi055 conmon[82634]: audit 2023-11-15T05:56:39. 2023-11-15T05:56:40.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:40 smithi055 conmon[82634]: 304002+0000 mgr.smithi055.asupmf (mgr.14182) 951 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:40 smithi078 conmon[86742]: audit 2023-11-15T05:56:39.304002+0000 mgr.smithi055.asupmf (mgr.14182) 951 2023-11-15T05:56:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:40 smithi078 conmon[86742]: : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:40.770 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:41.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:41 smithi055 conmon[82634]: cluster 2023-11-15T05:56:40.951046+0000 mgr.smithi055.asupmf 2023-11-15T05:56:41.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:41 smithi055 conmon[82634]: (mgr.14182) 952 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:41 smithi078 conmon[86742]: cluster 2023-11-15T05:56:40.951046+0000 mgr.smithi055.asupmf (mgr.14182) 952 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:42.460 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:42.461 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:42.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:43.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:43 smithi055 conmon[82634]: audit 2023-11-15T05:56:42.455232+0000 mgr.smithi055.asupmf (mgr.14182) 953 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:43.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:43 smithi055 conmon[82634]: cluster 2023-11-15T05:56:42.951715+0000 mgr.smithi055.asupmf (mgr.14182) 954 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:56:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:43 smithi078 conmon[86742]: audit 2023-11-15T05:56:42.455232+0000 mgr.smithi055.asupmf (mgr.14182) 953 : audit 2023-11-15T05:56:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:43 smithi078 conmon[86742]: [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:43 smithi078 conmon[86742]: cluster 2023-11-15T05:56:42.951715+0000 mgr.smithi055.asupmf (mgr.14182) 954 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:56:43.821 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:45.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:45 smithi055 conmon[82634]: cluster 2023-11-15T05:56:44.952099 2023-11-15T05:56:45.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:45 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 955 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:45 smithi078 conmon[86742]: cluster 2023-11-15T05:56:44.952099+0000 mgr.smithi055.asupmf (mgr.14182) 955 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:45.500 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:45.501 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:45.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:46.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:46 smithi055 conmon[82634]: audit 2023-11-15T05:56:45.496413+0000 mgr.smithi055.asupmf (mgr.14182) 956 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:46 smithi078 conmon[86742]: audit 2023-11-15T05:56:45.496413+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:56:46.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:46 smithi078 conmon[86742]: ) 956 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:46.871 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:47.748 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:47 smithi055 conmon[82634]: cluster 2023-11-15T05:56:46.952636+0000 mgr.smithi055.asupmf (mgr.14182) 957 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:47.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:47 smithi078 conmon[86742]: cluster 2023-11-15T05:56:46.952636+0000 mgr.smithi055.asupmf (mgr.14182) 957 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:48.567 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:48.567 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:15.868245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vqanyb on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vqanyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vqanyb\nDeploy daemon haproxy.nfs.foo.smithi078.vqanyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:47:23Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:01Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:48:38Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.005585Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.gmpzua on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-gmpzua\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.gmpzua\nDeploy daemon haproxy.nfs.foo.smithi055.gmpzua ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:50:30Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:51:07Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:51:45.007011Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.hljtjz on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:48.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:49.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:49 smithi055 conmon[82634]: audit 2023-11-15T05:56:48.562859+0000 mgr.smithi055.asupmf ( 2023-11-15T05:56:49.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:49 smithi055 conmon[82634]: mgr.14182) 958 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:49.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:49 smithi055 conmon[82634]: cluster 2023-11-15T05:56:48.953361+0000 mgr.smithi055.asupmf (mgr.14182) 959 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:49 smithi078 conmon[86742]: audit 2023-11-15T05:56:48.562859+0000 mgr.smithi055.asupmf (mgr.14182) 958 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:49 smithi078 conmon[86742]: cluster 2023-11-15T05:56:48.953361+0000 mgr.smithi055.asupmf (mgr.14182) 959 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:49.933 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:51.233 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: cluster 2023-11-15T05:56:50.953776+0000 mgr.smithi055.asupmf ( 2023-11-15T05:56:51.233 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: mgr.14182) 960 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:51.233 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: cephadm 2023-11-15T05:56:50.981297+0000 mgr.smithi055.asupmf (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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.233 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.234 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.234 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.234 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi055.hfefgc ... 2023-11-15T05:56:51.234 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.234 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:56:51.235 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:54:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.235 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:55:36Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.235 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:56:13Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.235 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:56:51.235 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.236 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: Traceback (most recent call last): 2023-11-15T05:56:51.236 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:56:51.236 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: yield (conn, connr) 2023-11-15T05:56:51.236 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:56:51.236 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: code, '\n'.join(err))) 2023-11-15T05:56:51.237 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.237 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.237 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.237 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.237 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi055.hfefgc ... 2023-11-15T05:56:51.237 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.238 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:56:51.238 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:54:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.238 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:55:36Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.238 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:56:13Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.239 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:56:51.239 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM - 2023-11-15T05:56:51.239 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: -net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.239 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: cephadm 2023-11-15T05:56:50.981452+0000 mgr.smithi055.asupmf (mgr.14182) 962 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.239 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: audit 2023-11-15T05:56:50.981769+0000 mon.smithi055 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi055.hfefgc"}]: dispatch 2023-11-15T05:56:51.239 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: cephadm 2023-11-15T05:56:50.982344+0000 mgr.smithi055.asupmf (mgr.14182) 963 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.240 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.240 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.240 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.240 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi055.hfefgc ... 2023-11-15T05:56:51.240 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.241 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:56:51.241 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:54:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.241 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:55:36Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.241 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:56:13Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.241 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:56:51.242 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.242 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: cephadm 2023-11-15T05:56:50.983501+0000 mgr.smithi055.asupmf (mgr.14182) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:56:51.242 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: cephadm 2023-11-15T05:56:50.984455+0000 mgr.smithi055.asupmf (mgr.14182) 965 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:56:51.242 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: cluster 2023-11-15T05:56:50.985051+0000 mgr.smithi055.asupmf (mgr.14182) 966 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:56:51.242 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:51 smithi055 conmon[82634]: cluster 2023-11-15T05:56:51.004482+0000 mon.smithi055 (mon.0) 719 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:56:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: cluster 2023-11-15T05:56:50.953776+0000 mgr.smithi055.asupmf (mgr.14182) 960 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:51.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: cephadm 2023-11-15T05:56:50.981297+0000 mgr.smithi055.asupmf (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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi055.hfefgc ... 2023-11-15T05:56:51.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:56:51.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:54:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:55:36Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:56:13Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:56:51.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: Traceback (most recent call last): 2023-11-15T05:56:51.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:56:51.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: yield (conn, connr) 2023-11-15T05:56:51.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:56:51.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: code, '\n'.join(err))) 2023-11-15T05:56:51.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi055.hfefgc ... 2023-11-15T05:56:51.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:56:51.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:54:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:55:36Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:56:13Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:56:51.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-11-15T05:56:51.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: cephadm 2023-11-15T05:56:50.981452+0000 mgr.smithi055.asupmf (mgr.14182) 962 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: audit 2023-11-15T05:56:50.981769+0000 mon.smithi055 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi055.hfefgc"}]: dispatch 2023-11-15T05:56:51.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: cephadm 2023-11-15T05:56:50.982344+0000 mgr.smithi055.asupmf (mgr.14182) 963 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc 2023-11-15T05:56:51.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc 2023-11-15T05:56:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi055.hfefgc ... 2023-11-15T05:56:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T05:56:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:54:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:55:36Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:56:13Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T05:56:51.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T05:56:51.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:51.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: cephadm 2023-11-15T05:56:50.983501+0000 mgr.smithi055.asupmf (mgr.14182) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:56:51.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: cephadm 2023-11-15T05:56:50.984455+0000 mgr.smithi055.asupmf (mgr.14182) 965 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:56:51.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: cluster 2023-11-15T05:56:50.985051+0000 mgr.smithi055.asupmf (mgr.14182) 966 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:56:51.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:51 smithi078 conmon[86742]: cluster 2023-11-15T05:56:51.004482+0000 mon.smithi055 (mon.0) 719 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:56:51.631 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:51.631 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:51.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:52.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:52 smithi055 conmon[82634]: audit 2023-11-15T05:56:51.542666+0000 2023-11-15T05:56:52.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:52 smithi055 conmon[82634]: mon.smithi055 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:56:52.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:52 smithi055 conmon[82634]: audit 2023-11-15T05:56:51.626183+0000 mgr.smithi055.asupmf (mgr.14182) 967 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:52.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:52 smithi055 conmon[82634]: audit 2023-11-15T05:56:52.017606+0000 mon.smithi055 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:56:52.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:52 smithi078 conmon[86742]: audit 2023-11-15T05:56:51.542666+0000 mon.smithi055 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:56:52.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:52 smithi078 conmon[86742]: audit 2023-11-15T05:56:51.626183+0000 mgr.smithi055.asupmf (mgr.14182) 967 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:52.898 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:52 smithi078 conmon[86742]: audit 2023-11-15T05:56:52.017606+0000 mon.smithi055 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:56:52.998 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:53.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:53 smithi055 conmon[82634]: cluster 2023-11-15T05:56:52.985807+0000 mgr.smithi055.asupmf (mgr.14182) 968 : cluster 2023-11-15T05:56:53.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:53 smithi055 conmon[82634]: [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:56:53.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:53 smithi078 conmon[86742]: cluster 2023-11-15T05:56:52.985807+0000 mgr.smithi055.asupmf (mgr.14182) 968 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:56:54.709 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:54.709 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:55.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:55.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:55 smithi055 conmon[82634]: audit 2023-11-15T05:56:54.704636+0000 mgr.smithi055.asupmf (mgr.14182) 969 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:55.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:55 smithi055 conmon[82634]: cluster 2023-11-15T05:56:54.986356+0000 mgr.smithi055.asupmf (mgr.14182) 970 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:56:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:55 smithi078 conmon[86742]: audit 2023-11-15T05:56:54.704636+0000 mgr.smithi055.asupmf (mgr.14182) 969 : audit 2023-11-15T05:56:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:55 smithi078 conmon[86742]: [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:55 smithi078 conmon[86742]: cluster 2023-11-15T05:56:54.986356+0000 mgr.smithi055.asupmf (mgr.14182) 970 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:56:56.148 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:57.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:57 smithi055 conmon[82634]: cluster 2023-11-15T05:56:56 2023-11-15T05:56:57.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:57 smithi055 conmon[82634]: .986949+0000 mgr.smithi055.asupmf (mgr.14182) 971 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:56:57.839 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:56:57.840 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:57.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:57 smithi078 conmon[86742]: cluster 2023-11-15T05:56:56.986949+0000 mgr.smithi055.asupmf (mgr.14182) 971 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:56:58.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:58.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:58 smithi078 conmon[86742]: audit 2023-11-15T05:56:57.835271+0000 mgr.smithi055.asupmf (mgr.14182) 972 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:59.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:58 smithi055 conmon[82634]: audit 2023-11-15T05:56:57.835271+0000 mgr.smithi055.asupmf (mgr.14182) 972 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:59.202 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:59.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:56:59 smithi078 conmon[86742]: cluster 2023-11-15T05:56:58.987628+0000 mgr.smithi055.asupmf (mgr.14182) 973 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:56:59.904 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:59 smithi055 conmon[82634]: cluster 2023-11-15T05:56:58.987628+0000 2023-11-15T05:56:59.904 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:56:59 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 973 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:57:00.867 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:00.867 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:01.226 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:01 smithi055 conmon[82634]: audit 2023-11-15T05:57:00.862413+0000 mgr.smithi055.asupmf (mgr.14182) 974 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:01.226 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:01 smithi055 conmon[82634]: cluster 2023-11-15T05:57:00.988163+0000 mgr.smithi055.asupmf (mgr.14182) 975 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:57:01.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:01.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:01 smithi078 conmon[86742]: audit 2023-11-15T05:57:00.862413+0000 mgr.smithi055.asupmf (mgr.14182) 974 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:01.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:01 smithi078 conmon[86742]: cluster 2023-11-15T05:57: 2023-11-15T05:57:01.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:01 smithi078 conmon[86742]: 00.988163+0000 mgr.smithi055.asupmf (mgr.14182) 975 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-15T05:57:02.264 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:03.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:03 smithi055 conmon[82634]: cluster 2023-11-15T05:57:02.988991+0000 2023-11-15T05:57:03.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:03 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 976 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:03.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:03 smithi078 conmon[86742]: cluster 2023-11-15T05:57:02.988991+0000 mgr.smithi055.asupmf (mgr.14182) 976 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:03.973 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:03.973 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:04.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:04 smithi055 conmon[82634]: audit 2023-11-15T05:57:03.968175+0000 mgr.smithi055.asupmf (mgr.14182) 977 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:04.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:04.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:04 smithi078 conmon[86742]: audit 2023-11-15T05:57:03.968175+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:57:04.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:04 smithi078 conmon[86742]: ) 977 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:05.321 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:05.351 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:05 smithi055 conmon[82634]: cluster 2023-11-15T05:57:04.989744+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:57:05.351 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:05 smithi055 conmon[82634]: 978 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:05 smithi078 conmon[86742]: cluster 2023-11-15T05:57:04.989744+0000 mgr.smithi055.asupmf (mgr.14182) 978 : cluster [DBG] 2023-11-15T05:57:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:05 smithi078 conmon[86742]: pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:06.878 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:06.878 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:07.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:07 smithi055 conmon[82634]: audit 2023-11-15T05:57:06.873497+0000 mgr.smithi055.asupmf (mgr.14182) 979 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:07 smithi078 conmon[86742]: audit 2023-11-15T05:57:06.873497+0000 mgr.smithi055.asupmf (mgr.14182) 979 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:07 smithi078 conmon[86742]: 2023-11-15T05:57:08.268 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:08.854 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:08 smithi055 conmon[82634]: cluster 2023-11-15T05:57:06.990370+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:57:08.855 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:08 smithi055 conmon[82634]: .14182) 980 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:08 smithi078 conmon[86742]: cluster 2023-11-15T05:57:06.990370+0000 mgr.smithi055.asupmf (mgr.14182) 980 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:10.056 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:10.057 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:10.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:10.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:10 smithi055 conmon[82634]: cluster 2023-11-15T05:57:08.990918+0000 mgr.smithi055.asupmf (mgr.14182) 981 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:10 smithi078 conmon[86742]: cluster 2023-11-15T05:57:08.990918+0000 mgr.smithi055.asupmf (mgr.14182) 981 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:11.434 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:11.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:11 smithi055 conmon[82634]: audit 2023-11-15T05:57:10.051600+0000 mgr.smithi055.asupmf (mgr.14182) 982 : audit 2023-11-15T05:57:11.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:11 smithi055 conmon[82634]: [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:11.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:11 smithi078 conmon[86742]: audit 2023-11-15T05:57:10.051600+0000 mgr.smithi055.asupmf (mgr.14182) 982 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:11.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:11 smithi078 conmon[86742]: 2023-11-15T05:57:12.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:12 smithi078 conmon[86742]: cluster 2023-11-15T05:57:10.991536+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:57:12.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:12 smithi078 conmon[86742]: 14182) 983 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:13.039 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:13.040 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:13.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:12 smithi055 conmon[82634]: cluster 2023-11-15T05:57:10.991536+0000 mgr.smithi055.asupmf (mgr.14182) 983 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:13.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:14.399 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:14.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:14 smithi055 conmon[82634]: cluster 2023-11-15T05:57:12.992175 2023-11-15T05:57:14.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:14 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 984 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:14.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:14 smithi055 conmon[82634]: audit 2023-11-15T05:57:13.034781+0000 mgr.smithi055.asupmf (mgr.14182) 985 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:14.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:14 smithi078 conmon[86742]: cluster 2023-11-15T05:57:12.992175+0000 mgr.smithi055.asupmf (mgr.14182) 984 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:14.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:14 smithi078 conmon[86742]: 2023-11-15T05:57:14.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:14 smithi078 conmon[86742]: audit 2023-11-15T05:57:13.034781+0000 mgr.smithi055.asupmf (mgr.14182) 985 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:16.010 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:16.011 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:16.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:16.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:16 smithi055 conmon[82634]: cluster 2023-11-15T05:57:14.992642+0000 mgr.smithi055.asupmf (mgr.14182) 986 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:16.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:16 smithi078 conmon[86742]: cluster 2023-11-15T05:57:14.992642+0000 mgr.smithi055.asupmf (mgr.14182) 986 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:17.449 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:17.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:17 smithi055 conmon[82634]: audit 2023-11-15T05:57:16. 2023-11-15T05:57:17.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:17 smithi055 conmon[82634]: 006518+0000 mgr.smithi055.asupmf (mgr.14182) 987 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:17 smithi078 conmon[86742]: audit 2023-11-15T05:57:16.006518+0000 mgr.smithi055.asupmf (mgr.14182) 987 : audit [DBG] 2023-11-15T05:57:17.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:17 smithi078 conmon[86742]: from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:18 smithi078 conmon[86742]: cluster 2023-11-15T 2023-11-15T05:57:18.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:18 smithi078 conmon[86742]: 05:57:16.993306+0000 mgr.smithi055.asupmf (mgr.14182) 988 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:19.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:18 smithi055 conmon[82634]: cluster 2023-11-15T05:57:16.993306+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:57:19.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:18 smithi055 conmon[82634]: .14182) 988 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:19.088 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:19.089 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:19.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:20.501 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:20.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:20 smithi055 conmon[82634]: cluster 2023-11-15T05:57:18.993938+0000 mgr.smithi055.asupmf (mgr.14182) 989 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:20.804 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:20 smithi055 conmon[82634]: audit 2023-11-15T05:57:19.084522+0000 mgr.smithi055.asupmf (mgr.14182) 990 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:20.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:20 smithi078 conmon[86742]: cluster 2023-11-15T05:57:18.993938+0000 mgr.smithi055.asupmf (mgr.14182) 989 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:20.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:20 smithi078 conmon[86742]: audit 2023-11-15T05:57:19.084522+0000 mgr.smithi055.asupmf (mgr.14182) 990 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:22.165 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:22.166 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:22.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:22.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:22 smithi055 conmon[82634]: cluster 2023-11-15T05:57:20.994576+0000 mgr.smithi055.asupmf 2023-11-15T05:57:22.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:22 smithi055 conmon[82634]: (mgr.14182) 991 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:22.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:22 smithi078 conmon[86742]: cluster 2023-11-15T05:57:20.994576+0000 mgr.smithi055.asupmf (mgr.14182) 991 : cluster [DBG] 2023-11-15T05:57:22.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:22 smithi078 conmon[86742]: pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:23.555 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:23.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:23 smithi078 conmon[86742]: audit 2023-11-15T05:57:22.160387+0000 mgr.smithi055.asupmf (mgr.14182) 992 : audit [DBG] 2023-11-15T05:57:23.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:23 smithi078 conmon[86742]: from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:24.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:23 smithi055 conmon[82634]: audit 2023-11-15T05:57:22.160387+0000 mgr.smithi055.asupmf (mgr.14182) 992 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:24.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:24 smithi055 conmon[82634]: cluster 2023-11-15T 2023-11-15T05:57:24.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:24 smithi055 conmon[82634]: 05:57:22.995279+0000 mgr.smithi055.asupmf (mgr.14182) 993 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:24.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:24 smithi078 conmon[86742]: cluster 2023-11-15T05:57:22.995279+0000 mgr.smithi055.asupmf (mgr.14182) 993 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:24.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:24 smithi078 conmon[86742]: 2023-11-15T05:57:25.247 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:25.247 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:25.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:26.607 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:27.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:26 smithi055 conmon[82634]: cluster 2023-11-15T05:57:24.995828 2023-11-15T05:57:27.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:26 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 994 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:27.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:26 smithi055 conmon[82634]: audit 2023-11-15T05:57:25.242765+0000 mgr.smithi055.asupmf (mgr.14182) 995 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:27.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:26 smithi078 conmon[86742]: cluster 2023-11-15T05:57:24.995828+0000 mgr.smithi055.asupmf (mgr.14182) 994 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:27.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:26 smithi078 conmon[86742]: audit 2023-11-15T05:57:25.242765+0000 2023-11-15T05:57:27.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:26 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 995 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:28.404 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:28.405 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:28.766 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:28 smithi055 conmon[82634]: cluster 2023-11-15T05:57:26.996380 2023-11-15T05:57:28.766 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:28 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 996 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:28.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:29.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:28 smithi078 conmon[86742]: cluster 2023-11-15T05:57:26.996380+0000 mgr.smithi055.asupmf (mgr.14182) 996 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:29.768 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:30.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:29 smithi055 conmon[82634]: audit 2023-11-15T05:57:28.399847+0000 mgr.smithi055.asupmf (mgr.14182) 997 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:30.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:29 smithi078 conmon[86742]: audit 2023-11-15T05:57:28.399847+0000 mgr.smithi055.asupmf (mgr.14182) 997 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:31.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:30 smithi055 conmon[82634]: cluster 2023-11-15T05:57:28.997052+0000 mgr.smithi055.asupmf (mgr.14182) 998 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:31.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:30 smithi078 conmon[86742]: cluster 2023-11-15T05:57:28.997052+0000 mgr.smithi055.asupmf (mgr.14182) 998 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:31.445 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:31.507 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:31.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:32.817 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:33.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:32 smithi055 conmon[82634]: cluster 2023-11-15T05:57:30.997789+0000 mgr.smithi055.asupmf (mgr.14182) 999 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:33.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:32 smithi055 conmon[82634]: audit 2023-11-15T05:57:31.440221+0000 mgr.smithi055.asupmf (mgr.14182) 1000 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:33.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:32 smithi078 conmon[86742]: cluster 2023-11-15T05:57:30.997789+0000 mgr.smithi055.asupmf (mgr.14182) 999 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:33.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:32 smithi078 conmon[86742]: audit 2023-11-15T05:57:31. 2023-11-15T05:57:33.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:32 smithi078 conmon[86742]: 440221+0000 mgr.smithi055.asupmf (mgr.14182) 1000 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:34.506 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:34.506 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:34.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:34 smithi055 conmon[82634]: cluster 2023-11-15T05:57:32.998417+0000 mgr.smithi055.asupmf (mgr.14182) 1001 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:34.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:35.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:34 smithi078 conmon[86742]: cluster 2023-11-15T05:57:32.998417+0000 mgr.smithi055.asupmf (mgr.14182) 1001 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:35.868 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:36.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:35 smithi055 conmon[82634]: audit 2023-11-15T05:57:34.501259+0000 mgr.smithi055.asupmf (mgr.14182) 1002 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:36.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:35 smithi078 conmon[86742]: audit 2023-11-15T05:57:34.501259+0000 mgr.smithi055.asupmf (mgr.14182) 1002 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:36.947 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:36 smithi055 conmon[82634]: cluster 2023-11-15T05:57:34.999165+0000 mgr.smithi055.asupmf (mgr.14182) 1003 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:37.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:36 smithi078 conmon[86742]: cluster 2023-11-15T05:57:34.999165+0000 mgr.smithi055.asupmf (mgr.14182) 1003 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:37.537 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:37.537 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:37.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:38.933 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:38.963 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:38 smithi055 conmon[82634]: cluster 2023-11-15T05:57:36.999716+0000 mgr.smithi055.asupmf (mgr.14182) 1004 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:38.963 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:38 smithi055 conmon[82634]: audit 2023-11-15T05:57:37.532636+0000 mgr.smithi055.asupmf (mgr.14182) 1005 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:39.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:38 smithi078 conmon[86742]: cluster 2023-11-15T05:57:36.999716+0000 mgr.smithi055.asupmf (mgr.14182) 1004 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:39.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:38 smithi078 conmon[86742]: audit 2023-11-15T05:57:37.532636+0000 mgr.smithi055.asupmf (mgr.14182) 1005 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:40.667 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:40.667 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:41.029 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:40 smithi055 conmon[82634]: cluster 2023-11-15T05:57:39.000344+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:57:41.030 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:40 smithi055 conmon[82634]: .14182) 1006 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:41.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:41.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:40 smithi078 conmon[86742]: cluster 2023-11-15T05:57:39.000344+0000 mgr.smithi055.asupmf (mgr.14182) 1006 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:42.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:41 smithi055 conmon[82634]: audit 2023-11-15T05:57:40.662293+0000 mgr.smithi055.asupmf (mgr.14182) 1007 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:42.080 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:42.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:41 smithi078 conmon[86742]: audit 2023-11-15T05:57:40.662293+0000 mgr.smithi055.asupmf (mgr.14182) 1007 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:42.957 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:42 smithi055 conmon[82634]: cluster 2023-11-15T05:57:41.000886+0000 mgr.smithi055.asupmf ( 2023-11-15T05:57:42.957 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:42 smithi055 conmon[82634]: mgr.14182) 1008 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:43.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:42 smithi078 conmon[86742]: cluster 2023-11-15T05:57:41.000886+0000 mgr.smithi055.asupmf (mgr.14182) 1008 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:43.762 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:43.762 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:44.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:45.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:44 smithi055 conmon[82634]: cluster 2023-11-15T05:57:43.001466+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:57:45.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:44 smithi055 conmon[82634]: 14182) 1009 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:45.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:44 smithi055 conmon[82634]: audit 2023-11-15T05:57:43.757503+0000 mgr.smithi055.asupmf (mgr.14182) 1010 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:45.130 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:45.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:44 smithi078 conmon[86742]: cluster 2023-11-15T05:57:43.001466+0000 mgr.smithi055.asupmf (mgr.14182) 1009 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:45.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:44 smithi078 conmon[86742]: audit 2023-11-15T05:57:43.757503+0000 mgr.smithi055.asupmf (mgr.14182) 1010 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:46.692 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:46.693 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:47.044 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:46 smithi055 conmon[82634]: cluster 2023-11-15T05:57:45.002199+0000 mgr.smithi055.asupmf (mgr.14182) 1011 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:47.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:47.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:46 smithi078 conmon[86742]: cluster 2023-11-15T05:57:45.002199+0000 mgr.smithi055.asupmf (mgr.14182) 1011 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:47.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:47 smithi055 conmon[82634]: audit 2023-11-15T05:57:46.688095+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:57:47.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:47 smithi055 conmon[82634]: 14182) 1012 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:48.078 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:48.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:47 smithi078 conmon[86742]: audit 2023-11-15T05:57:46.688095+0000 mgr.smithi055.asupmf (mgr.14182) 1012 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:48.993 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:48 smithi055 conmon[82634]: cluster 2023-11-15T05:57:47.002979+0000 mgr.smithi055.asupmf 2023-11-15T05:57:48.993 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:48 smithi055 conmon[82634]: (mgr.14182) 1013 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:49.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:48 smithi078 conmon[86742]: cluster 2023-11-15T05:57:47.002979+0000 mgr.smithi055.asupmf (mgr.14182) 1013 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:49.758 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:49.758 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:50.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:51.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:50 smithi055 conmon[82634]: cluster 2023-11-15T05:57:49.003571+0000 mgr.smithi055.asupmf (mgr.14182) 1014 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:51.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:50 smithi055 conmon[82634]: audit 2023-11-15T05:57:49.753357+0000 mgr.smithi055.asupmf (mgr.14182) 1015 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:51.127 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:50 smithi078 conmon[86742]: cluster 2023-11-15T05:57:49.003571+0000 mgr.smithi055.asupmf (mgr.14182) 1014 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:50 smithi078 conmon[86742]: audit 2023-11-15T05:57:49.753357+0000 mgr.smithi055.asupmf (mgr.14182) 1015 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:51.931 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:51 smithi055 conmon[82634]: audit 2023-11-15T05:57:50.987140+0000 mon.smithi055 (mon.0) 722 : audit [DBG] 2023-11-15T05:57:51.932 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:51 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:57:52.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:51 smithi078 conmon[86742]: audit 2023-11-15T05:57:50.987140+0000 mon.smithi055 (mon.0) 722 : 2023-11-15T05:57:52.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:51 smithi078 conmon[86742]: audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:57:52.923 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:52.924 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:48.975347Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:48.975956Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:48.975490Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:48.975564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:48.976019Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:48.975631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:48.975696Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:53.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:52 smithi055 conmon[82634]: cluster 2023-11-15T05:57:51.004163+0000 mgr.smithi055.asupmf (mgr.14182) 1016 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:52 smithi078 conmon[86742]: cluster 2023-11-15T05:57:51.004163+0000 mgr.smithi055.asupmf (mgr.14182) 1016 : cluster [DBG] 2023-11-15T05:57:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:52 smithi078 conmon[86742]: pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:53.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:54.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:53 smithi055 conmon[82634]: audit 2023-11-15T05:57:52.918322+0000 2023-11-15T05:57:54.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:53 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1017 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:54.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:53 smithi078 conmon[86742]: audit 2023-11-15T05:57:52.918322+0000 mgr.smithi055.asupmf (mgr.14182) 1017 : audit [DBG] 2023-11-15T05:57:54.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:53 smithi078 conmon[86742]: from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:54.370 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:55.012 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:54 smithi055 conmon[82634]: cluster 2023-11-15T05:57:53.004821+0000 mgr.smithi055.asupmf 2023-11-15T05:57:55.012 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:54 smithi055 conmon[82634]: (mgr.14182) 1018 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:55.012 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:54 smithi055 conmon[82634]: audit 2023-11-15T05:57:54.513853+0000 mon.smithi055 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:57:55.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:54 smithi078 conmon[86742]: cluster 2023-11-15T05:57:53.004821+0000 mgr.smithi055.asupmf (mgr.14182) 1018 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:57:55.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:54 smithi078 conmon[86742]: audit 2023-11-15T05:57:54.513853+0000 mon.smithi055 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:57:56.169 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:56.169 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:51:52.417134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:51:52.417200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:51:52.417265Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:51:52.417702Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:51:52.417060Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:51:52.416917Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:51:52.417764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:51:52.417328Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:51:52.417455Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:51:52.417391Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:56.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:57.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:56 smithi055 conmon[82634]: cluster 2023-11-15T05:57:55.005294+0000 mgr.smithi055.asupmf (mgr.14182) 1019 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:57.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:56 smithi078 conmon[86742]: cluster 2023-11-15T05:57:55.005294+0000 mgr.smithi055.asupmf (mgr.14182) 1019 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:57.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:56 smithi078 conmon[86742]: 2023-11-15T05:57:57.628 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:58.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: audit 2023-11-15T05:57:56 2023-11-15T05:57:58.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: .162276+0000 mgr.smithi055.asupmf (mgr.14182) 1020 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:58.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: audit 2023-11-15T05:57:57.075119+0000 mon.smithi055 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:57:58.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: audit 2023-11-15T05:57:57.490824+0000 mon.smithi055 (mon.0) 725 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:57:58.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: audit 2023-11-15T05:57:57.491585+0000 mon.smithi055 (mon.0) 726 : audit [INF] 2023-11-15T05:57:58.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:57:58.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: audit 2023-11-15T05:57:57.499968+0000 mon.smithi055 (mon.0) 727 2023-11-15T05:57:58.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:57:58.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: audit 2023- 2023-11-15T05:57:58.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: 11-15T05:57:57.503646 2023-11-15T05:57:58.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: +0000 mon.smithi055 (mon.0) 728 : audit 2023-11-15T05:57:58.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:57:58.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: audit 2023-11-15T05:57:58.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: 2023-11 2023-11-15T05:57:58.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: -15T05:57:57.515079+0000 2023-11-15T05:57:58.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: mon.smithi055 (mon.0) 729 : audit 2023-11-15T05:57:58.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:57 smithi055 conmon[82634]: [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:57:58.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: audit 2023-11-15T05:57:56.162276+0000 mgr.smithi055.asupmf (mgr.14182) 1020 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:58.245 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: audit 2023-11-15T05 2023-11-15T05:57:58.245 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: :57:57.075119+0000 mon.smithi055 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:57:58.245 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: audit 2023-11-15T05:57:57.490824+0000 mon.smithi055 (mon.0) 725 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:57:58.245 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: audit 2023-11 2023-11-15T05:57:58.246 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: -15T05:57:57.491585+0000 mon.smithi055 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:57:58.246 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: audit 2023-11-15 2023-11-15T05:57:58.246 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: T05:57:57.499968+0000 mon.smithi055 (mon. 2023-11-15T05:57:58.246 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: 0) 727 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:57:58.246 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: audit 2023-11-15T 2023-11-15T05:57:58.247 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: 05:57:57.503646+0000 mon.smithi055 (mon.0 2023-11-15T05:57:58.247 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: ) 728 : audit [DBG] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:57:58.247 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: audit 2023-11-15T05: 2023-11-15T05:57:58.247 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: 57:57.515079+0000 mon.smithi055 (mon.0) 729 2023-11-15T05:57:58.247 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:57 smithi078 conmon[86742]: : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:57:59.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:58 smithi055 conmon[82634]: cluster 2023-11-15T05:57:57.005921+0000 mgr.smithi055.asupmf (mgr.14182) 1021 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:59.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:58 smithi055 conmon[82634]: cluster 2023-11-15T05:57:57.500416+0000 mgr.smithi055.asupmf (mgr.14182) 1022 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:57:59.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:58 smithi055 conmon[82634]: cephadm 2023-11-15T05:57:57.517205+0000 mgr.smithi055.asupmf (mgr.14182) 1023 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.vnhbdp on smithi078 2023-11-15T05:57:59.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:58 smithi055 conmon[82634]: cluster 2023-11-15T05:57:57.767296+0000 mon.smithi055 (mon.0) 730 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:57:59.054 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:57:58 smithi055 conmon[82634]: cluster 2023-11-15T05:57:57.767326+0000 mon.smithi055 (mon.0) 731 : cluster [INF] Cluster is now healthy 2023-11-15T05:57:59.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:58 smithi078 conmon[86742]: cluster 2023-11-15T05:57:57.005921+0000 mgr.smithi055.asupmf (mgr.14182) 1021 : cluster 2023-11-15T05:57:59.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:58 smithi078 conmon[86742]: [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:59.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:58 smithi078 conmon[86742]: cluster 2023-11-15T05:57:57.500416+0000 mgr.smithi055.asupmf (mgr.14182) 1022 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:57:59.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:58 smithi078 conmon[86742]: cephadm 2023-11-15T05:57:57.517205+0000 mgr.smithi055.asupmf (mgr.14182) 1023 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.vnhbdp on smithi078 2023-11-15T05:57:59.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:58 smithi078 conmon[86742]: cluster 2023-11-15T05:57:57.767296+0000 mon.smithi055 (mon.0) 730 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:57:59.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:57:58 smithi078 conmon[86742]: cluster 2023-11-15T05:57:57.767326+0000 mon.smithi055 (mon.0) 731 : cluster [INF] Cluster is now healthy 2023-11-15T05:57:59.309 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:57:59.309 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:59.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:00.676 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:01.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:00 smithi055 conmon[82634]: audit 2023-11-15T05:57:59.304146+0000 mgr.smithi055.asupmf (mgr.14182) 1024 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:01.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:00 smithi055 conmon[82634]: cluster 2023-11-15T05:57:59.500850+0000 mgr.smithi055.asupmf (mgr.14182) 1025 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:58:01.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:00 smithi078 conmon[86742]: audit 2023-11-15T05:57:59.304146+0000 mgr.smithi055.asupmf (mgr.14182) 1024 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:01.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:00 smithi078 conmon[86742]: cluster 2023-11-15T05:57:59.500850+0000 mgr.smithi055.asupmf (mgr.14182) 1025 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:58:02.261 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:02.262 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:02.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:03.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:02 smithi055 conmon[82634]: cluster 2023-11-15T05:58:01.501246+0000 mgr.smithi055.asupmf (mgr.14182) 1026 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:58:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:02 smithi078 conmon[86742]: cluster 2023-11-15T05:58:01.501246+0000 mgr.smithi055.asupmf (mgr.14182) 1026 : cluster [DBG] 2023-11-15T05:58:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:02 smithi078 conmon[86742]: pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:58:03.624 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:04.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:03 smithi055 conmon[82634]: audit 2023-11-15T05:58:02.256908+0000 mgr.smithi055.asupmf (mgr.14182) 1027 : audit 2023-11-15T05:58:04.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:03 smithi055 conmon[82634]: [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:04.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:03 smithi078 conmon[86742]: audit 2023-11-15T05:58:02.256908+0000 mgr.smithi055.asupmf (mgr.14182) 1027 : audit 2023-11-15T05:58:04.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:03 smithi078 conmon[86742]: [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:04.914 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:04 smithi055 conmon[82634]: cluster 2023-11-15T05:58:03.502016+0000 mgr.smithi055.asupmf (mgr.14182) 1028 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:58:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:04 smithi078 conmon[86742]: cluster 2023-11-15T05:58:03.502016+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:58:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:04 smithi078 conmon[86742]: 14182) 1028 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:58:05.299 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:05.300 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:05.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:06.674 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:07.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:06 smithi055 conmon[82634]: audit 2023-11-15T05:58:05.295447+0000 2023-11-15T05:58:07.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:06 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1029 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:07.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:06 smithi055 conmon[82634]: cluster 2023-11-15T05:58:05.502397+0000 mgr.smithi055.asupmf (mgr.14182) 1030 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:58:07.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:06 smithi055 conmon[82634]: audit 2023-11-15T05:58:06.546540+0000 mon.smithi055 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:58:07.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:06 smithi078 conmon[86742]: audit 2023-11-15T05:58:05.295447+0000 mgr.smithi055.asupmf (mgr.14182) 1029 : audit 2023-11-15T05:58:07.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:06 smithi078 conmon[86742]: [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:07.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:06 smithi078 conmon[86742]: cluster 2023-11-15T05:58:05.502397+0000 mgr.smithi055.asupmf (mgr.14182) 1030 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:58:07.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:06 smithi078 conmon[86742]: audit 2023-11-15T05:58:06.546540+0000 mon.smithi055 ( 2023-11-15T05:58:07.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:06 smithi078 conmon[86742]: mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' 2023-11-15T05:58:08.283 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:08.284 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:08.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:09.056 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:08 smithi055 conmon[82634]: cluster 2023-11-15T05:58:07.502859+0000 mgr.smithi055.asupmf (mgr.14182) 1031 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:58:09.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:08 smithi078 conmon[86742]: cluster 2023-11-15T05:58:07.502859+0000 mgr.smithi055.asupmf (mgr.14182) 1031 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-15T05:58:09.635 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:10.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:09 smithi055 conmon[82634]: audit 2023-11-15T05:58:08.278414+0000 2023-11-15T05:58:10.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:09 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1032 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:10.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:09 smithi078 conmon[86742]: audit 2023-11-15T05:58:08.278414+0000 mgr.smithi055.asupmf (mgr.14182) 1032 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:11.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:10 smithi078 conmon[86742]: cluster 2023-11-15T05:58:09.503511+0000 mgr.smithi055.asupmf (mgr.14182) 1033 : cluster 2023-11-15T05:58:11.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:10 smithi078 conmon[86742]: [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:11.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:10 smithi055 conmon[82634]: cluster 2023-11-15T05:58:09.503511+0000 mgr.smithi055.asupmf 2023-11-15T05:58:11.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:10 smithi055 conmon[82634]: (mgr.14182) 1033 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:11.428 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:11.428 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:11.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:12.797 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:13.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:12 smithi078 conmon[86742]: audit 2023-11-15T05:58:11.423797+0000 mgr.smithi055.asupmf (mgr.14182) 1034 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:13.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:12 smithi078 conmon[86742]: cluster 2023-11-15T05:58: 2023-11-15T05:58:13.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:12 smithi078 conmon[86742]: 11.503944+0000 mgr.smithi055.asupmf (mgr.14182) 1035 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:13.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:12 smithi055 conmon[82634]: audit 2023-11-15T05:58:11.423797+0000 mgr.smithi055.asupmf (mgr.14182) 1034 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:13.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:12 smithi055 conmon[82634]: cluster 2023-11-15T05:58:11.503944+0000 mgr.smithi055.asupmf (mgr.14182) 1035 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:14.508 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:14.509 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:14.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:15.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:14 smithi078 conmon[86742]: cluster 2023-11-15T05:58:13.504393+0000 mgr.smithi055.asupmf (mgr.14182) 1036 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:58:15.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:14 smithi055 conmon[82634]: cluster 2023-11-15T05:58:13.504393+0000 2023-11-15T05:58:15.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:14 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1036 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:58:15.875 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:16.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:15 smithi078 conmon[86742]: audit 2023-11-15T05:58:14.504298+0000 mgr.smithi055.asupmf (mgr.14182) 1037 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:16.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:15 smithi055 conmon[82634]: audit 2023-11-15T05:58:14.504298+0000 mgr.smithi055.asupmf (mgr.14182) 1037 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:17.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:16 smithi055 conmon[82634]: cluster 2023-11-15T05:58:15.504859+0000 mgr.smithi055.asupmf (mgr.14182) 1038 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:17.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:16 smithi078 conmon[86742]: cluster 2023-11-15T05:58:15.504859+0000 mgr.smithi055.asupmf (mgr.14182) 1038 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:17.569 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:17.569 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:17.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:18.936 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:19.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:18 smithi078 conmon[86742]: cluster 2023-11-15T05:58:17.505408+0000 mgr.smithi055.asupmf (mgr.14182) 1039 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:19.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:18 smithi078 conmon[86742]: 2023-11-15T05:58:19.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:18 smithi078 conmon[86742]: audit 2023-11-15T05:58:17.564357+0000 mgr.smithi055.asupmf (mgr.14182) 1040 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:19.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:18 smithi055 conmon[82634]: cluster 2023-11-15T05:58:17.505408+0000 mgr.smithi055.asupmf (mgr.14182) 1039 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:19.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:18 smithi055 conmon[82634]: audit 2023-11-15T05:58:17.564357+0000 mgr.smithi055.asupmf (mgr.14182) 1040 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:20.549 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:20.550 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:20.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:21.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:20 smithi078 conmon[86742]: cluster 2023-11-15T05:58:19.505856+0000 mgr.smithi055.asupmf (mgr.14182) 1041 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:21.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:20 smithi055 conmon[82634]: cluster 2023-11-15T05:58:19.505856+0000 mgr.smithi055.asupmf (mgr.14182) 1041 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:21.983 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:22.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:21 smithi078 conmon[86742]: audit 2023-11-15T05:58:20.544712+0000 mgr.smithi055.asupmf (mgr.14182) 1042 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:22.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:21 smithi055 conmon[82634]: audit 2023-11-15T05:58:20.544712+0000 mgr.smithi055.asupmf (mgr.14182) 1042 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:22.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:21 smithi055 conmon[82634]: 2023-11-15T05:58:23.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:22 smithi078 conmon[86742]: cluster 2023-11-15T05:58:21.506559+0000 mgr.smithi055.asupmf (mgr.14182) 1043 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:23.270 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:22 smithi055 conmon[82634]: cluster 2023-11-15T05:58:21.506559+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:58:23.271 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:22 smithi055 conmon[82634]: ) 1043 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:23.659 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:23.659 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:24.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:25.022 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:25.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:24 smithi078 conmon[86742]: cluster 2023-11-15T05:58:23.507042+0000 mgr.smithi055.asupmf (mgr.14182) 1044 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:58:25.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:24 smithi078 conmon[86742]: audit 2023-11-15T05:58:23.655030+0000 mgr.smithi055.asupmf (mgr.14182) 1045 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:25.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:24 smithi055 conmon[82634]: cluster 2023-11-15T05:58:23.507042+0000 mgr.smithi055.asupmf (mgr.14182) 1044 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:58:25.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:24 smithi055 conmon[82634]: audit 2023-11-15T05:58:23.655030+0000 mgr.smithi055.asupmf (mgr.14182) 1045 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:26.665 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:26.665 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:27.002 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:26 smithi055 conmon[82634]: cluster 2023-11-15T05:58:25.507494+0000 mgr.smithi055.asupmf (mgr.14182) 1046 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:27.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:27.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:26 smithi078 conmon[86742]: cluster 2023-11-15T05:58:25.507494+0000 mgr.smithi055.asupmf (mgr.14182) 1046 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:28.072 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:28.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:27 smithi055 conmon[82634]: audit 2023-11-15T05:58:26. 2023-11-15T05:58:28.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:27 smithi055 conmon[82634]: 659895+0000 mgr.smithi055.asupmf (mgr.14182) 1047 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:28.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:27 smithi078 conmon[86742]: audit 2023-11-15T05:58:26.659895+0000 mgr.smithi055.asupmf (mgr.14182) 1047 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:29.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:28 smithi055 conmon[82634]: cluster 2023-11-15T05:58:27.508093+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:58:29.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:28 smithi055 conmon[82634]: .14182) 1048 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:29.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:28 smithi078 conmon[86742]: cluster 2023-11-15T05:58:27.508093+0000 mgr.smithi055.asupmf (mgr.14182) 1048 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:29.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:28 smithi078 conmon[86742]: 2023-11-15T05:58:29.751 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:29.752 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:30.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:31.119 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:30 smithi055 conmon[82634]: cluster 2023-11-15T05:58:29.508622+0000 mgr.smithi055.asupmf (mgr.14182) 1049 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:31.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:30 smithi055 conmon[82634]: audit 2023-11-15T05:58:29.746661+0000 mgr.smithi055.asupmf (mgr.14182) 1050 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:30 smithi078 conmon[86742]: cluster 2023-11-15T05:58:29.508622+0000 mgr.smithi055.asupmf (mgr.14182) 1049 : cluster 2023-11-15T05:58:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:30 smithi078 conmon[86742]: [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:30 smithi078 conmon[86742]: audit 2023-11-15T05:58:29.746661+0000 mgr.smithi055.asupmf (mgr.14182) 1050 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:32.715 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:32.716 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:33.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:32 smithi055 conmon[82634]: cluster 2023-11-15T05:58:31.509074+0000 mgr.smithi055.asupmf (mgr.14182) 1051 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:33.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:32 smithi078 conmon[86742]: cluster 2023-11-15T05:58:31.509074+0000 mgr.smithi055.asupmf (mgr.14182) 1051 : cluster [DBG] 2023-11-15T05:58:33.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:32 smithi078 conmon[86742]: pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:34.071 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:34.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:33 smithi055 conmon[82634]: audit 2023-11-15T05:58:32.710469+0000 mgr.smithi055.asupmf (mgr.14182) 1052 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:34.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:33 smithi078 conmon[86742]: audit 2023-11-15T05:58:32.710469+0000 mgr.smithi055.asupmf (mgr.14182) 1052 : 2023-11-15T05:58:34.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:33 smithi078 conmon[86742]: audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:35.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:34 smithi055 conmon[82634]: cluster 2023-11-15T05:58:33.509575+0000 mgr.smithi055.asupmf ( 2023-11-15T05:58:35.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:34 smithi055 conmon[82634]: mgr.14182) 1053 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:58:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:34 smithi078 conmon[86742]: cluster 2023-11-15T05:58:33.509575+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:58:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:34 smithi078 conmon[86742]: 1053 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:58:35.765 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:35.766 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:36.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:37.132 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:37.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:36 smithi055 conmon[82634]: cluster 2023-11-15T05:58:35.509978+0000 mgr.smithi055.asupmf (mgr.14182) 1054 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:37.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:36 smithi055 conmon[82634]: audit 2023-11-15T05:58:35.760831+0000 mgr.smithi055.asupmf (mgr.14182) 1055 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:37.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:36 smithi078 conmon[86742]: cluster 2023-11-15T05:58:35.509978+0000 mgr.smithi055.asupmf (mgr.14182) 1054 : cluster [DBG] 2023-11-15T05:58:37.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:36 smithi078 conmon[86742]: pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:37.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:36 smithi078 conmon[86742]: audit 2023-11-15T05:58:35.760831+0000 mgr.smithi055.asupmf (mgr.14182) 1055 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:38.864 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:38.864 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:39.191 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:38 smithi055 conmon[82634]: cluster 2023-11-15T05:58:37.510406 2023-11-15T05:58:39.191 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:38 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 1056 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:39.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:39.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:38 smithi078 conmon[86742]: cluster 2023-11-15T05:58:37.510406+0000 mgr.smithi055.asupmf (mgr.14182) 1056 : cluster 2023-11-15T05:58:39.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:38 smithi078 conmon[86742]: [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:40.193 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:40.222 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:39 smithi055 conmon[82634]: audit 2023-11-15T05:58:38.859110+0000 mgr.smithi055.asupmf (mgr.14182) 1057 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:39 smithi078 conmon[86742]: audit 2023-11-15T05:58:38.859110+0000 mgr.smithi055.asupmf (mgr.14182) 1057 : audit [DBG] 2023-11-15T05:58:40.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:39 smithi078 conmon[86742]: from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:41.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:40 smithi055 conmon[82634]: cluster 2023-11-15T05:58:39.511006 2023-11-15T05:58:41.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:40 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 1058 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:40 smithi078 conmon[86742]: cluster 2023-11-15T05:58:39.511006+0000 mgr.smithi055.asupmf (mgr.14182) 1058 : cluster 2023-11-15T05:58:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:40 smithi078 conmon[86742]: [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:41.856 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:41.856 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:42.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:43.246 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:43.279 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:42 smithi055 conmon[82634]: cluster 2023-11-15T05:58:41.511412+0000 mgr.smithi055.asupmf (mgr.14182) 1059 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:43.279 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:42 smithi055 conmon[82634]: audit 2023-11-15T05:58:41.851376+0000 mgr.smithi055.asupmf (mgr.14182) 1060 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:42 smithi078 conmon[86742]: cluster 2023-11-15T05:58:41.511412+0000 mgr.smithi055.asupmf (mgr.14182) 1059 : cluster [DBG] 2023-11-15T05:58:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:42 smithi078 conmon[86742]: pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:43.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:42 smithi078 conmon[86742]: audit 2023-11-15T05:58:41.851376+0000 mgr.smithi055.asupmf (mgr.14182) 1060 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:44.978 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:44.978 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:44 smithi055 conmon[82634]: cluster 2023-11-15T05:58:43.511956+0000 mgr.smithi055.asupmf (mgr.14182) 1061 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:58:45.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:44 smithi078 conmon[86742]: cluster 2023-11-15T05:58:43.511956+0000 mgr.smithi055.asupmf (mgr.14182) 1061 : 2023-11-15T05:58:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:44 smithi078 conmon[86742]: cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:58:46.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:45 smithi055 conmon[82634]: audit 2023-11-15T05:58:44.973525+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:58:46.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:45 smithi055 conmon[82634]: 1062 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:46.309 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:45 smithi078 conmon[86742]: audit 2023-11-15T05:58:44.973525+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:58:46.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:45 smithi078 conmon[86742]: 1062 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:47.190 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:46 smithi055 conmon[82634]: cluster 2023-11-15T05:58:45.512397+0000 mgr.smithi055.asupmf (mgr.14182) 1063 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:47.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:46 smithi078 conmon[86742]: cluster 2023-11-15T05:58:45.512397+0000 mgr.smithi055.asupmf (mgr.14182) 1063 : cluster [DBG] 2023-11-15T05:58:47.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:46 smithi078 conmon[86742]: pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:47.986 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:47.987 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:48.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:49.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:48 smithi055 conmon[82634]: cluster 2023-11-15T05:58:47.512848+0000 mgr.smithi055.asupmf (mgr.14182) 1064 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:49.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:48 smithi055 conmon[82634]: audit 2023-11-15T05:58:47.981879+0000 mgr.smithi055.asupmf (mgr.14182) 1065 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:49.378 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:48 smithi078 conmon[86742]: cluster 2023-11-15T05:58:47.512848+0000 mgr.smithi055.asupmf (mgr.14182) 1064 : cluster 2023-11-15T05:58:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:48 smithi078 conmon[86742]: [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:48 smithi078 conmon[86742]: audit 2023-11-15T05:58:47.981879+0000 mgr.smithi055.asupmf (mgr.14182) 1065 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:51.078 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:51.079 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:51.265 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:50 smithi055 conmon[82634]: cluster 2023-11-15T05:58:49.513311+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:58:51.265 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:50 smithi055 conmon[82634]: 14182) 1066 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:50 smithi078 conmon[86742]: cluster 2023-11-15T05:58:49.513311+0000 mgr.smithi055.asupmf (mgr.14182) 1066 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:51.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:52.444 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:53.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:52 smithi055 conmon[82634]: audit 2023-11-15T05:58:51.073544+0000 mgr.smithi055.asupmf (mgr.14182) 1067 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:53.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:52 smithi055 conmon[82634]: cluster 2023-11-15T05:58:51.513801+0000 mgr.smithi055.asupmf (mgr.14182) 1068 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:52 smithi078 conmon[86742]: audit 2023-11-15T05:58:51.073544+0000 mgr.smithi055.asupmf (mgr.14182) 1067 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:52 smithi078 conmon[86742]: cluster 2023-11-15T05:58:51.513801+0000 mgr.smithi055.asupmf (mgr.14182) 1068 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:54.123 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:54.124 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:54.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:55 smithi055 conmon[82634]: cluster 2023-11-15T05:58:53.514424+0000 mgr.smithi055.asupmf (mgr.14182) 1069 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:58:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:55 smithi078 conmon[86742]: cluster 2023-11-15T05:58:53.514424+0000 mgr.smithi055.asupmf (mgr.14182) 1069 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:58:55.489 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:56.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:56 smithi055 conmon[82634]: audit 2023-11-15T05:58:54.118506+0000 mgr.smithi055.asupmf (mgr.14182) 1070 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:56.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:56 smithi078 conmon[86742]: audit 2023-11-15T05:58:54.118506+0000 mgr.smithi055.asupmf (mgr.14182) 1070 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:57.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:57 smithi055 conmon[82634]: cluster 2023-11-15T05:58:55.514911+0000 mgr.smithi055.asupmf (mgr.14182) 1071 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:57.204 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:58:57.204 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:57.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:57 smithi078 conmon[86742]: cluster 2023-11-15T05:58:55.514911+0000 mgr.smithi055.asupmf (mgr.14182) 1071 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:57.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:57 smithi078 conmon[86742]: 2023-11-15T05:58:57.540 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:58.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:58 smithi055 conmon[82634]: audit 2023-11-15T05:58:57.199341+0000 mgr.smithi055.asupmf (mgr.14182) 1072 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:58.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:58:58 smithi055 conmon[82634]: cluster 2023-11-15T05:58:57.515589+0000 mgr.smithi055.asupmf (mgr.14182) 1073 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:58.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:58 smithi078 conmon[86742]: audit 2023-11-15T05:58:57.199341+0000 mgr.smithi055.asupmf (mgr.14182) 1072 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:58.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:58:58 smithi078 conmon[86742]: cluster 2023-11-15T05:58:57.515589+0000 mgr.smithi055.asupmf (mgr.14182) 1073 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:58.541 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:00.194 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:00.194 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:00.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:00.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:00 smithi055 conmon[82634]: cluster 2023-11-15T05:58:59.516081+0000 mgr.smithi055.asupmf (mgr.14182) 1074 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:00.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:00 smithi078 conmon[86742]: cluster 2023-11-15T05:58:59.516081+0000 mgr.smithi055.asupmf (mgr.14182) 1074 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:01.504 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:01.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:01 smithi055 conmon[82634]: audit 2023-11-15T05:59:00. 2023-11-15T05:59:01.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:01 smithi055 conmon[82634]: 189579+0000 mgr.smithi055.asupmf (mgr.14182) 1075 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:01.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:01 smithi078 conmon[86742]: audit 2023-11-15T05:59:00.189579+0000 mgr.smithi055.asupmf (mgr.14182) 1075 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:02.877 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:02 smithi055 conmon[82634]: cluster 2023-11-15T05:59:01.516604+0000 mgr.smithi055.asupmf (mgr.14182) 1076 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:02.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:02 smithi078 conmon[86742]: cluster 2023-11-15T05:59:01.516604+0000 mgr.smithi055.asupmf (mgr.14182) 1076 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:03.202 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:03.202 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:03.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:04.573 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:04.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:04 smithi078 conmon[86742]: audit 2023-11-15T05:59:03.197547+0000 mgr.smithi055.asupmf (mgr.14182) 1077 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:04.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:04 smithi078 conmon[86742]: cluster 2023-11-15T05:59:03.517087+0000 mgr.smithi055.asupmf (mgr.14182) 1078 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:05.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:04 smithi055 conmon[82634]: audit 2023-11-15T05:59:03.197547+0000 mgr.smithi055.asupmf ( 2023-11-15T05:59:05.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:04 smithi055 conmon[82634]: mgr.14182) 1077 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:05.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:04 smithi055 conmon[82634]: cluster 2023-11-15T05:59:03.517087+0000 mgr.smithi055.asupmf (mgr.14182) 1078 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:06.175 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:06.176 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:06.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:06.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:06 smithi055 conmon[82634]: cluster 2023-11-15T05:59:05.517448+0000 2023-11-15T05:59:06.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:06 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1079 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:06 smithi078 conmon[86742]: cluster 2023-11-15T05:59:05.517448+0000 mgr.smithi055.asupmf (mgr.14182) 1079 : cluster 2023-11-15T05:59:06.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:06 smithi078 conmon[86742]: [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:07.525 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:07.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:07 smithi055 conmon[82634]: audit 2023-11-15T05:59:06.170806+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:59:07.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:07 smithi055 conmon[82634]: 1080 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:07.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:07 smithi078 conmon[86742]: audit 2023-11-15T05:59:06.170806+0000 mgr.smithi055.asupmf (mgr.14182) 1080 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:08 smithi078 conmon[86742]: cluster 2023-11-15T05:59:07.517925+0000 mgr.smithi055.asupmf (mgr.14182) 1081 2023-11-15T05:59:08.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:08 smithi078 conmon[86742]: : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:09.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:08 smithi055 conmon[82634]: cluster 2023-11-15T05:59:07.517925+0000 mgr.smithi055.asupmf (mgr.14182) 1081 : cluster [DBG] 2023-11-15T05:59:09.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:08 smithi055 conmon[82634]: pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:09.150 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:09.150 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:09.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:10.594 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:10 smithi078 conmon[86742]: audit 2023-11-15T05:59:09.145542+0000 mgr.smithi055.asupmf (mgr.14182) 1082 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:10.897 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:10 smithi078 conmon[86742]: cluster 2023-11-15T05:59:09.518350+0000 mgr.smithi055.asupmf (mgr.14182) 1083 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:11.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:10 smithi055 conmon[82634]: audit 2023-11-15T05:59:09.145542+0000 mgr.smithi055.asupmf (mgr.14182) 1082 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:11.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:10 smithi055 conmon[82634]: cluster 2023-11-15T05:59:09.518350+0000 mgr.smithi055.asupmf (mgr.14182) 1083 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:12.299 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:12.300 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:12.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:13.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:12 smithi055 conmon[82634]: cluster 2023-11-15T05:59:11.518781+0000 mgr.smithi055.asupmf (mgr.14182) 1084 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:13.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:12 smithi078 conmon[86742]: cluster 2023-11-15T05:59:11.518781+0000 mgr.smithi055.asupmf (mgr.14182) 1084 : cluster [DBG] 2023-11-15T05:59:13.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:12 smithi078 conmon[86742]: pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:13.848 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:14.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:13 smithi055 conmon[82634]: audit 2023-11-15T05:59:12.294612+0000 mgr.smithi055.asupmf (mgr.14182) 1085 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:14.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:13 smithi078 conmon[86742]: audit 2023-11-15T05:59:12.294612+0000 mgr.smithi055.asupmf (mgr.14182) 1085 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:15.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:14 smithi055 conmon[82634]: cluster 2023-11-15T05:59:13.519325+0000 mgr.smithi055.asupmf ( 2023-11-15T05:59:15.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:14 smithi055 conmon[82634]: mgr.14182) 1086 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:15.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:14 smithi078 conmon[86742]: cluster 2023-11-15T05:59:13.519325+0000 mgr.smithi055.asupmf (mgr.14182) 1086 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:15.467 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:15.467 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:15.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:16.808 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:17.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:16 smithi055 conmon[82634]: audit 2023-11-15T05:59:15.462493+0000 mgr.smithi055.asupmf (mgr.14182) 1087 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:17.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:16 smithi055 conmon[82634]: cluster 2023 2023-11-15T05:59:17.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:16 smithi055 conmon[82634]: -11-15T05:59:15.519824+0000 mgr.smithi055.asupmf (mgr.14182) 1088 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:17.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:16 smithi078 conmon[86742]: audit 2023-11-15T05:59:15.462493+0000 mgr.smithi055.asupmf (mgr.14182) 1087 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:17.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:16 smithi078 conmon[86742]: cluster 2023-11-15T05:59:15.519824+0000 mgr.smithi055.asupmf (mgr.14182) 1088 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:18.508 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:18.508 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:18.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:18 smithi055 conmon[82634]: cluster 2023-11-15T05:59:17.520278+0000 2023-11-15T05:59:18.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:18 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1089 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:18.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:19.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:18 smithi078 conmon[86742]: cluster 2023-11-15T05:59:17.520278+0000 mgr.smithi055.asupmf (mgr.14182) 1089 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:19.867 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:20.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:19 smithi055 conmon[82634]: audit 2023-11-15T05:59:18.503483+0000 mgr.smithi055.asupmf (mgr.14182) 1090 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:20.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:19 smithi078 conmon[86742]: audit 2023-11-15T05:59:18.503483+0000 mgr.smithi055.asupmf (mgr.14182) 1090 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:21.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:20 smithi055 conmon[82634]: cluster 2023-11-15T05:59:19.520867+0000 mgr.smithi055.asupmf (mgr.14182) 1091 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:21.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:20 smithi078 conmon[86742]: cluster 2023-11-15T05:59:19.520867+0000 mgr.smithi055.asupmf (mgr.14182) 1091 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:21.503 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:21.503 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:21.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:22.830 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:23.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:22 smithi055 conmon[82634]: audit 2023-11-15T05:59:21.498515+0000 mgr.smithi055.asupmf (mgr.14182) 1092 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:23.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:22 smithi055 conmon[82634]: cluster 2023-11-15T05:59:21.521412+0000 mgr.smithi055.asupmf (mgr.14182) 1093 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:23.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:22 smithi078 conmon[86742]: audit 2023-11-15T05:59:21.498515+0000 mgr.smithi055.asupmf (mgr.14182) 1092 : audit [DBG] 2023-11-15T05:59:23.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:22 smithi078 conmon[86742]: from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:23.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:22 smithi078 conmon[86742]: cluster 2023-11-15T05:59:21.521412+0000 mgr.smithi055.asupmf (mgr.14182) 1093 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:24.518 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:24.518 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:24.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:24 smithi055 conmon[82634]: cluster 2023-11-15T05:59:23.521883+0000 mgr.smithi055.asupmf (mgr.14182) 1094 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:24.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:25.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:24 smithi078 conmon[86742]: cluster 2023-11-15T05:59:23.521883+0000 mgr.smithi055.asupmf (mgr.14182) 1094 : cluster 2023-11-15T05:59:25.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:24 smithi078 conmon[86742]: [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:25.890 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:26.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:25 smithi055 conmon[82634]: audit 2023-11-15T05:59:24.513327+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:59:26.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:25 smithi055 conmon[82634]: ) 1095 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:26.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:25 smithi078 conmon[86742]: audit 2023-11-15T05:59:24.513327+0000 mgr.smithi055.asupmf (mgr.14182) 1095 : audit 2023-11-15T05:59:26.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:25 smithi078 conmon[86742]: [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:27.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:26 smithi055 conmon[82634]: cluster 2023-11-15T05:59:25.522263+0000 2023-11-15T05:59:27.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:26 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1096 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:27.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:26 smithi078 conmon[86742]: cluster 2023-11-15T05:59:25.522263+0000 mgr.smithi055.asupmf (mgr.14182) 1096 : cluster 2023-11-15T05:59:27.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:26 smithi078 conmon[86742]: [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:27.616 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:27.616 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:28.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:29.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:28 smithi055 conmon[82634]: cluster 2023-11-15T05:59:27.522700+0000 mgr.smithi055.asupmf (mgr.14182) 1097 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:29.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:28 smithi055 conmon[82634]: audit 2023-11-15T05:59:27.611258+0000 mgr.smithi055.asupmf (mgr.14182) 1098 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:29.053 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:29.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:28 smithi078 conmon[86742]: cluster 2023-11-15T05:59:27.522700+0000 mgr.smithi055.asupmf (mgr.14182) 1097 : cluster [DBG] 2023-11-15T05:59:29.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:28 smithi078 conmon[86742]: pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:29.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:28 smithi078 conmon[86742]: audit 2023-11-15T05:59:27.611258+0000 mgr.smithi055.asupmf (mgr.14182) 1098 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:30.734 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:30.734 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:31.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:30 smithi055 conmon[82634]: cluster 2023-11-15T05:59:29.523345+0000 mgr.smithi055.asupmf (mgr.14182) 1099 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:31.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:31.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:30 smithi078 conmon[86742]: cluster 2023-11-15T05:59:29.523345+0000 mgr.smithi055.asupmf (mgr.14182) 1099 : cluster 2023-11-15T05:59:31.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:30 smithi078 conmon[86742]: [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:32.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:31 smithi055 conmon[82634]: audit 2023-11-15T05:59:30.728892+0000 mgr.smithi055.asupmf (mgr.14182) 1100 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:32.104 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:32.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:31 smithi078 conmon[86742]: audit 2023-11-15T05:59:30.728892+0000 mgr.smithi055.asupmf (mgr.14182) 1100 : audit 2023-11-15T05:59:32.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:31 smithi078 conmon[86742]: [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:32.951 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:32 smithi055 conmon[82634]: cluster 2023-11-15T05:59:31.523876+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:59:32.951 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:32 smithi055 conmon[82634]: ) 1101 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:33.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:32 smithi078 conmon[86742]: cluster 2023-11-15T05:59:31.523876+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:59:33.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:32 smithi078 conmon[86742]: 1101 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:33.688 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:33.688 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:34.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:35.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:34 smithi055 conmon[82634]: cluster 2023-11-15T05:59:33.524330+0000 mgr.smithi055.asupmf (mgr.14182) 1102 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:35.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:34 smithi055 conmon[82634]: audit 2023-11-15T05:59:33.682789+0000 mgr.smithi055.asupmf (mgr.14182) 1103 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:35.053 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:35.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:34 smithi078 conmon[86742]: cluster 2023-11-15T05:59:33.524330+0000 mgr.smithi055.asupmf (mgr.14182) 1102 : cluster [DBG] 2023-11-15T05:59:35.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:34 smithi078 conmon[86742]: pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:35.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:34 smithi078 conmon[86742]: audit 2023-11-15T05:59:33.682789+0000 mgr.smithi055.asupmf (mgr.14182) 1103 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:36.768 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:36.769 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:37.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:36 smithi055 conmon[82634]: cluster 2023-11-15T05:59:35.525114+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:59:37.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:36 smithi055 conmon[82634]: ) 1104 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:37.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:37.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:36 smithi078 conmon[86742]: cluster 2023-11-15T05:59:35.525114+0000 mgr.smithi055.asupmf (mgr.14182) 1104 : cluster [DBG] 2023-11-15T05:59:37.151 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:36 smithi078 conmon[86742]: pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:37.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:37 smithi055 conmon[82634]: audit 2023-11-15T05:59:36.763883+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:59:37.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:37 smithi055 conmon[82634]: .14182) 1105 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:38.104 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:38.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:37 smithi078 conmon[86742]: audit 2023-11-15T05:59:36.763883+0000 mgr.smithi055.asupmf (mgr.14182) 1105 : 2023-11-15T05:59:38.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:37 smithi078 conmon[86742]: audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:38.918 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:38 smithi055 conmon[82634]: cluster 2023-11-15T05:59:37.525547+0000 mgr.smithi055.asupmf (mgr.14182) 1106 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:39.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:38 smithi078 conmon[86742]: cluster 2023-11-15T05:59:37.525547+0000 mgr.smithi055.asupmf ( 2023-11-15T05:59:39.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:38 smithi078 conmon[86742]: mgr.14182) 1106 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:39.726 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:39.727 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:40.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:41.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:40 smithi055 conmon[82634]: cluster 2023-11-15T05:59:39.525982+0000 mgr.smithi055.asupmf (mgr 2023-11-15T05:59:41.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:40 smithi055 conmon[82634]: .14182) 1107 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:41.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:40 smithi055 conmon[82634]: audit 2023-11-15T05:59:39.722244+0000 mgr.smithi055.asupmf (mgr.14182) 1108 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:41.057 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:41.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:40 smithi078 conmon[86742]: cluster 2023-11-15T05:59:39.525982+0000 mgr.smithi055.asupmf (mgr.14182) 1107 : cluster 2023-11-15T05:59:41.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:40 smithi078 conmon[86742]: [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:41.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:40 smithi078 conmon[86742]: audit 2023-11-15T05:59:39.722244+0000 mgr.smithi055.asupmf (mgr.14182) 1108 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:42.621 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:42.621 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:42.953 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:42 smithi055 conmon[82634]: cluster 2023-11-15T05:59:41.526416+0000 mgr.smithi055.asupmf (mgr.14182) 1109 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:43.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:43.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:42 smithi078 conmon[86742]: cluster 2023-11-15T05:59:41.526416+0000 mgr.smithi055.asupmf (mgr.14182) 1109 : cluster 2023-11-15T05:59:43.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:42 smithi078 conmon[86742]: [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:44.006 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:44.037 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:43 smithi055 conmon[82634]: audit 2023-11-15T05:59:42.616067+0000 mgr.smithi055.asupmf (mgr.14182) 1110 : audit 2023-11-15T05:59:44.038 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:43 smithi055 conmon[82634]: [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:44.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:43 smithi078 conmon[86742]: audit 2023-11-15T05:59:42.616067+0000 mgr.smithi055.asupmf (mgr.14182) 1110 : audit 2023-11-15T05:59:44.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:43 smithi078 conmon[86742]: [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:45.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:44 smithi055 conmon[82634]: cluster 2023-11-15T05:59:43.527145+0000 mgr.smithi055.asupmf ( 2023-11-15T05:59:45.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:44 smithi055 conmon[82634]: mgr.14182) 1111 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:45.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:44 smithi078 conmon[86742]: cluster 2023-11-15T05:59:43.527145+0000 mgr.smithi055.asupmf (mgr.14182) 1111 : cluster 2023-11-15T05:59:45.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:44 smithi078 conmon[86742]: [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:45.590 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:45.590 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:45.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:46.955 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:47.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:46 smithi055 conmon[82634]: cluster 2023-11-15T05:59:45.527528+0000 mgr.smithi055.asupmf (mgr.14182) 1112 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:47.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:46 smithi055 conmon[82634]: audit 2023-11-15T05:59:45.585641+0000 mgr.smithi055.asupmf (mgr.14182) 1113 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:47.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:46 smithi078 conmon[86742]: cluster 2023-11-15T05:59:45.527528+0000 mgr.smithi055.asupmf (mgr.14182) 1112 : cluster 2023-11-15T05:59:47.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:46 smithi078 conmon[86742]: [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:47.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:46 smithi078 conmon[86742]: audit 2023-11-15T05:59:45.585641+0000 mgr.smithi055.asupmf (mgr.14182) 1113 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:48.699 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:48.700 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:49.019 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:48 smithi055 conmon[82634]: cluster 2023-11-15T05:59:47.528253+0000 mgr.smithi055.asupmf (mgr.14182) 1114 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:49.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:49.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:48 smithi078 conmon[86742]: cluster 2023-11-15T05:59:47.528253+0000 mgr.smithi055.asupmf (mgr.14182) 1114 : cluster 2023-11-15T05:59:49.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:48 smithi078 conmon[86742]: [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:50.023 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:50.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:49 smithi055 conmon[82634]: audit 2023-11-15T05:59:48.694920+0000 2023-11-15T05:59:50.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:49 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1115 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:50.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:49 smithi078 conmon[86742]: audit 2023-11-15T05:59:48.694920+0000 mgr.smithi055.asupmf (mgr.14182) 1115 : audit 2023-11-15T05:59:50.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:49 smithi078 conmon[86742]: [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:50.891 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:50 smithi055 conmon[82634]: cluster 2023-11-15T05:59: 2023-11-15T05:59:50.891 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:50 smithi055 conmon[82634]: 49.528752+0000 mgr.smithi055.asupmf (mgr.14182) 1116 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:50 smithi078 conmon[86742]: cluster 2023-11-15T05:59:49.528752+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:59:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:50 smithi078 conmon[86742]: 1116 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:51.742 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:51.742 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:52.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:53.073 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:53.105 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:52 smithi055 conmon[82634]: cluster 2023-11-15T05:59:51.529183+0000 mgr.smithi055.asupmf (mgr.14182) 1117 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:53.105 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:52 smithi055 conmon[82634]: audit 2023-11-15T05:59:51.737113+0000 mgr.smithi055.asupmf (mgr.14182) 1118 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:52 smithi078 conmon[86742]: cluster 2023-11-15T05:59:51.529183+0000 mgr.smithi055.asupmf (mgr.14182) 1117 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:52 smithi078 conmon[86742]: 2023-11-15T05:59:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:52 smithi078 conmon[86742]: audit 2023-11-15T05:59:51.737113+0000 mgr.smithi055.asupmf (mgr.14182) 1118 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:54.749 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:54.749 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:55.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:54 smithi055 conmon[82634]: cluster 2023-11-15T 2023-11-15T05:59:55.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:54 smithi055 conmon[82634]: 05:59:53.529875+0000 mgr.smithi055.asupmf (mgr.14182) 1119 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:55.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:55.146 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:54 smithi078 conmon[86742]: cluster 2023-11-15T05:59:53.529875+0000 mgr.smithi055.asupmf (mgr.14182) 1119 : 2023-11-15T05:59:55.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:54 smithi078 conmon[86742]: cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T05:59:56.136 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:56.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:55 smithi078 conmon[86742]: audit 2023-11-15T05:59:54.744631+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T05:59:56.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:55 smithi078 conmon[86742]: 14182) 1120 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:56.167 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:55 smithi055 conmon[82634]: audit 2023-11-15T05:59:54.744631+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T05:59:56.167 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:55 smithi055 conmon[82634]: 1120 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:56.973 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:56 smithi055 conmon[82634]: cluster 2023-11-15T05:59:55.530249+0000 mgr.smithi055.asupmf ( 2023-11-15T05:59:56.974 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:56 smithi055 conmon[82634]: mgr.14182) 1121 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:57.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:56 smithi078 conmon[86742]: cluster 2023-11-15T05:59:55.530249+0000 mgr.smithi055.asupmf (mgr.14182) 1121 : cluster 2023-11-15T05:59:57.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:56 smithi078 conmon[86742]: [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:57.751 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T05:59:57.751 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:58.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:59.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:58 smithi078 conmon[86742]: cluster 2023-11-15T05:59:57.530787+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T05:59:59.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:58 smithi078 conmon[86742]: ) 1122 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:59.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 05:59:58 smithi078 conmon[86742]: audit 2023-11-15T05:59:57.746673+0000 mgr.smithi055.asupmf (mgr.14182) 1123 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:59.186 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:59.217 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:58 smithi055 conmon[82634]: cluster 2023-11-15T05:59:57.530787+0000 mgr.smithi055.asupmf (mgr.14182) 1122 2023-11-15T05:59:59.217 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:58 smithi055 conmon[82634]: : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:59.217 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 05:59:58 smithi055 conmon[82634]: audit 2023-11-15T05:59:57.746673+0000 mgr.smithi055.asupmf (mgr.14182) 1123 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:00.871 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:00.871 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:01.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:00 smithi078 conmon[86742]: cluster 2023-11-15T05:59:59.531234+0000 mgr.smithi055.asupmf (mgr.14182) 1124 : 2023-11-15T06:00:01.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:00 smithi078 conmon[86742]: cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:01.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:00 smithi078 conmon[86742]: cluster 2023-11-15T06:00:00.000090+0000 mon.smithi055 (mon.0) 733 : cluster [INF] overall HEALTH_OK 2023-11-15T06:00:01.207 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:00 smithi055 conmon[82634]: cluster 2023-11-15T05:59:59.531234+0000 mgr.smithi055.asupmf (mgr.14182) 1124 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:01.207 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:00 smithi055 conmon[82634]: cluster 2023-11-15T06:00:00.000090+0000 mon.smithi055 (mon.0) 733 : cluster [INF] overall HEALTH_OK 2023-11-15T06:00:01.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:02.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:01 smithi078 conmon[86742]: audit 2023-11-15T06:00:00.865937+0000 mgr.smithi055.asupmf (mgr.14182) 1125 : audit 2023-11-15T06:00:02.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:01 smithi078 conmon[86742]: [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:02.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:01 smithi055 conmon[82634]: audit 2023-11-15T06:00:00. 2023-11-15T06:00:02.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:01 smithi055 conmon[82634]: 865937+0000 mgr.smithi055.asupmf (mgr.14182) 1125 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:02.440 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:02 smithi078 conmon[86742]: cluster 2023-11-15T06:00:01.531979+0000 2023-11-15T06:00:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:02 smithi078 conmon[86742]: mgr.smithi055.asupmf (mgr.14182) 1126 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:03.148 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:02 smithi055 conmon[82634]: cluster 2023-11-15T06:00:01.531979+0000 2023-11-15T06:00:03.148 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:02 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1126 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:04.051 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:04.052 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:04.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:04 smithi078 conmon[86742]: cluster 2023-11-15T06:00:03.532487+0000 mgr.smithi055.asupmf (mgr.14182) 1127 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:05.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:04 smithi055 conmon[82634]: cluster 2023-11-15T06:00:03.532487+0000 mgr.smithi055.asupmf (mgr.14182) 1127 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:05.404 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:06.143 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:05 smithi055 conmon[82634]: audit 2023-11-15T06:00:04.047062+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T06:00:06.143 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:05 smithi055 conmon[82634]: 14182) 1128 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:06.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:05 smithi078 conmon[86742]: audit 2023-11-15T06:00:04.047062+0000 mgr.smithi055.asupmf (mgr.14182) 1128 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:07.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:06 smithi078 conmon[86742]: cluster 2023-11-15T06:00:05.532927+0000 mgr.smithi055.asupmf (mgr.14182) 1129 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:07.202 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:07.202 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:07.223 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:06 smithi055 conmon[82634]: cluster 2023-11-15T06:00:05.532927+0000 mgr.smithi055.asupmf (mgr.14182) 1129 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:07.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:08.557 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:09.122 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:08 smithi055 conmon[82634]: audit 2023-11-15T06:00:07.197379+0000 mgr.smithi055.asupmf 2023-11-15T06:00:09.122 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:08 smithi055 conmon[82634]: (mgr.14182) 1130 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:09.123 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:08 smithi055 conmon[82634]: cluster 2023-11-15T06:00:07.533369+0000 mgr.smithi055.asupmf (mgr.14182) 1131 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:09.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:08 smithi078 conmon[86742]: audit 2023-11-15T06:00:07.197379+0000 mgr.smithi055.asupmf (mgr.14182) 1130 : audit 2023-11-15T06:00:09.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:08 smithi078 conmon[86742]: [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:09.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:08 smithi078 conmon[86742]: cluster 2023-11-15T06:00:07.533369+0000 mgr.smithi055.asupmf (mgr.14182) 1131 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:10.288 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:10.288 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:10.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:11.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:10 smithi078 conmon[86742]: cluster 2023-11-15T06:00:09.533909+0000 mgr.smithi055.asupmf (mgr.14182) 1132 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:11.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:10 smithi078 conmon[86742]: 2023-11-15T06:00:11.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:10 smithi055 conmon[82634]: cluster 2023-11-15T06:00:09.533909+0000 mgr.smithi055.asupmf (mgr.14182) 1132 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:11.621 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:12.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:11 smithi055 conmon[82634]: audit 2023-11-15T06:00:10.283386 2023-11-15T06:00:12.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:11 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 1133 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:12.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:11 smithi078 conmon[86742]: audit 2023-11-15T06:00:10.283386+0000 mgr.smithi055.asupmf (mgr.14182) 1133 : audit 2023-11-15T06:00:12.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:11 smithi078 conmon[86742]: [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:13.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:12 smithi078 conmon[86742]: cluster 2023-11-15T06:00:11.534664+0000 mgr.smithi055.asupmf (mgr.14182) 1134 : cluster [DBG] 2023-11-15T06:00:13.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:12 smithi078 conmon[86742]: pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:13.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:12 smithi055 conmon[82634]: cluster 2023-11-15T06:00:11.534664+0000 2023-11-15T06:00:13.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:12 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1134 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:13.336 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:13.337 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:13.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:14.682 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:15.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:14 smithi055 conmon[82634]: audit 2023-11-15T06:00:13.332192+0000 mgr.smithi055.asupmf (mgr.14182) 1135 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:15.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:14 smithi055 conmon[82634]: cluster 2023-11-15T06:00:13.535210+0000 mgr.smithi055.asupmf (mgr.14182) 1136 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:15.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:14 smithi078 conmon[86742]: audit 2023-11-15T06:00:13.332192+0000 mgr.smithi055.asupmf (mgr.14182) 1135 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:15.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:14 smithi078 conmon[86742]: cluster 2023-11-15T06:00:13.535210+0000 mgr.smithi055.asupmf (mgr.14182) 1136 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:16.259 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:16.259 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:16.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:17.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:16 smithi055 conmon[82634]: cluster 2023-11-15T06:00:15.535756+0000 mgr.smithi055.asupmf (mgr.14182) 1137 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:17.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:16 smithi055 conmon[82634]: 2023-11-15T06:00:17.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:16 smithi078 conmon[86742]: cluster 2023-11-15T06:00:15.535756+0000 mgr.smithi055.asupmf (mgr.14182) 1137 : cluster [DBG] 2023-11-15T06:00:17.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:16 smithi078 conmon[86742]: pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:17.641 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:18.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:17 smithi078 conmon[86742]: audit 2023-11-15T06:00:16.254734+0000 mgr.smithi055.asupmf (mgr.14182) 1138 2023-11-15T06:00:18.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:17 smithi078 conmon[86742]: : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:18.154 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:17 smithi055 conmon[82634]: audit 2023-11-15T06:00:16.254734 2023-11-15T06:00:18.155 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:17 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 1138 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:19.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:18 smithi078 conmon[86742]: cluster 2023-11-15T06:00:17.536243+0000 mgr.smithi055.asupmf (mgr.14182) 1139 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:19.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:18 smithi055 conmon[82634]: cluster 2023-11-15T06:00:17.536243+0000 mgr.smithi055.asupmf (mgr.14182) 1139 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:19.384 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:19.384 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:19.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:20.791 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:21.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:20 smithi055 conmon[82634]: audit 2023-11-15T06:00:19. 2023-11-15T06:00:21.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:20 smithi055 conmon[82634]: 379353+0000 mgr.smithi055.asupmf (mgr.14182) 1140 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:21.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:20 smithi055 conmon[82634]: cluster 2023-11-15T06:00:19.536751+0000 mgr.smithi055.asupmf (mgr.14182) 1141 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:20 smithi078 conmon[86742]: audit 2023-11-15T06:00:19.379353+0000 mgr.smithi055.asupmf (mgr.14182) 1140 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:20 smithi078 conmon[86742]: cluster 2023-11-15T06:00:19.536751+0000 mgr.smithi055.asupmf (mgr.14182) 1141 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:22.359 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:22.360 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:22.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:23.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:22 smithi055 conmon[82634]: cluster 2023-11-15T06:00:21.537173+0000 mgr.smithi055.asupmf (mgr.14182) 1142 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:22 smithi078 conmon[86742]: cluster 2023-11-15T06:00:21.537173+0000 mgr.smithi055.asupmf (mgr.14182) 1142 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:23.744 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:24.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:23 smithi055 conmon[82634]: audit 2023-11-15T06:00:22.355071+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T06:00:24.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:23 smithi055 conmon[82634]: 1143 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:24.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:23 smithi078 conmon[86742]: audit 2023-11-15T06:00:22.355071+0000 mgr.smithi055.asupmf (mgr.14182) 1143 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:25.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:24 smithi055 conmon[82634]: cluster 2023-11-15T06:00:23.537693+0000 mgr.smithi055.asupmf (mgr 2023-11-15T06:00:25.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:24 smithi055 conmon[82634]: .14182) 1144 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:24 smithi078 conmon[86742]: cluster 2023-11-15T06:00:23.537693+0000 mgr.smithi055.asupmf (mgr.14182) 1144 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:25.436 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:25.436 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:45.008170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.qfjnkr on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:25.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:26.807 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:27.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:26 smithi055 conmon[82634]: audit 2023-11-15T06:00:25.431589+0000 mgr.smithi055.asupmf (mgr.14182) 1145 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:27.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:26 smithi055 conmon[82634]: 2023-11-15T06:00:27.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:26 smithi055 conmon[82634]: cluster 2023-11-15T06:00:25.538028+0000 mgr.smithi055.asupmf (mgr.14182) 1146 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:27.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:26 smithi055 conmon[82634]: audit 2023-11-15T06:00:26.520962+0000 mon.smithi055 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.vnhbdp"}]: dispatch 2023-11-15T06:00:27.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:26 smithi078 conmon[86742]: audit 2023-11-15T06:00:25.431589+0000 mgr.smithi055.asupmf (mgr.14182) 1145 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:27.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:26 smithi078 conmon[86742]: cluster 2023-11-15T06:00:27.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:26 smithi078 conmon[86742]: 2023-11-15T06:00:25.538028+0000 mgr.smithi055.asupmf (mgr.14182) 1146 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:27.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:26 smithi078 conmon[86742]: audit 2023-11-15T06:00:26.520962+0000 mon.smithi055 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.55:0/1215597092' entity='mgr.smithi055.asupmf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.vnhbdp"}]: dispatch 2023-11-15T06:00:28.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: cephadm 2023-11-15T06:00:26.520344+0000 mgr.smithi055.asupmf 2023-11-15T06:00:28.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: (mgr.14182) 1147 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.vnhbdp ... 2023-11-15T06:00:28.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:00:28.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:58:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:59:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:59:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:00:28.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: Traceback (most recent call last): 2023-11-15T06:00:28.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:00:28.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: yield (conn, connr) 2023-11-15T06:00:28.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:00:28.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: code, '\n'.join(err))) 2023-11-15T06:00:28.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.vnhbdp ... 2023-11-15T06:00:28.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:00:28.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:58:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:59:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:59:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:00:28.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: cephadm 2023-11-1 2023-11-15T06:00:28.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: 5T06:00:26.520555+0000 mgr.smithi055.asupmf (mgr.14182) 1148 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: cephadm 2023-11-15T06:00:26.521749+0000 mgr.smithi055.asupmf (mgr.14182) 1149 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: Deploy daemon haproxy.nfs.foo.smithi078.vnhbdp ... 2023-11-15T06:00:28.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:00:28.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:58:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:59:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr time="2023-11-15T05:59:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:00:28.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:27 smithi055 conmon[82634]: cephadm 2023-11-15T06:00:26.523608+0000 mgr.smithi055.asupmf (mgr.14182) 1150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi055.fhqtde on smithi055 2023-11-15T06:00:28.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: cephadm 2023-11-15T06:00:26.520344+0000 mgr.smithi055.asupmf (mgr.14182) 1147 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.vnhbdp ... 2023-11-15T06:00:28.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:00:28.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:58:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:59:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:59:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.399 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:00:28.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: Traceback (most recent call last): 2023-11-15T06:00:28.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:00:28.400 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: yield (conn, connr) 2023-11-15T06:00:28.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:00:28.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: code, '\n'.join(err))) 2023-11-15T06:00:28.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: 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-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.401 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.vnhbdp ... 2023-11-15T06:00:28.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:00:28.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:58:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:59:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:59:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:00:28.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docke 2023-11-15T06:00:28.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: r.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: cephadm 2023-11-15T06:00:26.520555+0000 mgr.smithi055.asupmf (mgr.14182) 1148 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: cephadm 2023-11-15T06:00:26.521749+0000 mgr.smithi055.asupmf (mgr.14182) 1149 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp 2023-11-15T06:00:28.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: /bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp 2023-11-15T06:00:28.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: Deploy daemon haproxy.nfs.foo.smithi078.vnhbdp ... 2023-11-15T06:00:28.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:00:28.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:58:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:59:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr time="2023-11-15T05:59:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:00:28.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:00:28.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:28.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:27 smithi078 conmon[86742]: cephadm 2023-11-15T06:00:26.523608+0000 mgr.smithi055.asupmf (mgr.14182) 1150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi055.fhqtde on smithi055 2023-11-15T06:00:28.422 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:28.426 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:28.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:29.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:28 smithi055 conmon[82634]: cluster 2023-11-15T06:00:27.538684+0000 mgr.smithi055.asupmf (mgr.14182) 1151 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:29.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:28 smithi078 conmon[86742]: cluster 2023-11-15T06:00:27.538684+0000 mgr.smithi055.asupmf (mgr.14182) 1151 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:29.873 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:30.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:29 smithi055 conmon[82634]: audit 2023-11-15T06:00:28.417843+0000 mgr.smithi055.asupmf (mgr.14182) 1152 : audit 2023-11-15T06:00:30.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:29 smithi055 conmon[82634]: [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:30.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:29 smithi078 conmon[86742]: audit 2023-11-15T06:00:28.417843+0000 mgr.smithi055.asupmf (mgr.14182) 1152 : audit 2023-11-15T06:00:30.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:29 smithi078 conmon[86742]: [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:31.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:30 smithi055 conmon[82634]: cluster 2023-11-15T06:00:29.539269+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T06:00:31.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:30 smithi055 conmon[82634]: 1153 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:31.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:30 smithi078 conmon[86742]: cluster 2023-11-15T06:00:29.539269+0000 mgr.smithi055.asupmf (mgr.14182) 1153 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:31.594 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:31.594 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:31.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:32.935 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:33.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:32 smithi055 conmon[82634]: cluster 2023-11-15T06:00:31.539690+0000 mgr.smithi055.asupmf (mgr.14182) 1154 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:33.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:32 smithi055 conmon[82634]: audit 2023-11-15T06:00:31.589368+0000 mgr.smithi055.asupmf (mgr.14182) 1155 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:32 smithi078 conmon[86742]: cluster 2023-11-15T06:00:31.539690+0000 mgr.smithi055.asupmf (mgr.14182) 1154 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:33.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:32 smithi078 conmon[86742]: audit 2023-11-15T06:00:31.589368+0000 mgr.smithi055.asupmf (mgr.14182) 1155 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:34.556 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:34.556 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:34.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:35.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:34 smithi055 conmon[82634]: cluster 2023-11-15T06:00:33.540253+0000 mgr.smithi055.asupmf (mgr.14182) 1156 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:35.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:34 smithi078 conmon[86742]: cluster 2023-11-15T06:00:33.540253+0000 mgr.smithi055.asupmf (mgr.14182) 1156 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:35.993 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:36.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:35 smithi055 conmon[82634]: audit 2023-11-15T06:00:34.551384+0000 mgr.smithi055.asupmf (mgr.14182) 1157 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:36.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:35 smithi078 conmon[86742]: audit 2023-11-15T06:00:34.551384+0000 mgr.smithi055.asupmf (mgr.14182) 1157 : audit [DBG] 2023-11-15T06:00:36.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:35 smithi078 conmon[86742]: from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:37.295 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:36 smithi055 conmon[82634]: cluster 2023-11-15T06:00:35.540800+0000 2023-11-15T06:00:37.372 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:36 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1158 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:37.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:36 smithi078 conmon[86742]: cluster 2023-11-15T06:00:35.540800+0000 mgr.smithi055.asupmf (mgr.14182) 1158 : cluster 2023-11-15T06:00:37.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:36 smithi078 conmon[86742]: [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:37.693 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:37.693 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:38.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:39.052 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:39.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:38 smithi055 conmon[82634]: cluster 2023-11-15T06:00:37.541238+0000 mgr.smithi055.asupmf (mgr.14182) 1159 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:39.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:38 smithi055 conmon[82634]: audit 2023-11-15T06:00:37.688756+0000 mgr.smithi055.asupmf (mgr.14182) 1160 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:39.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:38 smithi078 conmon[86742]: cluster 2023-11-15T06:00:37.541238+0000 mgr.smithi055.asupmf (mgr.14182) 1159 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:39.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:38 smithi078 conmon[86742]: audit 2023-11-15T06:00:37.688756+0000 mgr.smithi055.asupmf (mgr.14182) 1160 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:40.656 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:40.656 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:40.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:41.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:40 smithi055 conmon[82634]: cluster 2023-11-15T06:00:39.541845 2023-11-15T06:00:41.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:40 smithi055 conmon[82634]: +0000 mgr.smithi055.asupmf (mgr.14182) 1161 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:40 smithi078 conmon[86742]: cluster 2023-11-15T06:00:39.541845+0000 mgr.smithi055.asupmf (mgr.14182) 1161 : cluster [DBG] 2023-11-15T06:00:41.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:40 smithi078 conmon[86742]: pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:42.000 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:42.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:41 smithi055 conmon[82634]: audit 2023-11-15T06:00:40.651767+0000 mgr.smithi055.asupmf (mgr.14182) 1162 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:42.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:41 smithi078 conmon[86742]: audit 2023-11-15T06:00:40.651767+0000 mgr.smithi055.asupmf (mgr.14182) 1162 : audit 2023-11-15T06:00:42.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:41 smithi078 conmon[86742]: [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:43.286 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:42 smithi055 conmon[82634]: cluster 2023-11-15T06:00:41.542411+0000 mgr.smithi055.asupmf (mgr.14182) 1163 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:43.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:42 smithi078 conmon[86742]: cluster 2023-11-15T06:00:41.542411+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T06:00:43.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:42 smithi078 conmon[86742]: 1163 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:43.669 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:43.670 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:44.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:45.047 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:45.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:44 smithi055 conmon[82634]: cluster 2023-11-15T06:00:43.542931+0000 mgr.smithi055.asupmf (mgr.14182) 1164 : 2023-11-15T06:00:45.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:44 smithi055 conmon[82634]: cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:45.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:44 smithi055 conmon[82634]: audit 2023-11-15T06:00:43.664883+0000 mgr.smithi055.asupmf (mgr.14182) 1165 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:45.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:44 smithi078 conmon[86742]: cluster 2023-11-15T06:00:43.542931+0000 mgr.smithi055.asupmf (mgr.14182) 1164 : 2023-11-15T06:00:45.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:44 smithi078 conmon[86742]: cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:45.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:44 smithi078 conmon[86742]: audit 2023-11-15T06:00:43.664883+0000 mgr.smithi055.asupmf (mgr.14182) 1165 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:46.688 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:46.688 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:47.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:47.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:46 smithi055 conmon[82634]: cluster 2023-11-15T06:00:45.543448+0000 mgr.smithi055.asupmf (mgr.14182) 1166 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:47.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:46 smithi078 conmon[86742]: cluster 2023-11-15T06:00:45.543448+0000 mgr.smithi055.asupmf (mgr.14182) 1166 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:48.096 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:48 smithi055 conmon[82634]: audit 2023-11-15T06:00:46.683172+0000 mgr.smithi055.asupmf (mgr.14182) 1167 : 2023-11-15T06:00:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:48 smithi055 conmon[82634]: audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:48.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:48 smithi078 conmon[86742]: audit 2023-11-15T06:00:46.683172+0000 mgr.smithi055.asupmf (mgr.14182) 1167 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:49.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:49 smithi055 conmon[82634]: cluster 2023-11-15T06:00:47.543890+0000 mgr.smithi055.asupmf ( 2023-11-15T06:00:49.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:49 smithi055 conmon[82634]: mgr.14182) 1168 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:49.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:49 smithi078 conmon[86742]: cluster 2023-11-15T06:00:47.543890+0000 mgr.smithi055.asupmf (mgr.14182) 1168 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:49.772 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:49.773 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:50.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:51.158 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:51.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:51 smithi055 conmon[82634]: cluster 2023-11-15T06:00:49.544339+0000 mgr.smithi055.asupmf (mgr.14182) 1169 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:51.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:51 smithi055 conmon[82634]: audit 2023-11-15T06:00:49.768009+0000 mgr.smithi055.asupmf (mgr.14182) 1170 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:51 smithi078 conmon[86742]: cluster 2023-11-15T06:00:49.544339+0000 mgr.smithi055.asupmf (mgr.14182) 1169 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:51.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:51 smithi078 conmon[86742]: audit 2023-11-15T06:00:49.768009+0000 mgr.smithi055.asupmf (mgr.14182) 1170 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:52.771 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:52.771 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:53.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:53 smithi055 conmon[82634]: cluster 2023-11-15T06:00:51.544753+0000 mgr.smithi055.asupmf (mgr.14182) 1171 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:53.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:53.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:53 smithi078 conmon[86742]: cluster 2023-11-15T06:00:51.544753+0000 mgr.smithi055.asupmf (mgr.14182) 1171 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:54.107 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:54.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:54 smithi055 conmon[82634]: audit 2023-11-15T06:00:52.766748+0000 mgr.smithi055.asupmf (mgr.14182) 1172 : audit 2023-11-15T06:00:54.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:54 smithi055 conmon[82634]: [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:54.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:54 smithi078 conmon[86742]: audit 2023-11-15T06:00:52.766748+0000 mgr.smithi055.asupmf (mgr.14182) 1172 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:55.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:55 smithi055 conmon[82634]: cluster 2023-11-15T06:00:53.545533+0000 2023-11-15T06:00:55.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:55 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1173 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:55.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:55 smithi078 conmon[86742]: cluster 2023-11-15T06:00:53.545533+0000 mgr.smithi055.asupmf (mgr.14182) 1173 : 2023-11-15T06:00:55.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:55 smithi078 conmon[86742]: cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:00:55.799 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:55.799 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:56.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:56.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:56 smithi078 conmon[86742]: cluster 2023-11-15T06:00:55.545934+0000 mgr.smithi055.asupmf (mgr.14182) 1174 : cluster 2023-11-15T06:00:56.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:56 smithi078 conmon[86742]: [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:56.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:56 smithi078 conmon[86742]: audit 2023-11-15T06:00:55.793882+0000 mgr.smithi055.asupmf (mgr.14182) 1175 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:56.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:56 smithi055 conmon[82634]: cluster 2023-11-15T06:00:55.545934+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T06:00:56.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:56 smithi055 conmon[82634]: 14182) 1174 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:56.553 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:56 smithi055 conmon[82634]: audit 2023-11-15T06:00:55.793882+0000 mgr.smithi055.asupmf (mgr.14182) 1175 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:57.156 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:58.956 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:00:58.956 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:58.979 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:58 smithi055 conmon[82634]: cluster 2023-11-15T06:00:57.546502+0000 2023-11-15T06:00:58.979 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:58 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1176 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:59.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:58 smithi078 conmon[86742]: cluster 2023-11-15T06:00:57.546502+0000 mgr.smithi055.asupmf (mgr.14182) 1176 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:59.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:58 smithi078 conmon[86742]: 2023-11-15T06:00:59.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:00.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:59 smithi055 conmon[82634]: audit 2023-11-15T06:00:58.951158+0000 mgr.smithi055.asupmf 2023-11-15T06:01:00.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:00:59 smithi055 conmon[82634]: (mgr.14182) 1177 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:00.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:59 smithi078 conmon[86742]: audit 2023-11-15T06:00:58.951158+0000 mgr.smithi055.asupmf (mgr 2023-11-15T06:01:00.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:00:59 smithi078 conmon[86742]: .14182) 1177 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:00.305 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:01.031 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:00 smithi055 conmon[82634]: cluster 2023-11-15T06:00:59.547003+0000 mgr.smithi055.asupmf (mgr.14182) 1178 2023-11-15T06:01:01.032 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:00 smithi055 conmon[82634]: : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:01.035 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:00 smithi078 conmon[86742]: cluster 2023-11-15T06:00:59.547003+0000 mgr.smithi055.asupmf (mgr.14182) 1178 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:01.035 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:00 smithi078 conmon[86742]: 2023-11-15T06:01:02.061 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:02.062 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:02.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:03.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:02 smithi055 conmon[82634]: cluster 2023-11-15T06:01:01.547555+0000 mgr.smithi055.asupmf (mgr.14182) 1179 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:02 smithi078 conmon[86742]: cluster 2023-11-15T06:01:01.547555+0000 mgr.smithi055.asupmf (mgr.14182) 1179 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:03.452 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:03.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:03 smithi055 conmon[82634]: audit 2023-11-15T06:01:02.056828+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T06:01:03.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:03 smithi055 conmon[82634]: 1180 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:04.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:03 smithi078 conmon[86742]: audit 2023-11-15T06:01:02.056828+0000 mgr.smithi055.asupmf (mgr.14182) 1180 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:05.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:04 smithi055 conmon[82634]: cluster 2023-11-15T06:01:03.548144+0000 mgr.smithi055.asupmf (mgr.14182) 1181 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:04 smithi078 conmon[86742]: cluster 2023-11-15T06:01:03.548144+0000 mgr.smithi055.asupmf (mgr.14182) 1181 : cluster [DBG] 2023-11-15T06:01:05.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:04 smithi078 conmon[86742]: pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:05.153 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:05.153 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:05.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:06.513 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:06.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:06 smithi055 conmon[82634]: audit 2023-11-15T06:01:05.148716+0000 mgr.smithi055.asupmf (mgr.14182) 1182 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:06.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:06 smithi055 conmon[82634]: cluster 2023-11-15T06:01:05.548699+0000 mgr.smithi055.asupmf (mgr.14182) 1183 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:07.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:06 smithi078 conmon[86742]: audit 2023-11-15T06:01:05.148716+0000 mgr.smithi055.asupmf (mgr.14182) 1182 : audit [DBG] 2023-11-15T06:01:07.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:06 smithi078 conmon[86742]: from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:07.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:06 smithi078 conmon[86742]: cluster 2023-11-15T06:01:05.548699+0000 mgr.smithi055.asupmf (mgr.14182) 1183 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:08.182 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:08.183 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:08.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:08.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:08 smithi055 conmon[82634]: cluster 2023-11-15T06:01:07.549129+0000 mgr.smithi055.asupmf (mgr.14182) 1184 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:09.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:08 smithi078 conmon[86742]: cluster 2023-11-15T06:01:07.549129+0000 mgr.smithi055.asupmf (mgr.14182) 1184 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:09.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:08 smithi078 conmon[86742]: 2023-11-15T06:01:09.575 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:10.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:09 smithi055 conmon[82634]: audit 2023-11-15T06:01:08.177552+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T06:01:10.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:09 smithi055 conmon[82634]: ) 1185 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:10.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:09 smithi078 conmon[86742]: audit 2023-11-15T06:01:08.177552+0000 mgr.smithi055.asupmf (mgr.14182) 1185 : audit [DBG] 2023-11-15T06:01:10.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:09 smithi078 conmon[86742]: from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:11.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:10 smithi055 conmon[82634]: cluster 2023-11-15T06:01:09.549594+0000 mgr.smithi055.asupmf (mgr 2023-11-15T06:01:11.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:10 smithi055 conmon[82634]: .14182) 1186 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:11.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:10 smithi078 conmon[86742]: cluster 2023-11-15T06:01:09.549594+0000 mgr.smithi055.asupmf (mgr.14182) 1186 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:11.160 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:11.161 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:11.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:12.525 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:13.047 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:12 smithi055 conmon[82634]: audit 2023-11-15T06:01:11.156280+0000 mgr.smithi055.asupmf (mgr.14182) 1187 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:13.047 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:12 smithi055 conmon[82634]: cluster 2023-11-15T06:01:11.550287+0000 mgr.smithi055.asupmf (mgr.14182) 1188 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:13.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:12 smithi078 conmon[86742]: audit 2023-11-15T06:01:11.156280+0000 mgr.smithi055.asupmf (mgr.14182) 1187 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:13.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:12 smithi078 conmon[86742]: cluster 2023-11-15T06:01:11.550287+0000 mgr.smithi055.asupmf (mgr.14182) 1188 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:14.187 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:14.188 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:14.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:14.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:14 smithi055 conmon[82634]: cluster 2023-11-15T06:01:13.550720+0000 mgr.smithi055.asupmf (mgr.14182) 1189 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:15.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:14 smithi078 conmon[86742]: cluster 2023-11-15T06:01:13.550720+0000 mgr.smithi055.asupmf (mgr.14182) 1189 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:15.571 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:16.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:15 smithi055 conmon[82634]: audit 2023-11-15T06:01:14.182672+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T06:01:16.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:15 smithi055 conmon[82634]: ) 1190 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:16.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:15 smithi078 conmon[86742]: audit 2023-11-15T06:01:14.182672+0000 mgr.smithi055.asupmf (mgr.14182) 1190 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:16.802 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:16 smithi055 conmon[82634]: cluster 2023-11-15T06:01:15.551228+0000 mgr.smithi055.asupmf (mgr.14182) 1191 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:17.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:16 smithi078 conmon[86742]: cluster 2023-11-15T06:01:15.551228+0000 mgr.smithi055.asupmf (mgr.14182) 1191 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:17.298 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:17.299 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:17.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:18.632 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:19.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:18 smithi055 conmon[82634]: audit 2023-11-15T06:01:17.293431+0000 mgr.smithi055.asupmf (mgr.14182) 1192 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:19.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:18 smithi055 conmon[82634]: cluster 2023-11-15T06:01:17.551676+0000 mgr.smithi055.asupmf (mgr.14182) 1193 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:19.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:18 smithi078 conmon[86742]: audit 2023-11-15T06:01:17.293431+0000 mgr.smithi055.asupmf (mgr.14182) 1192 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:19.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:18 smithi078 conmon[86742]: cluster 2023-11-15T06:01:17.551676+0000 mgr.smithi055.asupmf (mgr.14182) 1193 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:20.308 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:20.308 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:20.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:21.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:20 smithi055 conmon[82634]: cluster 2023-11-15T06:01 2023-11-15T06:01:21.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:20 smithi055 conmon[82634]: :19.552255+0000 mgr.smithi055.asupmf (mgr.14182) 1194 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:21.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:20 smithi078 conmon[86742]: cluster 2023-11-15T06:01:19.552255+0000 mgr.smithi055.asupmf (mgr.14182) 1194 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:21.786 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:22.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:21 smithi055 conmon[82634]: audit 2023-11-15T06:01:20.303506+0000 mgr.smithi055.asupmf (mgr 2023-11-15T06:01:22.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:21 smithi055 conmon[82634]: .14182) 1195 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:22.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:21 smithi078 conmon[86742]: audit 2023-11-15T06:01:20.303506+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T06:01:22.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:21 smithi078 conmon[86742]: 1195 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:23.007 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:22 smithi055 conmon[82634]: cluster 2023-11-15T06:01:21.554613+0000 mgr.smithi055.asupmf (mgr.14182) 1196 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:23.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:22 smithi078 conmon[86742]: cluster 2023-11-15T06:01:21.554613+0000 mgr.smithi055.asupmf (mgr.14182) 1196 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:23.405 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:23.430 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:23.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:24.749 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:25.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:24 smithi055 conmon[82634]: audit 2023-11-15T06:01:23.400382+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T06:01:25.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:24 smithi055 conmon[82634]: 1197 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:25.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:24 smithi055 conmon[82634]: cluster 2023-11-15T06:01:23.555269+0000 mgr.smithi055.asupmf (mgr.14182) 1198 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:25.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:24 smithi078 conmon[86742]: audit 2023-11-15T06:01:23.400382+0000 mgr.smithi055.asupmf (mgr.14182) 1197 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:25.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:24 smithi078 conmon[86742]: 2023-11-15T06:01:25.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:24 smithi078 conmon[86742]: cluster 2023-11-15T06:01:23.555269+0000 mgr.smithi055.asupmf (mgr.14182) 1198 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:26.451 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:26.451 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:26.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:27.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:26 smithi055 conmon[82634]: cluster 2023-11-15T06:01:25.555670+0000 mgr.smithi055.asupmf (mgr.14182) 1199 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:27.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:26 smithi078 conmon[86742]: cluster 2023-11-15T06:01:25.555670+0000 mgr.smithi055.asupmf (mgr.14182) 1199 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:27.813 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:28.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:27 smithi055 conmon[82634]: audit 2023-11-15T06:01:26.445924+0000 mgr.smithi055.asupmf (mgr.14182) 2023-11-15T06:01:28.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:27 smithi055 conmon[82634]: 1200 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:28.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:27 smithi078 conmon[86742]: audit 2023-11-15T06:01:26.445924+0000 mgr.smithi055.asupmf (mgr.14182) 1200 : audit [DBG] 2023-11-15T06:01:28.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:27 smithi078 conmon[86742]: from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:29.022 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:28 smithi055 conmon[82634]: cluster 2023-11-15T06:01:27.556386+0000 2023-11-15T06:01:29.022 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:28 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1201 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:29.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:28 smithi078 conmon[86742]: cluster 2023-11-15T06:01:27.556386+0000 mgr.smithi055.asupmf (mgr.14182) 1201 : cluster [DBG] 2023-11-15T06:01:29.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:28 smithi078 conmon[86742]: pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:29.426 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:29.427 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:29.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:30.877 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:31.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:30 smithi055 conmon[82634]: audit 2023-11-15T06:01:29.421578+0000 mgr.smithi055.asupmf (mgr.14182) 1202 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:31.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:30 smithi055 conmon[82634]: cluster 2023-11-15T06:01:29.556802+0000 mgr.smithi055.asupmf (mgr.14182) 1203 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:31.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:30 smithi078 conmon[86742]: audit 2023-11-15T06:01:29.421578+0000 mgr.smithi055.asupmf (mgr.14182) 1202 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:31.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:30 smithi078 conmon[86742]: cluster 2023-11-15T06:01:29.556802 2023-11-15T06:01:31.150 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:30 smithi078 conmon[86742]: +0000 mgr.smithi055.asupmf (mgr.14182) 1203 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:32.439 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:32.439 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:32.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:33.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:32 smithi055 conmon[82634]: cluster 2023-11-15T06:01:31.557418+0000 mgr.smithi055.asupmf (mgr.14182) 1204 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:33.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:32 smithi078 conmon[86742]: cluster 2023-11-15T06:01:31.557418+0000 mgr.smithi055.asupmf (mgr.14182) 1204 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:33.829 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:34.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:33 smithi055 conmon[82634]: audit 2023-11-15T06:01:32.434343+0000 mgr.smithi055.asupmf (mgr.14182) 1205 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:34.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:33 smithi078 conmon[86742]: audit 2023-11-15T06:01:32.434343+0000 mgr.smithi055.asupmf (mgr.14182) 1205 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:35.030 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:34 smithi055 conmon[82634]: cluster 2023-11-15T06:01:33.557977+0000 mgr.smithi055.asupmf (mgr.14182) 1206 : cluster 2023-11-15T06:01:35.030 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:34 smithi055 conmon[82634]: [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:35.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:34 smithi078 conmon[86742]: cluster 2023-11-15T06:01:33.557977+0000 mgr.smithi055.asupmf (mgr.14182) 1206 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:35.432 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:35.433 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:35.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:36.780 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:37.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:36 smithi078 conmon[86742]: audit 2023-11-15T06:01:35.427890+0000 mgr.smithi055.asupmf (mgr.14182) 1207 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:37.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:36 smithi078 conmon[86742]: cluster 2023-11-15T06:01:35.558344+0000 mgr.smithi055.asupmf (mgr.14182) 1208 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:37.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:36 smithi055 conmon[82634]: audit 2023-11-15T06:01:35.427890+0000 mgr.smithi055.asupmf (mgr.14182) 1207 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:37.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:36 smithi055 conmon[82634]: cluster 2023-11-15T06:01:35.558344+0000 mgr.smithi055.asupmf (mgr.14182) 1208 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:38.463 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:38.464 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:38.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:39.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:38 smithi055 conmon[82634]: cluster 2023-11-15T06:01:37.558777+0000 mgr.smithi055.asupmf (mgr.14182) 1209 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:39.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:38 smithi078 conmon[86742]: cluster 2023-11-15T06:01:37.558777+0000 mgr.smithi055.asupmf (mgr.14182) 1209 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:39.831 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:40.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:39 smithi078 conmon[86742]: audit 2023-11-15T06:01:38.458620+0000 mgr.smithi055.asupmf (mgr.14182) 1210 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:40.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:39 smithi055 conmon[82634]: audit 2023-11-15T06:01:38.458620+0000 mgr.smithi055.asupmf ( 2023-11-15T06:01:40.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:39 smithi055 conmon[82634]: mgr.14182) 1210 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:41.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:40 smithi055 conmon[82634]: cluster 2023-11-15T06:01:39.559508+0000 2023-11-15T06:01:41.053 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:40 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1211 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:41.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:40 smithi078 conmon[86742]: cluster 2023-11-15T06:01:39.559508+0000 mgr.smithi055.asupmf (mgr.14182) 1211 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:41.529 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:41.529 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:41.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:42.881 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:43.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:42 smithi078 conmon[86742]: audit 2023-11-15T06:01:41.524536+0000 mgr.smithi055.asupmf (mgr.14182) 1212 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:43.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:42 smithi078 conmon[86742]: cluster 2023-11-15T06:01:41.560143+0000 mgr.smithi055.asupmf (mgr.14182) 1213 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:43.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:42 smithi055 conmon[82634]: audit 2023-11-15T06:01:41.524536+0000 mgr.smithi055.asupmf (mgr.14182) 1212 : audit 2023-11-15T06:01:43.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:42 smithi055 conmon[82634]: [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:43.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:42 smithi055 conmon[82634]: cluster 2023-11-15T06:01:41.560143+0000 mgr.smithi055.asupmf (mgr.14182) 1213 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:44.564 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:44.565 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:44.938 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:44 smithi055 conmon[82634]: cluster 2023-11-15T06:01:43.560783+0000 mgr.smithi055.asupmf (mgr.14182) 1214 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:44.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:45.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:44 smithi078 conmon[86742]: cluster 2023-11-15T06:01:43.560783+0000 mgr.smithi055.asupmf (mgr.14182) 1214 : cluster [DBG] 2023-11-15T06:01:45.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:44 smithi078 conmon[86742]: pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:45.941 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:46.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:45 smithi078 conmon[86742]: audit 2023-11-15T06:01:44.559511+0000 mgr.smithi055.asupmf (mgr.14182) 1215 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:46.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:45 smithi055 conmon[82634]: audit 2023-11-15T06:01:44.559511+0000 mgr.smithi055.asupmf (mgr.14182) 1215 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:47.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:46 smithi055 conmon[82634]: cluster 2023-11-15T06:01:45.561502+0000 mgr.smithi055.asupmf (mgr.14182) 1216 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:47.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:46 smithi078 conmon[86742]: cluster 2023-11-15T06:01:45.561502+0000 mgr.smithi055.asupmf (mgr.14182) 1216 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:47.550 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:47.551 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:47.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:48.891 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:49.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:48 smithi078 conmon[86742]: audit 2023-11-15T06:01:47.545675+0000 mgr.smithi055.asupmf (mgr.14182) 1217 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:49.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:48 smithi078 conmon[86742]: cluster 2023-11-15T06:01:47.561983+0000 mgr.smithi055.asupmf (mgr.14182) 1218 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:49.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:48 smithi055 conmon[82634]: audit 2023-11-15T06:01:47.545675+0000 mgr.smithi055.asupmf (mgr.14182) 1217 : audit [DBG] 2023-11-15T06:01:49.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:48 smithi055 conmon[82634]: from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:49.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:48 smithi055 conmon[82634]: cluster 2023-11-15T06:01:47.561983+0000 mgr.smithi055.asupmf (mgr.14182) 1218 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:50.597 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:50.597 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:50.950 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:50 smithi055 conmon[82634]: cluster 2023-11-15T06:01:49.562449+0000 mgr.smithi055.asupmf (mgr.14182) 1219 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:50.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:51.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:50 smithi078 conmon[86742]: cluster 2023-11-15T06:01:49.562449+0000 mgr.smithi055.asupmf (mgr.14182) 1219 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:51.953 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:52.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:51 smithi078 conmon[86742]: audit 2023-11-15T06:01:50.592366+0000 mgr.smithi055.asupmf (mgr.14182) 1220 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:52.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:51 smithi055 conmon[82634]: audit 2023-11-15T06:01:50.592366+0000 mgr.smithi055.asupmf (mgr.14182) 1220 : 2023-11-15T06:01:52.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:51 smithi055 conmon[82634]: audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:53.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:52 smithi078 conmon[86742]: cluster 2023-11-15T06:01:51.562871+0000 mgr.smithi055.asupmf (mgr.14182) 1221 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:53.269 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:52 smithi055 conmon[82634]: cluster 2023-11-15T06:01:51.562871+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T06:01:53.269 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:52 smithi055 conmon[82634]: ) 1221 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:53.685 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:53.685 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:54.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:55.112 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:55.144 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:54 smithi055 conmon[82634]: cluster 2023-11-15T06:01:53.563414+0000 mgr.smithi055.asupmf (mgr.14182) 1222 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:55.144 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:54 smithi055 conmon[82634]: audit 2023-11-15T06:01:53.680344+0000 mgr.smithi055.asupmf (mgr.14182) 1223 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:55.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:54 smithi078 conmon[86742]: cluster 2023-11-15T06:01:53.563414+0000 mgr.smithi055.asupmf (mgr.14182) 1222 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:01:55.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:54 smithi078 conmon[86742]: audit 2023-11-15T06:01:53.680344+0000 mgr.smithi055.asupmf (mgr.14182) 1223 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:56.826 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:56.826 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:57.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:56 smithi078 conmon[86742]: cluster 2023-11-15T06:01:55.563939+0000 mgr.smithi055.asupmf (mgr.14182) 1224 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:57.165 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:56 smithi055 conmon[82634]: cluster 2023-11-15T06:01:55.563939+0000 mgr.smithi055.asupmf (mgr.14182) 1224 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:57.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:58.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:57 smithi078 conmon[86742]: audit 2023-11-15T06:01:56.821343+0000 mgr.smithi055.asupmf (mgr.14182) 1225 : audit [DBG] 2023-11-15T06:01:58.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:57 smithi078 conmon[86742]: from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:58.177 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:58.207 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:57 smithi055 conmon[82634]: audit 2023-11-15T06:01:56.821343+0000 mgr.smithi055.asupmf (mgr.14182) 1225 : audit 2023-11-15T06:01:58.208 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:57 smithi055 conmon[82634]: [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:59.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:01:58 smithi055 conmon[82634]: cluster 2023-11-15T06:01:57.564356+0000 mgr.smithi055.asupmf (mgr.14182) 1226 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:59.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:01:58 smithi078 conmon[86742]: cluster 2023-11-15T06:01:57.564356+0000 mgr.smithi055.asupmf (mgr.14182) 1226 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:59.910 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:01:59.911 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:00.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:01.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:00 smithi078 conmon[86742]: cluster 2023-11-15T06:01:59.564771+0000 mgr.smithi055.asupmf (mgr.14182) 1227 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:01.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:00 smithi078 conmon[86742]: audit 2023-11-15T06:01:59.906002+0000 mgr.smithi055.asupmf (mgr.14182) 1228 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:01.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:00 smithi055 conmon[82634]: cluster 2023-11- 2023-11-15T06:02:01.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:00 smithi055 conmon[82634]: 15T06:01:59.564771+0000 mgr.smithi055.asupmf (mgr.14182) 1227 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:01.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:00 smithi055 conmon[82634]: audit 2023-11-15T06:01:59.906002+0000 mgr.smithi055.asupmf (mgr.14182) 1228 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:01.341 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:03.030 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:02:03.031 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:03.147 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:02 smithi078 conmon[86742]: cluster 2023-11-15T06:02:01.565274+0000 mgr.smithi055.asupmf (mgr.14182) 1229 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:03.157 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:02 smithi055 conmon[82634]: cluster 2023-11-15T06:02:01.565274+0000 mgr.smithi055.asupmf (mgr.14182) 1229 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:03.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:04.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:03 smithi055 conmon[82634]: audit 2023-11-15T06:02:03.025172+0000 mgr.smithi055.asupmf (mgr.14182) 1230 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:04.442 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:04.443 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:03 smithi078 conmon[86742]: audit 2023-11-15T06:02:03.025172+0000 mgr.smithi055.asupmf (mgr.14182) 1230 2023-11-15T06:02:04.444 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:03 smithi078 conmon[86742]: : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:05.265 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:04 smithi055 conmon[82634]: cluster 2023-11-15T06:02:03.565928+0000 mgr.smithi055.asupmf (mgr.14182) 1231 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:02:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:04 smithi078 conmon[86742]: cluster 2023-11-15T06:02:03.565928+0000 mgr.smithi055.asupmf (mgr.14182) 1231 : cluster 2023-11-15T06:02:05.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:04 smithi078 conmon[86742]: [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:02:06.068 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:02:06.068 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:06.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:07.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:06 smithi055 conmon[82634]: cluster 2023-11-15T06:02:05.566306+0000 mgr.smithi055.asupmf (mgr.14182) 1232 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:07.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:06 smithi078 conmon[86742]: cluster 2023-11-15T06:02:05.566306+0000 mgr.smithi055.asupmf (mgr.14182) 1232 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:07.406 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:08.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:07 smithi055 conmon[82634]: audit 2023-11-15T06:02:06.063805+0000 2023-11-15T06:02:08.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:07 smithi055 conmon[82634]: mgr.smithi055.asupmf (mgr.14182) 1233 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:08.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:07 smithi078 conmon[86742]: audit 2023-11-15T06:02:06.063805+0000 mgr.smithi055.asupmf (mgr.14182) 1233 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:09.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:08 smithi055 conmon[82634]: cluster 2023-11-15T06:02:07.566734+0000 mgr.smithi055.asupmf (mgr.14182) 1234 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:09.081 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:02:09.081 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:09.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:08 smithi078 conmon[86742]: cluster 2023-11-15T06:02:07.566734+0000 mgr.smithi055.asupmf (mgr.14182) 1234 : 2023-11-15T06:02:09.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:08 smithi078 conmon[86742]: cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:09.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:10.458 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:11.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:10 smithi055 conmon[82634]: audit 2023-11-15T06:02:09.076729+0000 mgr.smithi055.asupmf (mgr.14182) 1235 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:11.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:10 smithi055 conmon[82634]: cluster 2023-11-15T06:02:09.567115+0000 mgr.smithi055.asupmf (mgr.14182) 1236 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:10 smithi078 conmon[86742]: audit 2023-11-15T06:02:09.076729+0000 mgr.smithi055.asupmf (mgr.14182) 1235 : audit 2023-11-15T06:02:11.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:10 smithi078 conmon[86742]: [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:11.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:10 smithi078 conmon[86742]: cluster 2023-11-15T06:02:09.567115+0000 mgr.smithi055.asupmf (mgr.14182) 1236 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:12.179 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:02:12.179 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:12.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:13.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:12 smithi055 conmon[82634]: cluster 2023-11-15T06:02:11.567652+0000 mgr.smithi055.asupmf (mgr.14182) 1237 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:13.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:12 smithi078 conmon[86742]: cluster 2023-11-15T06:02:11.567652+0000 mgr.smithi055.asupmf (mgr.14182) 1237 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:13.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:12 smithi078 conmon[86742]: 2023-11-15T06:02:13.524 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:14.227 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:13 smithi055 conmon[82634]: audit 2023-11-15T06:02:12.174086+0000 mgr.smithi055.asupmf (mgr.14182) 1238 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:14.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:13 smithi078 conmon[86742]: audit 2023-11-15T06:02:12.174086+0000 mgr.smithi055.asupmf (mgr.14182) 1238 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:15.236 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:02:15.237 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:15.260 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:14 smithi055 conmon[82634]: cluster 2023-11-15T06:02:13. 2023-11-15T06:02:15.261 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:14 smithi055 conmon[82634]: 568238+0000 mgr.smithi055.asupmf (mgr.14182) 1239 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:02:15.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:14 smithi078 conmon[86742]: cluster 2023-11-15T06:02:13.568238+0000 mgr.smithi055.asupmf (mgr.14182) 1239 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:02:15.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:16.592 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:17.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:16 smithi055 conmon[82634]: audit 2023-11-15T06:02:15.231203+0000 mgr.smithi055.asupmf 2023-11-15T06:02:17.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:16 smithi055 conmon[82634]: (mgr.14182) 1240 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:17.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:16 smithi055 conmon[82634]: cluster 2023-11-15T06:02:15.568637+0000 mgr.smithi055.asupmf (mgr.14182) 1241 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:17.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:16 smithi078 conmon[86742]: audit 2023-11-15T06:02:15.231203+0000 mgr.smithi055.asupmf (mgr.14182) 1240 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:17.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:16 smithi078 conmon[86742]: cluster 2023-11-15T06:02:15.568637+0000 mgr.smithi055.asupmf (mgr.14182) 1241 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:18.321 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:02:18.321 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:18.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:19.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:18 smithi055 conmon[82634]: cluster 2023-11-15T06:02:17.569046+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T06:02:19.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:18 smithi055 conmon[82634]: 14182) 1242 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:19.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:18 smithi078 conmon[86742]: cluster 2023-11-15T06:02:17.569046+0000 mgr.smithi055.asupmf (mgr.14182) 1242 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:19.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:18 smithi078 conmon[86742]: 2023-11-15T06:02:19.743 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:20.052 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:19 smithi055 conmon[82634]: audit 2023-11-15T06:02:18.315873+0000 mgr.smithi055.asupmf (mgr.14182) 1243 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:20.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:19 smithi078 conmon[86742]: audit 2023-11-15T06:02:18.315873+0000 mgr.smithi055.asupmf (mgr.14182) 1243 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:20.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:19 smithi078 conmon[86742]: 2023-11-15T06:02:21.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:20 smithi055 conmon[82634]: cluster 2023-11-15T06:02:19.569746+0000 mgr.smithi055.asupmf (mgr. 2023-11-15T06:02:21.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:20 smithi055 conmon[82634]: 14182) 1244 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:20 smithi078 conmon[86742]: cluster 2023-11-15T06:02:19.569746+0000 mgr.smithi055.asupmf (mgr.14182) 1244 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:21.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:20 smithi078 conmon[86742]: 2023-11-15T06:02:21.407 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:02:21.407 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:21.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:22.801 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:23.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:23 smithi055 conmon[82634]: audit 2023-11-15T06:02:21.402381+0000 mgr.smithi055.asupmf (mgr.14182 2023-11-15T06:02:23.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:23 smithi055 conmon[82634]: ) 1245 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:23.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:23 smithi055 conmon[82634]: cluster 2023-11-15T06:02:21.570211+0000 mgr.smithi055.asupmf (mgr.14182) 1246 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:23 smithi078 conmon[86742]: audit 2023-11-15T06:02:21.402381+0000 mgr.smithi055.asupmf (mgr.14182) 1245 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:23.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:23 smithi078 conmon[86742]: 2023-11-15T06:02:23.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:23 smithi078 conmon[86742]: cluster 2023-11-15T06:02:21.570211+0000 mgr.smithi055.asupmf (mgr.14182) 1246 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:24.500 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:02:24.501 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:24.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:25.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:25 smithi055 conmon[82634]: cluster 2023-11-15T06:02:23.570729+0000 mgr.smithi055.asupmf (mgr.14182) 1247 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:02:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:25 smithi078 conmon[86742]: cluster 2023-11-15T06:02:23.570729+0000 mgr.smithi055.asupmf (mgr.14182) 1247 : cluster [DBG] 2023-11-15T06:02:25.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:25 smithi078 conmon[86742]: pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:02:25.854 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:26.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:26 smithi055 conmon[82634]: audit 2023-11-15T06:02:24.495613+0000 mgr.smithi055.asupmf (mgr 2023-11-15T06:02:26.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:26 smithi055 conmon[82634]: .14182) 1248 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:26.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:26 smithi078 conmon[86742]: audit 2023-11-15T06:02:24.495613+0000 mgr.smithi055.asupmf (mgr.14182) 1248 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:26.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:26 smithi078 conmon[86742]: 2023-11-15T06:02:27.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:27 smithi055 conmon[82634]: cluster 2023-11-15T06:02:25.571221+0000 mgr.smithi055.asupmf (mgr.14182) 1249 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:27.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:27 smithi078 conmon[86742]: cluster 2023-11-15T06:02:25.571221+0000 mgr.smithi055.asupmf (mgr.14182) 1249 : cluster [DBG] 2023-11-15T06:02:27.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:27 smithi078 conmon[86742]: pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:27.533 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:02:27.534 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:27.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:28.907 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:29.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:29 smithi055 conmon[82634]: audit 2023-11-15T06:02:27.529161+0000 mgr.smithi055.asupmf (mgr.14182) 1250 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:29.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:29 smithi055 conmon[82634]: cluster 2023-11-15T06:02:27.571864+0000 mgr.smithi055.asupmf (mgr.14182) 1251 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:29.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:29 smithi078 conmon[86742]: audit 2023-11-15T06:02:27.529161+0000 mgr.smithi055.asupmf (mgr.14182) 1250 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:29.398 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:29 smithi078 conmon[86742]: cluster 2023-11-15T06:02:27.571864+0000 mgr.smithi055.asupmf (mgr.14182) 1251 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:30.644 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-11-15T06:02:30.645 INFO:teuthology.orchestra.run.smithi055.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:36:58.955995Z", "last_refresh": "2023-11-15T05:57:57.064684Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:36:54.400296Z", "last_refresh": "2023-11-15T05:57:54.500819Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:36:56.746117Z", "last_refresh": "2023-11-15T05:57:57.064813Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:21.921447Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.noudxd on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-noudxd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.noudxd\nDeploy daemon haproxy.nfs.foo.smithi078.noudxd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:52:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:07Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:53:44Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.982258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi055.hfefgc on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi055-hfefgc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi055.hfefgc\nDeploy daemon haproxy.nfs.foo.smithi055.hfefgc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:54:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:55:36Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:56:13Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:50.983431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.xfoimh on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:50.984385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi055.znhgfj on smithi055: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:26.521634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.vnhbdp on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi078-vnhbdp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi078.vnhbdp\nDeploy daemon haproxy.nfs.foo.smithi078.vnhbdp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T05:58:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T05:59:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.55/16"}, "status": {"created": "2023-11-15T05:41:22.610848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.55/16"}}, {"events": ["2023-11-15T05:41:20.521470Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:20.514495Z", "last_refresh": "2023-11-15T05:57:54.501596Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:36:53.334627Z", "last_refresh": "2023-11-15T05:57:54.500978Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:09.364698Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi055:172.21.15.55=smithi055", "smithi078:172.21.15.78=smithi078"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:38:09.361426Z", "last_refresh": "2023-11-15T05:57:54.501052Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:22.610436Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T05:41:22.602636Z", "last_refresh": "2023-11-15T05:57:54.501703Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:36:57.973305Z", "last_refresh": "2023-11-15T05:57:54.501118Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:38:41.103896Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:38:41.100226Z", "last_refresh": "2023-11-15T05:57:54.501195Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:36:55.604520Z", "last_refresh": "2023-11-15T05:57:57.064962Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:31.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:31.071 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T06:02:31.141 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3ddaff5ba6a94432810281b46305cc30 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T06:02:31.143 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-15T06:02:31.155 INFO:tasks.vip:Removing 10.0.15.55 (and any VIPs) on smithi055.front.sepia.ceph.com iface ens1f0... 2023-11-15T06:02:31.155 DEBUG:teuthology.orchestra.run.smithi055:> sudo ip addr del 10.0.15.55/16 dev ens1f0 2023-11-15T06:02:31.189 DEBUG:teuthology.orchestra.run.smithi055:> sudo ip addr del 10.0.31.55/16 dev ens1f0 2023-11-15T06:02:31.253 INFO:teuthology.orchestra.run.smithi055.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T06:02:31.254 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T06:02:31.255 INFO:tasks.vip:Removing 10.0.15.78 (and any VIPs) on smithi078.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T06:02:31.256 DEBUG:teuthology.orchestra.run.smithi078:> sudo ip addr del 10.0.15.78/16 dev enp3s0f1 2023-11-15T06:02:31.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:31 smithi078 conmon[86742]: cluster 2023-11-15T06:02:29.572256+0000 mgr.smithi055.asupmf (mgr.14182) 1252 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:31.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:31 smithi078 conmon[86742]: 2023-11-15T06:02:31.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:31 smithi055 conmon[82634]: cluster 2023-11-15T06:02:29.572256+0000 mgr.smithi055.asupmf (mgr.14182) 1252 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:31.304 DEBUG:teuthology.orchestra.run.smithi078:> sudo ip addr del 10.0.31.55/16 dev enp3s0f1 2023-11-15T06:02:31.370 INFO:teuthology.orchestra.run.smithi078.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T06:02:31.371 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T06:02:31.372 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T06:02:31.383 INFO:tasks.cephadm:Teardown begin 2023-11-15T06:02:31.384 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:02:31.410 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:02:31.438 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T06:02:31.439 DEBUG:teuthology.orchestra.run.smithi055:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:02:31.465 DEBUG:teuthology.orchestra.run.smithi078:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:02:31.493 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T06:02:31.494 INFO:tasks.cephadm.mon.smithi055:Stopping mon.smithi055... 2023-11-15T06:02:31.495 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mon.smithi055 2023-11-15T06:02:31.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:31 smithi055 systemd[1]: Stopping Ceph mon.smithi055 for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7... 2023-11-15T06:02:31.803 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:31 smithi055 bash[275863]: Error: no container with name or ID "ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-mon.smithi055" found: no such container 2023-11-15T06:02:32.155 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:31 smithi055 conmon[82634]: debug 2023-11-15T06:02:31.875+0000 7feb2c3e2700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi055 -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-11-15T06:02:32.156 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:31 smithi055 conmon[82634]: debug 2023-11-15T06:02:31.875+0000 7feb2c3e2700 -1 mon.smithi055@0(leader) e2 *** Got Signal Terminated *** 2023-11-15T06:02:32.552 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Nov 15 06:02:32 smithi055 bash[275976]: ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-mon-smithi055 2023-11-15T06:02:32.591 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mon.smithi055.service' 2023-11-15T06:02:32.636 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T06:02:32.636 INFO:tasks.cephadm.mon.smithi055:Stopped mon.smithi055 2023-11-15T06:02:32.637 INFO:tasks.cephadm.mon.smithi078:Stopping mon.smithi078... 2023-11-15T06:02:32.637 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mon.smithi078 2023-11-15T06:02:33.089 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:32 smithi078 systemd[1]: Stopping Ceph mon.smithi078 for cfa6e0e4-8378-11ee-8dbe-212e2dc638e7... 2023-11-15T06:02:33.090 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:32 smithi078 bash[114315]: Error: no container with name or ID "ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-mon.smithi078" found: no such container 2023-11-15T06:02:33.364 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:33 smithi078 conmon[86742]: debug 2023-11-15T06:02:33.087+0000 7fd8f0058700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi078 -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-11-15T06:02:33.365 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:33 smithi078 conmon[86742]: debug 2023-11-15T06:02:33.087+0000 7fd8f0058700 -1 mon.smithi078@1(peon) e2 *** Got Signal Terminated *** 2023-11-15T06:02:33.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Nov 15 06:02:33 smithi078 bash[114428]: ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7-mon-smithi078 2023-11-15T06:02:33.673 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cfa6e0e4-8378-11ee-8dbe-212e2dc638e7@mon.smithi078.service' 2023-11-15T06:02:33.718 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T06:02:33.719 INFO:tasks.cephadm.mon.smithi078:Stopped mon.smithi078 2023-11-15T06:02:33.719 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T06:03:58.381 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T06:04:46.550 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:04:46.596 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:04:46.624 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T06:04:46.627 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495/remote/ubuntu@smithi055.front.sepia.ceph.com/crash 2023-11-15T06:04:46.628 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T06:04:46.692 INFO:teuthology.orchestra.run.smithi055.stderr:tar: /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T06:04:46.693 INFO:teuthology.orchestra.run.smithi055.stderr:tar: Error is not recoverable: exiting now 2023-11-15T06:04:46.694 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495/remote/ubuntu@smithi078.front.sepia.ceph.com/crash 2023-11-15T06:04:46.696 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T06:04:46.730 INFO:teuthology.orchestra.run.smithi078.stderr:tar: /var/lib/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T06:04:46.730 INFO:teuthology.orchestra.run.smithi078.stderr:tar: Error is not recoverable: exiting now 2023-11-15T06:04:46.734 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T06:04:46.734 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T06:04:46.760 INFO:teuthology.orchestra.run.smithi055.stderr:grep: /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T06:04:46.762 INFO:tasks.cephadm:Compressing logs... 2023-11-15T06:04:46.762 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T06:04:46.804 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T06:04:46.828 INFO:teuthology.orchestra.run.smithi055.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T06:04:46.828 INFO:teuthology.orchestra.run.smithi055.stderr:: No such file or directory 2023-11-15T06:04:46.829 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi055.exjcyn.log 2023-11-15T06:04:46.829 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log: -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-15T06:04:46.833 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi055.exjcyn.log: gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi055.asupmf.log 2023-11-15T06:04:46.833 INFO:teuthology.orchestra.run.smithi055.stderr: 60.4% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi055.exjcyn.log.gz 2023-11-15T06:04:46.833 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi055.log 2023-11-15T06:04:46.834 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-15T06:04:46.834 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi055.asupmf.log: /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi055.log: gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-15T06:04:46.835 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-15T06:04:46.835 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T06:04:46.836 INFO:teuthology.orchestra.run.smithi078.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T06:04:46.836 INFO:teuthology.orchestra.run.smithi078.stderr:: No such file or directory 2023-11-15T06:04:46.837 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi078.xtewjq.log 2023-11-15T06:04:46.838 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi078.log 2023-11-15T06:04:46.838 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi078.xtewjq.log: gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-15T06:04:46.839 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi078.log: gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi078.jztjge.log 2023-11-15T06:04:46.839 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-15T06:04:46.840 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi078.jztjge.log: gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-15T06:04:46.840 INFO:teuthology.orchestra.run.smithi078.stderr: 84.0% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi078.jztjge.log.gz 2023-11-15T06:04:46.841 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-15T06:04:46.841 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T06:04:46.842 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/cephadm.log: 92.6% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T06:04:46.842 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: /var/log/ceph/cephadm.log: 92.5% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T06:04:46.843 INFO:teuthology.orchestra.run.smithi078.stderr: 93.3% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi078.xtewjq.log.gz 2023-11-15T06:04:46.843 INFO:teuthology.orchestra.run.smithi078.stderr: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T06:04:46.862 INFO:teuthology.orchestra.run.smithi055.stderr: 94.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T06:04:47.021 INFO:teuthology.orchestra.run.smithi055.stderr: 89.9% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi055.asupmf.log.gz 2023-11-15T06:04:47.074 INFO:teuthology.orchestra.run.smithi078.stderr: 92.2% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi078.log.gz 2023-11-15T06:04:47.285 INFO:teuthology.orchestra.run.smithi055.stderr: 93.1% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-15T06:04:47.300 INFO:teuthology.orchestra.run.smithi055.stderr: 93.0% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-15T06:04:47.314 INFO:teuthology.orchestra.run.smithi078.stderr: 92.9% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-15T06:04:47.324 INFO:teuthology.orchestra.run.smithi078.stderr: 92.9% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-15T06:04:47.340 INFO:teuthology.orchestra.run.smithi078.stderr: 93.0% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-15T06:04:47.345 INFO:teuthology.orchestra.run.smithi078.stderr: 93.0% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-15T06:04:47.346 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-11-15T06:04:47.347 INFO:teuthology.orchestra.run.smithi078.stderr:real 0m0.528s 2023-11-15T06:04:47.347 INFO:teuthology.orchestra.run.smithi078.stderr:user 0m2.176s 2023-11-15T06:04:47.347 INFO:teuthology.orchestra.run.smithi078.stderr:sys 0m0.107s 2023-11-15T06:04:47.404 INFO:teuthology.orchestra.run.smithi055.stderr: 92.9% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-15T06:04:47.527 INFO:teuthology.orchestra.run.smithi055.stderr: 93.5% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-15T06:04:47.614 INFO:teuthology.orchestra.run.smithi055.stderr: 90.0% -- replaced with /var/log/ceph/cfa6e0e4-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi055.log.gz 2023-11-15T06:04:47.617 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-11-15T06:04:47.617 INFO:teuthology.orchestra.run.smithi055.stderr:real 0m0.800s 2023-11-15T06:04:47.618 INFO:teuthology.orchestra.run.smithi055.stderr:user 0m3.123s 2023-11-15T06:04:47.618 INFO:teuthology.orchestra.run.smithi055.stderr:sys 0m0.113s 2023-11-15T06:04:47.618 INFO:tasks.cephadm:Archiving logs... 2023-11-15T06:04:47.619 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495/remote/ubuntu@smithi055.front.sepia.ceph.com/log 2023-11-15T06:04:47.620 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T06:04:48.163 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495/remote/ubuntu@smithi078.front.sepia.ceph.com/log 2023-11-15T06:04:48.164 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T06:04:48.528 INFO:tasks.cephadm:Removing cluster... 2023-11-15T06:04:48.529 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 --force 2023-11-15T06:04:49.251 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cfa6e0e4-8378-11ee-8dbe-212e2dc638e7 --force 2023-11-15T06:04:49.945 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T06:04:49.946 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T06:04:49.962 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T06:04:49.977 INFO:tasks.cephadm:Teardown complete 2023-11-15T06:04:49.978 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-15T06:04:49.990 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi055:/dev/vg_nvme/lv_1... 2023-11-15T06:04:49.990 DEBUG:teuthology.orchestra.run.smithi055:> sudo nvme disconnect -n lv_1 2023-11-15T06:04:50.129 INFO:teuthology.orchestra.run.smithi055.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T06:04:50.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:50.131 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi055:/dev/vg_nvme/lv_2... 2023-11-15T06:04:50.131 DEBUG:teuthology.orchestra.run.smithi055:> sudo nvme disconnect -n lv_2 2023-11-15T06:04:50.283 INFO:teuthology.orchestra.run.smithi055.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T06:04:50.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:50.285 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi055:/dev/vg_nvme/lv_3... 2023-11-15T06:04:50.285 DEBUG:teuthology.orchestra.run.smithi055:> sudo nvme disconnect -n lv_3 2023-11-15T06:04:50.421 INFO:teuthology.orchestra.run.smithi055.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T06:04:50.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:50.423 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi055:/dev/vg_nvme/lv_4... 2023-11-15T06:04:50.423 DEBUG:teuthology.orchestra.run.smithi055:> sudo nvme disconnect -n lv_4 2023-11-15T06:04:50.571 INFO:teuthology.orchestra.run.smithi055.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T06:04:50.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:50.573 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-11-15T06:04:50.573 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/scratch_devs 2023-11-15T06:04:50.598 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_1... 2023-11-15T06:04:50.599 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_1 2023-11-15T06:04:50.734 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T06:04:50.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:50.736 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_2... 2023-11-15T06:04:50.737 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_2 2023-11-15T06:04:50.865 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T06:04:50.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:50.867 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_3... 2023-11-15T06:04:50.867 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_3 2023-11-15T06:04:50.996 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T06:04:50.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:50.998 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_4... 2023-11-15T06:04:50.998 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_4 2023-11-15T06:04:51.135 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T06:04:51.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:51.137 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-15T06:04:51.137 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/scratch_devs 2023-11-15T06:04:51.163 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T06:04:51.175 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T06:04:51.176 DEBUG:teuthology.orchestra.run.smithi055:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T06:04:51.178 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T06:04:51.192 INFO:teuthology.orchestra.run.smithi055.stderr:bash: ntpq: command not found 2023-11-15T06:04:51.195 INFO:teuthology.orchestra.run.smithi055.stdout:210 Number of sources = 4 2023-11-15T06:04:51.196 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T06:04:51.196 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2023-11-15T06:04:51.196 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 20 +1285us[+1285us] +/- 90ms 2023-11-15T06:04:51.197 INFO:teuthology.orchestra.run.smithi055.stdout:^* hv02.front.sepia.ceph.com 3 7 377 87 -742us[ -736us] +/- 68ms 2023-11-15T06:04:51.197 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv03.front.sepia.ceph.com 3 8 377 154 -48us[ -44us] +/- 74ms 2023-11-15T06:04:51.197 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:04:51.217 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-11-15T06:04:51.221 INFO:teuthology.orchestra.run.smithi078.stdout:210 Number of sources = 4 2023-11-15T06:04:51.222 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T06:04:51.222 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-11-15T06:04:51.223 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 24 +1287us[+1287us] +/- 90ms 2023-11-15T06:04:51.223 INFO:teuthology.orchestra.run.smithi078.stdout:^* hv02.front.sepia.ceph.com 3 6 377 26 -762us[ -765us] +/- 68ms 2023-11-15T06:04:51.223 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 24 -61us[ -61us] +/- 76ms 2023-11-15T06:04:51.223 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:04:51.224 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T06:04:51.327 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T06:04:51.328 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T06:04:51.337 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T06:04:51.445 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T06:04:51.531 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T06:04:51.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:51.565 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T06:04:51.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:51.595 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T06:04:51.606 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T06:04:51.617 INFO:teuthology.task.internal:Duration was 2577.834830 seconds 2023-11-15T06:04:51.618 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T06:04:51.630 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T06:04:51.631 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T06:04:51.633 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T06:04:51.679 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T06:04:51.679 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T06:04:52.063 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T06:04:52.064 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi055.front.sepia.ceph.com 2023-11-15T06:04:52.064 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T06:04:52.086 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2023-11-15T06:04:52.087 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T06:04:52.106 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T06:04:52.106 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T06:04:52.128 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T06:04:52.202 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T06:04:52.203 DEBUG:teuthology.orchestra.run.smithi055:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T06:04:52.205 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T06:04:52.375 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T06:04:52.387 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T06:04:52.387 DEBUG:teuthology.orchestra.run.smithi055:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T06:04:52.413 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T06:04:52.438 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T06:04:52.452 DEBUG:teuthology.orchestra.run.smithi055:> 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-11-15T06:04:52.455 DEBUG:teuthology.orchestra.run.smithi078:> 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-11-15T06:04:52.477 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = core 2023-11-15T06:04:52.501 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2023-11-15T06:04:52.515 DEBUG:teuthology.orchestra.run.smithi055:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:04:52.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:52.546 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:04:52.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:04:52.570 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T06:04:52.582 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T06:04:52.583 DEBUG:teuthology.misc:Transferring archived files from smithi055:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495/remote/smithi055 2023-11-15T06:04:52.584 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T06:04:52.632 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495/remote/smithi078 2023-11-15T06:04:52.634 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T06:04:52.672 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T06:04:52.673 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T06:04:52.675 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T06:04:52.720 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T06:04:52.733 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T06:04:52.734 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T06:04:52.746 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T06:04:52.747 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T06:04:52.749 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T06:04:52.761 INFO:teuthology.orchestra.run.smithi055.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 06:04 /home/ubuntu/cephtest 2023-11-15T06:04:52.776 INFO:teuthology.orchestra.run.smithi078.stdout: 263007 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 06:04 /home/ubuntu/cephtest 2023-11-15T06:04:52.777 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T06:04:52.798 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T06:04:52.833 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T06:04:52.862 DEBUG:teuthology.nuke:shortname: smithi055 2023-11-15T06:04:52.862 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T06:04:52.891 DEBUG:teuthology.nuke:shortname: smithi078 2023-11-15T06:04:52.892 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T06:04:52.896 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:14:30.546299', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLjQaRBOV9K2Auf46iQKLDq+1yTND86wCaYS7g7BwL2MLFAJokcCGdTSgepADp26V5cQmOy23UBjH4/BTLer4bw='} 2023-11-15T06:04:52.921 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458495', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:14:30.547988', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGlKM0iAdcceGVymG1CnYbRmkIXcpdw3XOdYEAyQWUwV3bEzW9M9xvek8A0fEZgDpDE17OqPfpnev6qJT6xucI='} 2023-11-15T06:04:52.962 INFO:teuthology.orchestra.console.smithi055:Power off 2023-11-15T06:04:52.963 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T06:04:52.991 DEBUG:teuthology.orchestra.console.smithi055:power off output: Chassis Power Control: Down/Off 2023-11-15T06:04:52.992 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:04:53.009 INFO:teuthology.orchestra.console.smithi078:Power off 2023-11-15T06:04:53.009 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T06:04:53.022 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2023-11-15T06:04:53.032 DEBUG:teuthology.orchestra.console.smithi078:power off output: Chassis Power Control: Down/Off 2023-11-15T06:04:53.032 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:04:53.056 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-11-15T06:04:57.024 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:04:57.058 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:04:57.135 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2023-11-15T06:04:57.169 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-11-15T06:05:01.139 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:05:01.171 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:05:01.254 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is off 2023-11-15T06:05:01.284 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-11-15T06:05:01.355 INFO:teuthology.orchestra.console.smithi055:Power off completed 2023-11-15T06:05:05.286 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:05:05.400 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is off 2023-11-15T06:05:05.501 INFO:teuthology.orchestra.console.smithi078:Power off completed 2023-11-15T06:05:05.606 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 2577.834829568863 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3ddaff5ba6a94432810281b46305cc30 status: fail success: false 2023-11-15T06:05:05.607 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T06:05:05.689 INFO:teuthology.run:FAIL